ValueError: sentinelhub-py supports only WGS 84 coordinate reference system with coordinate order lng-lat. However pyproj.CRS(4326) has coordinate order lat-lng
I get this error when I use the
bbox_splitter = UtmZoneSplitter([country_shape], country.crs, 5000)
Most probably the problem is with country.crs. Can you help me resolve?