developmentseed / rio-stac

Create STAC item from raster datasets
https://developmentseed.org/rio-stac/
MIT License
80 stars 15 forks source link

Account for dateline crossing dataset #47

Closed vincentsarago closed 1 year ago

vincentsarago commented 1 year ago

After #45 we should make sure we handle dateline crossing dataset well (e.g. by creating MultiPolygon type instead of Polygon)

see https://github.com/stac-utils/stactools/blob/main/src/stactools/core/utils/antimeridian.py

vincentsarago commented 1 year ago

🤦 we already do thanks to Rasterio 🙏