Hello all,
Using a shape file for my area of interest, I am having trouble moving forward with the following error:
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 used the fiona.to_string command and get:
+init=epsg:4326
{‘datum’: ‘WGS84’, ‘ellps’: ‘WGS84’, ‘no_defs’: True, ‘proj’: ‘longlat’}
. Does sentinelhub-py automatically see EPSG=4326 and assume lat-long?
Anyone else have this problem?
