Metadata-Version: 2.4
Name: nzgeom
Version: 1.0.0
Summary: provide geospatial geometry for NZ coastlines and administrative regions
Author-email: "Timothy W. Hilton" <t.hilton@gns.cri.nz>
Project-URL: Homepage, https://github.com/Timothy-W-Hilton/NZ_geometries
Project-URL: Bug Tracker, https://github.com/Timothy-W-Hilton/NZ_geometries/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: geopandas
Requires-Dist: rtree
Requires-Dist: importlib_resources; python_version < "3.10"
Dynamic: license-file

# NZ geometries

Provides geospatial geometries describing New Zealand coastlines and regional administrative boundaries.

<img src="docs/mask_demo.png" alt="grid mask demonstration" width="400"/>

## Installation 

```
pip install nzgeom
```
or

```
conda install -c conda-forge nzgeom
```

## Documentation and Usage Examples

Please see nzgeom's documentation and usage examples at [ReadTheDocs](https://nz-geometries.readthedocs.io/en/latest/index.html#/).

## Credits

The [Regional Council boundary data](https://datafinder.stats.govt.nz/layer/92204-regional-council-2018-generalised/) are provided by [Stats NZ Tatauranga Aotearoa](https://stats.govt.nz/) under the terms of the [Creative Commons Attribution 4.0 International](https://datafinder.stats.govt.nz/license/attribution-4-0-international/).

The [NZ coastlines data](https://data.linz.govt.nz/layer/50258-nz-coastlines-topo-150k/) are provided by [Toitū Te Whenua Land Information New Zealand](https://www.linz.govt.nz/) under the terms of the [Creative Commons Attribution 4.0 International](https://datafinder.stats.govt.nz/license/attribution-4-0-international/).
