-
In the [`stactools-datacube`](https://github.com/stactools-packages/datacube/blob/main/src/stactools/datacube/stac.py#L323-L324) package we extend an Item like this:
```python
asset = item.get…
-
I've followed the instructions in the file itself, but it's missing installing the conda packages gdal and the Python packages json, ogr and osr it seems. Installing gdal and json was not a problem, b…
-
**Is your feature request related to a problem? Please describe.**
The [installation and basic usage notebook](https://github.com/stactools-packages/template/blob/main/docs/installation_and_basic_usa…
-
**Is your feature request related to a problem? Please describe.**
As updates are made to this template, how should a package creator bring in those changes? Some files don't matter so much, so at …
-
Currently, the spec only allows these attributes to be in Item Properties. However, there may be some utility is allowing them in Assets also. The current sentinel2 stactools package puts the per-asse…
-
A convenient but not extravagant application-level footprint method would be quite useful. Software such as [stactools](https://github.com/stac-utils/stactools) has such a thing in it, and there are p…
-
**Describe the bug**
slstr-lst strip geometries are not corrected. In
```python
if item.properties["s3:product_name"] == "slstr-lst" and item.id.endswith("_____"):
```
`item.id.endswith("__…
-
I discovered a problem with the `proj:transform` values in at least some of the 3DEP Seamless DEM STAC items today! I use `stackstac` to load data and came across a situation where several items unamb…
-
## Summary
Add methods to `Asset` and `Item` to support moving/copying/deleting assets and their referenced data files. Prompted by #61
## Motivation
Currently, asset move/copy operations are…
-
`odc-stac` should accept STAC items that have local paths. The underlying error comes from datacube, so _maybe_ the fix should go there? If so we can transfer this issue over.
## Example script
…