-
The stactools raster footprint utility uses a class for footprint creation. You can override any of the core steps (extract, densify, reproject, simplify) by subclassing. The primary motivation was th…
-
As mentioned in https://github.com/stac-utils/stactools/issues/124#issuecomment-866004997, there is a use-case for modifying an existing STAC to convert asset HREFs to relative, distinct from `stac mo…
-
**Describe the bug**
I can't run the conda instructions without issues.
**To reproduce**
In the conda instructions the step `pip install -e .` fails.
It requests to set some GDAL related environ…
-
catalog_type distinguishes between ABSOLUTE_PUBLISHED, RELATIVE_PUBLISHED, and SELF_CONTAINED.
However the only different between RELATIVE_PUBLISHED and SELF_CONTAINED is that there is no `self` li…
-
based on experience with snoex hackweek, it would be good to setup precommit for the repository for a couple of things:
this would pre-emptively catch things currently dealt with via github actions…
-
**Is your feature request related to a problem? Please describe.**
I noticed today when cloning the stactools repo it was getting sizable. It's 32MB, of which 8MB is the main branch (large files are …
-
The application currently refers to the separation of concerns in the code as "backend" for business logic and "frontend" which deals with receiving requests and sending responses. To make this cleare…
-
**Is your feature request related to a problem? Please describe.**
No problem, just a convenience
**Describe the solution you'd like**
I would like to be able to download selected assets from…
-
I have a STAC that includes a bunch of chips of tifs. When I clone that STAC, I keep all of the items, and the assets point to the old tifs. I don't think this is necessarily wrong. I'm curious whethe…
-
**Is your feature request related to a problem? Please describe.**
The original package only includes the core Data asset but not any of the other auxiliary files which are available.
This includes …