cmosig / sentle

Sentinel-1 & Sentinel-2 data cubes at large scale (bigger-than-memory) on any machine with integrated cloud detection, snow masking, harmonization, merging, and temporal composites.
MIT License
23 stars 2 forks source link

Add WGS84 with fractional degree resolution #4

Open Sonicious opened 4 months ago

Sonicious commented 4 months ago

Please introduce the possibility to use EPSG:4326 for WGS84 data access with fractional degrees.

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,
    (...)
)