stactools
stactools copied to clipboard
Command line utility and Python library for STAC
**Is your feature request related to a problem? Please describe.** To facilitate creating STAC items from URLs that require a `read_href_modifier`, I'd like to use something like ```python stac modis...
Before you submit a pull request, please fill in the following: **Related Issue(s):** - n/a **Description:** add python 3.11 to the test matrix **PR checklist:** - [ ] Code is...
https://github.com/OSGeo/gdal/pull/6265 and https://github.com/OSGeo/gdal/pull/6309 added a `stac` section to`gdalinfo` output. If available, we should use these values when (e.g.) creating an item.
**Related Issue(s):** Implements #45 for collections **Description:** `stac summary` now prints summaries that already exist in the JSON, or can generate them for the default fields if they are missing...
This issue is discussing what is (IMO) a best-practice for stactools packages: the ability to generate a STAC item without any I/O. Currently most stactools packages have a high-level `stac.create_item(asset_href:...
A couple of questions that came up when reading the TestData documentation at https://stactools.readthedocs.io/en/stable/api.html?highlight=test#module-stactools.testing.test_data > path (str) – The path to the file at the root of the test data...
**Is your feature request related to a problem? Please describe.** For larger files downloaded through the TestData I'm getting a fsspec.exceptions.FSTimeoutError. **Describe the solution you'd like** I'd like to be...
**Describe the bug** It looks like caching + compress doesn't work at the same time. To be able to read cached files, it seems the key of the external data...
Right now the value is hardcoded to `data`, but it would be an easy fix to allow the user to specify the key that will be used.
Instead of hard-wiring EPSG:4326, perhaps it can still be the default, but allow for other off-Earth bodies (e.g. "IAU" codes). Recommendations: 1. https://github.com/stac-utils/stactools/blob/ec6585503746b96c9ef668a287401fbb5c76e080/src/stactools/core/utils/raster_footprint.py#L263 _to_ ``` def densify_reproject_simplify( polygon: Polygon, crs:...