Preston Hartzell
Preston Hartzell
For `cogify` In the `convert.py`, should we [open the source file with context](https://github.com/stac-utils/stactools/blob/4d82fa8cba47a50b64077d677d19d2088c474df0/src/stactools/core/utils/convert.py#L52), i.e., `with rasterio.open(...`?
**Is your feature request related to a problem? Please describe.** The current implementation of the [`reproject_geom`](https://github.com/stac-utils/stactools/blob/c0b6737baefde054feb2da9e6473a70563ac3abd/src/stactools/core/projection.py#L24) function simply maps geometry coordinates from one projection to another. For high distortion projections,...
Since pystac is switching to `pytest` for testing (#939), we should look at using pytest's fixtures.
## Summary: When loading and reprojecting adjacent MODIS sinusoidal tiles to UTM with `odc.stac.load`, I'm ending up with a small sliver of missing data at the sinusoidal tile boundary. If...
## Problem In `odc-stac` version 0.3.9, `odc.stac.load` is overriding an `anchor` argument value of `AnchorEnum.CENTER` with the `AnchorEnum.EDGE` value. ## Minimal Example This is illustrated in a Jupyter notebook accessing...
## Summary When loading and then reprojecting data in a sinusoidal (MODIS and VIIRS products) tile whose boundary spans the edge of the projection (and, hence, the antimeridian), a GEOS...