Skip to content

Commit

Permalink
Merge pull request #8 from stactools-packages/initial
Browse files Browse the repository at this point in the history
v0.1.0 release
  • Loading branch information
fredliporace authored Jun 6, 2023
2 parents 10b460b + 2a0fdd6 commit 2f22c31
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args: [--ignore-words=.codespellignore]
Expand All @@ -17,12 +17,12 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies:
- click != 8.1.0
- stactools
- stactools == 0.4.7
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ number as needed.

- Nothing.

[Unreleased]: <https://github.com/stactools-packages/amazonia-1/tree/main/>
## [0.1.0] - 2023-06-01

### Changed

- First version

[0.1.0]: <https://github.com/stactools-packages/amazonia-1/releases/tag/v0.1.0>
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
- Owner: @fredliporace
- [Dataset homepage](https://aws.amazon.com/marketplace/pp/prodview-khrlpmr36l66s)
- STAC extensions used:
- [eo](https://github.com/stac-extensions/eo)
- [item-assets](https://github.com/stac-extensions/item-assets)
- [proj](https://github.com/stac-extensions/projection/)
- [sat](https://github.com/stac-extensions/sat)
- [view](https://github.com/stac-extensions/view)
- Extra fields:
- `amazonia:data_type`: Product level: L2 stands for system geometric
correction (equivalent to Landast L1GS), L4 for ortho.
- `amazonia:path`: Path in Amazonia-1 reference grid.
- `amazonia:row`: Row in Amazonia-1 reference grid.
- [Browse the example in human-readable form](https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/stactools-packages/amazonia-1/examples/collection.json)
- [Browse the example in human-readable form](https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/stactools-packages/amazonia-1/main/examples/collection.json)

Create Amazonia-1 STAC items from INPE's original metadata format,
using assets stored on AWS.
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
black
codespell
flake8
isort
mypy
black==23.3.0
codespell==2.2.4
flake8==6.0.0
isort==5.12.0
mypy==1.3.0
pre-commit
pytest
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package_dir =
= src
packages = find_namespace:
install_requires =
stactools >= 0.4.0
stactools >= 0.4.2
utm

[options.packages.find]
Expand Down

0 comments on commit 2f22c31

Please sign in to comment.