umr-lops / xsar

Synthetic Aperture Radar (SAR) Level-1 GRD python mapper for efficient xarray/dask based processing
https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsar/
MIT License
24 stars 8 forks source link

Fix packages conda dependencies for github workflows and user documentation #70

Closed alevieux closed 2 years ago

alevieux commented 2 years ago

Bug with new version of gdal

we must be fix the version of gdal with Rasterio version

OS and Python Resume compatibility:

oarcher commented 2 years ago

Currently, all checks pass without this PR. But I don't close it, because there is some simplifications to be done.

agrouaze commented 2 years ago

FYI shapely==1.8.0 is working with latest version of xsar but we get a warning:

lib/python3.9/site-packages/geoviews/operation/projection.py:79: ShapelyDeprecationWarning: Iteration over multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the `geoms` property to access the constituent parts of a multi-part geometry.
  polys = [g for g in geom if g.area > 1e-15]
oarcher commented 2 years ago

FYI shapely==1.8.0 is working with latest version of xsar but we get a warning:

So @alevieux , we can try to unpin shapely version, as this warning seems to be harmless.

Hopefully, this problem will be solved in geoviews when shapely 2.0 will be released.