Metadata-Version: 2.1
Name: geoportal
Version: 0.1.0
Summary: GeoPortal plugin for OneCode
Home-page: https://github.com/deeplime-io/geoportal
License: MIT
Keywords: onecode,plugin,geoportal
Author: DeepLime
Author-email: contact@deeplime.io
Requires-Python: >=3.7,<3.11
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: onecode (>=0.1.0)
Requires-Dist: pydash (>=5.1.0,<6.0.0)
Requires-Dist: python-slugify (>=6.1.2,<7.0.0)
Project-URL: Documentation, https://deeplime-io.github.io/geoportal
Project-URL: Repository, https://github.com/deeplime-io/geoportal
Description-Content-Type: text/markdown

## GeoPortal Plugin for OneCode

### Example
Washington Metro Station shpfile (courtesy of Mapbox).
1. loads shpfile and plot
2. filter stations with metro line matching the given color
3. plot and output filtered shpfile

Run:
* interactively: `onecode-start --modules geoportal`
* script: `python main.py`
* extract `interface.json`: `geoportal-extract`

