Metadata-Version: 2.4
Name: portgeo
Version: 0.1.0
Summary: A python package for geospatial applications
Author-email: Noah Portman <noah.portman@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/noportman/portgeo
Keywords: portgeo
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: folium
Requires-Dist: geopandas
Requires-Dist: ipyleaflet
Requires-Dist: localtileserver
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: portgeo[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"
Dynamic: license-file

# portgeo

![image](docs/assets/images/logo.png)

**A python package for geospatial applications**

[![image](https://img.shields.io/pypi/v/portgeo.svg)](https://pypi.python.org/pypi/portgeo)

-   Free software: MIT License
-   Documentation: https://snowport.github.io/portgeo


## Features

-   Add geospatial tool
-   Add module functionality
-   Add examples
