Open Sonicious opened 4 months ago
Please introduce the possibility to use EPSG:4326 for WGS84 data access with fractional degrees.
EPSG:4326
da = sentle.process( target_crs=CRS.from_string("EPSG:4326"), bound_left=12.30, bound_bottom=51.30, bound_right=12.40, bound_top=51.40, target_resolution = 0.1, (...) )
Please introduce the possibility to use
EPSG:4326
for WGS84 data access with fractional degrees.