-
The [Extensions docs](https://pystac.readthedocs.io/en/latest/concepts.html#extensions) say that to add an extension you do:
```python
import pystac
from pystac.extensions.eo import EOExtension
…
-
### Questions I have or have seen others ask:
- Are these Asset level only?
- Can classification be used to describe a field in vector or tabular asset?
- Classifications in one or more bands or …
-
I really appreciate the recently added functionality to save a catalog to a target location. I was hoping to use this for the case of a static RELATIVE_PUBLISHED catalog in a github repository, but wo…
-
@cuttlefish or @lossyrob
Our team (@maximlamare and I) has added part of Sentinel-5P level 2 products as a stactools package. If you see fit, could you help integrate this one too please?
Since …
-
[stactools](https://github.com/stac-utils/stactools) has **subpackages** which will and might be able to replace some part of what we did in ``data``. We should compare their results with ours and ide…
-
The docker deployment changed slightly for 0.2.1.
This repo's `docker` and `scripts` directories have been modified, so getting updates from the template repo will be non-trivial.
-
Hi there, new to STAC and trying to learn but hitting some roadblocks with the documentation.
I can’t get the quickstart tutorials to run or produce the same outputs that are in the documentation …
-
neat project! I'm trying this out with an example static STAC catalog and noticed that all data variables are cast to uint16, despite [STAC items](https://github.com/scottyhq/sentinel1-rtc-stac/blob/9…
-
Land classification values should be summarised at the collection level and captured using the `label` extension.
-
**Describe the solution you'd like**
I think there's some boilerplate in "open a file in rasterio and create an Item from it". E.g. https://github.com/gadomski/alos-dem/blob/d4bbd4a7ed6d2d362626a829d…