-
Should we be using `==` or `~=`? Currently we're using the latter.
I suppose each package can do whatever it likes, but the default is likely to be influential.
I'm a bit torn as to which is more ap…
-
@cuttlefish or @lossyrob
Our team (@chorng) has added an other sensor as a stactools package. If you see fit, could you help integrate this one too please?
https://github.com/chorng/sentinel3
…
-
Add installation command to readme:
`pip install stactools-nrcan-landcover`
-
**Describe the bug**
The stactools.core.utils.convert.cogify method, which requires the GDAL COG driver, which is available in gdal >= 3.1.
When trying to execute the following `% scripts/stac s…
-
**Describe the bug**
Currently this package depends on `stactools[s3]`, when `s3` support is only needed for testing. Move that requirement to `requirements-dev.txt`.
-
while we are looking at other `rename` script changes, the rename script fails on linux.
first here:
https://github.com/stactools-packages/template/blob/23ab7621777a9665a92a8ea6f21a20307ef09930/sc…
-
Just linking to the original pull request for this package https://github.com/stac-utils/stactools/pull/84 .
There is useful discussion there about developing a subpackage for stactools, and decis…
-
**Describe the bug**
When trying to execute the following `% scripts/stac seabed2030 create-cog input.nc output.tif` I receive the following error:
`Output driver 'COG' not recognised.`
**To rep…
-
This is a known issue, documented in the code, but there's no issue in stactools for it, see:
https://github.com/stactools-packages/aster/blob/main/src/stactools/aster/stac.py#L135
The v1.0.0 view…
-
The rename script is mangling `docker/env`. `sed` implementation of regex doesn't support lookahead. This makes it difficult for it to recognize the difference between `stactools-package` and `stactoo…