-
Hi all, looking for some debugging help here.
We have an item, https://planetarycomputer.microsoft.com/api/stac/v1/collections/landsat-8-c2-l2/items/LC08_L2SP_231060_20200112_20200823_02_T1, where …
-
I'd love to get a STAC catalog generated for the Sentinel-1 RTC public dataset covering CONUS in AWS https://registry.opendata.aws/sentinel-1-rtc-indigo/
I put together the framework for this over…
-
pyproj is imported in stactools.core: https://github.com/stac-utils/stactools/blob/c9f82edfa5f0b29fd7a7cceb619c65f0adfd1d82/stactools_core/stactools/core/projection.py#L4.
However, I don't think th…
-
#23 adds a command to migrate and fixup the collection 2 STAC for Landsat 8 (thank you Alex!)
The usage of MTL and other sidecar files is still unimplemented. There's a lot of [great discussion her…
-
It'd be good to make use of at least some of the [file](https://github.com/radiantearth/stac-spec/tree/dev/extensions/file) extension fields in Planet output. Most of these will be new for RC1, so may…
-
For Planetscope data we include an XML metadata file that is mostly redundant information, but does include two interesting and useful pieces:
* Reflectance coefficients, per band. We need to figur…
-
Currently stactools and the `stac` CLI only work with static catalogs. This issue marks the need for each command, where appropriate, to work with a STAC API endpoint. Each command will require thinki…
-
* Add [`project_urls`](https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls) with links to docs, bug tracker, and Gitter channel (should we use `azavea/pystac` for …
-
The new [file](https://github.com/radiantearth/stac-spec/tree/dev/extensions/file) extension has an example of using a [mapping object](https://github.com/radiantearth/stac-spec/tree/dev/extensions/fi…
-
Calling, for instance, `pystac.extensions.eo.EOExtension.ext` on an `Item` that does not have the EO schema URI in its `stac_extensions` list will succeed and return an `ItemEOExtension` instance. You…