SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Convert AOI.geojson to WGS84 internally #28

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

Currently, any given .geojson file should have a WGS84 projection, since it is read by sentinelsat, who restrict this to the common GEOJSON standard.

Further, this file is also read with geopandas in 0_query_s1.py and with shapely in 2_dem_generation. For each of these steps, we should make sure WGS84 is used.

Possible solutions: