# stactools-fws-nwi
[![PyPI](https://img.shields.io/pypi/v/stactools-fws-nwi)](https://pypi.org/project/stactools-fws-nwi/)
- Name: fws-nwi
- Package: `stactools.fws_nwi`
- [stactools-fws-nwi on PyPI](https://pypi.org/project/stactools-fws-nwi/)
- Owners: @m-mohr, @gadomski
- Dataset homepage:
- <https://www.fws.gov/program/national-wetlands-inventory>
- STAC extensions used:
- [FWS NWI](https://github.com/stac-extensions/usfws-nwi/)
- [proj](https://github.com/stac-extensions/projection/)
- [table](https://github.com/stac-extensions/table/)
- [item-assets](https://github.com/stac-extensions/item-assets/)
- Extra fields:
- See the [FWS NWI Extension Specification](https://github.com/stac-extensions/usfws-nwi/) for details.
stactools package for the National Wetlands Inventory (NWI) product
provided by the U.S. Fish and Wildlife Service (FWS).
The Wetlands Data Layer is the product of over 45 years of work by the National
Wetlands Inventory (NWI) and its collaborators and currently contains more than
35 million wetland and deepwater features. This dataset, covering the conterminous
United States, Hawaii, Puerto Rico, the Virgin Islands, Guam, the major Northern
Mariana Islands and Alaska, continues to grow at a rate of 50 to 100 million acres
annually as data are updated. The data layer is updated twice a year and these
changes are reflected on the mapper and in the data downloads.
## STAC Examples
- [Collection](examples/collection.json)
- [Item](examples/item.json)
- [Browse the example in human-readable form](https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/stactools-packages/fws-nwi/main/examples/collection.json)
## Installation
```shell
pip install stactools-fws-nwi
```
## Command-line Usage
Use `stac fws-nwi --help` to see all subcommands and options.
### Collection
Create a collection:
```shell
stac fws-nwi create-collection collection.json
```
Get information about all options for collection creation:
```shell
stac fws-nwi create-collection --help
```
### Item
Create an item:
```shell
stac fws-nwi create-item /path/to/source/file.zip item.json
```
Get information about all options for item creation:
```shell
stac fws-nwi create-item --help
```
## Contributing
We use [pre-commit](https://pre-commit.com/) to check any changes.
To set up your development environment:
```shell
pip install -e .
pip install -r requirements-dev.txt
pre-commit install
```
To check all files:
```shell
pre-commit run --all-files
```
To run the tests:
```shell
pytest -vv
```
Raw data
{
"_id": null,
"home_page": "https://github.com/stactools-packages/fws-nwi",
"name": "stactools-fws-nwi",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "stactools,FWS,NWI,wetland,deepwater,habitats,STAC",
"author": "Matthias Mohr, Pete Gadomski",
"author_email": "matthias.mohr@radiant.earth, pete.gadomski@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3e/35/60a9dee4b3e2f095307ecdd4b6480d11d8cccd1cc27616eec3a7507e00d7/stactools-fws-nwi-0.2.0.tar.gz",
"platform": null,
"description": "# stactools-fws-nwi\n\n[![PyPI](https://img.shields.io/pypi/v/stactools-fws-nwi)](https://pypi.org/project/stactools-fws-nwi/)\n\n- Name: fws-nwi\n- Package: `stactools.fws_nwi`\n- [stactools-fws-nwi on PyPI](https://pypi.org/project/stactools-fws-nwi/)\n- Owners: @m-mohr, @gadomski\n- Dataset homepage:\n - <https://www.fws.gov/program/national-wetlands-inventory>\n- STAC extensions used:\n - [FWS NWI](https://github.com/stac-extensions/usfws-nwi/)\n - [proj](https://github.com/stac-extensions/projection/)\n - [table](https://github.com/stac-extensions/table/)\n - [item-assets](https://github.com/stac-extensions/item-assets/)\n- Extra fields:\n - See the [FWS NWI Extension Specification](https://github.com/stac-extensions/usfws-nwi/) for details.\n\nstactools package for the National Wetlands Inventory (NWI) product\nprovided by the U.S. Fish and Wildlife Service (FWS).\n\nThe Wetlands Data Layer is the product of over 45 years of work by the National\nWetlands Inventory (NWI) and its collaborators and currently contains more than\n35 million wetland and deepwater features. This dataset, covering the conterminous\nUnited States, Hawaii, Puerto Rico, the Virgin Islands, Guam, the major Northern\nMariana Islands and Alaska, continues to grow at a rate of 50 to 100 million acres\nannually as data are updated. The data layer is updated twice a year and these\nchanges are reflected on the mapper and in the data downloads.\n\n## STAC Examples\n\n- [Collection](examples/collection.json)\n- [Item](examples/item.json)\n- [Browse the example in human-readable form](https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/stactools-packages/fws-nwi/main/examples/collection.json)\n\n## Installation\n\n```shell\npip install stactools-fws-nwi\n```\n\n## Command-line Usage\n\nUse `stac fws-nwi --help` to see all subcommands and options.\n\n### Collection\n\nCreate a collection:\n\n```shell\nstac fws-nwi create-collection collection.json\n```\n\nGet information about all options for collection creation:\n\n```shell\nstac fws-nwi create-collection --help\n```\n\n### Item\n\nCreate an item:\n\n```shell\nstac fws-nwi create-item /path/to/source/file.zip item.json\n```\n\nGet information about all options for item creation:\n\n```shell\nstac fws-nwi create-item --help\n```\n\n## Contributing\n\nWe use [pre-commit](https://pre-commit.com/) to check any changes.\nTo set up your development environment:\n\n```shell\npip install -e .\npip install -r requirements-dev.txt\npre-commit install\n```\n\nTo check all files:\n\n```shell\npre-commit run --all-files\n```\n\nTo run the tests:\n\n```shell\npytest -vv\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "stactools package for the National Wetlands Inventory (NWI) product provided by the U.S. Fish and Wildlife Service (FWS)",
"version": "0.2.0",
"split_keywords": [
"stactools",
"fws",
"nwi",
"wetland",
"deepwater",
"habitats",
"stac"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "10e4f3491652fef8b5fb76121796c7fa",
"sha256": "cc4cbf4e6d0f4916112f29fb71d2d43cc7450a0bc8d9f787861ab12450d60991"
},
"downloads": -1,
"filename": "stactools_fws_nwi-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "10e4f3491652fef8b5fb76121796c7fa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11456,
"upload_time": "2022-12-21T16:33:56",
"upload_time_iso_8601": "2022-12-21T16:33:56.360938Z",
"url": "https://files.pythonhosted.org/packages/68/27/5d34c6963085e26a87046033ebbbabf65e8aa15c1c63ca6805cbac6432a5/stactools_fws_nwi-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "be24bcd898756067ec81ac7d7b8d2678",
"sha256": "766dcc8423188c603cc2b1f2a8ef9ef00a5494c8981bcc96a0254a382a67486b"
},
"downloads": -1,
"filename": "stactools-fws-nwi-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "be24bcd898756067ec81ac7d7b8d2678",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10270,
"upload_time": "2022-12-21T16:33:57",
"upload_time_iso_8601": "2022-12-21T16:33:57.751707Z",
"url": "https://files.pythonhosted.org/packages/3e/35/60a9dee4b3e2f095307ecdd4b6480d11d8cccd1cc27616eec3a7507e00d7/stactools-fws-nwi-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-21 16:33:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "stactools-packages",
"github_project": "fws-nwi",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "stactools-fws-nwi"
}