Metadata-Version: 2.1
Name: geoapis
Version: 0.3.2
Summary: A package for downloading geospatial data from web APIs.
Author-email: Rose pearson <rose.pearson@niwa.co.nz>
License: MIT License
        
        Copyright (c) 2021 NIWA
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/niwa/geoapis
Project-URL: Documentation, https://github.com/niwa/geoapis/wiki
Keywords: APIs,LiDAR,point clouds,vector,Geospatial data
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# geoapis

![Linux](https://github.com/niwa/geoapis/actions/workflows/linux-test.yml/badge.svg)

**_geoapis_** is a Python package for simply downloading publicly available web-hosted geo-spatial data. It currently supports downloading LiDAR data from OpenTopography, and vector data from the LINZ Data Service.

## Installation
**_geoapis_** is avaliable on [conda-forge](https://anaconda.org/conda-forge/geoapis) and [PyPI](https://pypi.org/project/geoapis/). Conda is recommended due to difficulties installing geopandas (a dependency) with pip on Windows. See the [Wiki Install Instructions](https://github.com/niwa/geoapis/wiki/Package-Install-Instructions) for more information.

## Documentation
Package API documentation is hosted at https://rosepearson.github.io/GeoFabrics/. Usage, installation and testing documentation can be found at the [GitHub Wiki](https://github.com/niwa/geoapis/wiki).

### Development
Please see the [issues](https://github.com/niwa/geoapis/issues) for details on coming features and additions to the software. Please also submit any requests for new functionality here.

### Contributions
There is no current expectations of contributions to this project. We accept input in code reviews now. If you would like to be involved in the project, please contact the maintainer.

### Contacts
Maintainer: Rose Pearson @rosepearson rose.pearson@niwa.co.nz

## License
[MIT](https://github.com/rosepearson/geoapis/LICENSE)
