-
I'm investigating the best way to mosiac multiple arrays into a single array.
https://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/what-is-a-mosaic.htm has a nice description. I'…
-
### Expected behaviour
https://www.opendatacube.org/ loads the website. The Xarray-tutorial CI picked this up as a link failure and I went to find the correct link only to find the domain wasn't wo…
-
This came out of a private chat with @clausmichele, we were talking about why `load_collection` isn't currently implemented in this repo.
The reason is basically this:
- load_collection
- The `…
-
How should a STAC Collection containing many geospatial rasters that span many CRSs map to GeoZarr?
For example if I have Sentinel-2 or Landsat data spanning UTM zones, I don't want to have to repr…
-
The `__eq__` function in CRS can be very slow if using CRSs are not from the EPSG authority, and in particular if they are custom CRSs as uncovered in https://github.com/cogeotiff/rio-tiler/discussion…
-
Hi! I just learned about this library and I'm curious what the feature overlap is with stackstac and what the differences are if someone is familiar with both? which should I use in which scenario? ht…
-
#### Description
Currently, the intersection of the feature geometries with the pixels are based on the centroids. This is okay and best for Polygons but points are not loaded at all and for lines th…
-
**ol17_build107**
demo data here [https://download.osgeo.org/livedvd/data/odc/](https://download.osgeo.org/livedvd/data/odc/)
datacube dot-conf is defined inline [https://git.osgeo.org/gitea/o…
-
## Expected behavior and actual behavior.
When using `gdal.Warp` and warping via GEOLOCATION arrays and setting VRT as output format, large parts of the resampled output are blurred. This happens w…
-
Either I have misunderstood the openeo cookbook, or we need to do some work on `and_`.
I would expect `mask =( band & 2) = 2` to work.
In the generated code, the operator ´=´becomes EQ which can …