Metadata-Version: 2.1
Name: spatialcsv
Version: 0.0.14
Summary: Easily add location points to a map from a csv
Home-page: https://github.com/TJHomer/spatialcsv
Author: Tracy Homer
Author-email: thomer@mac.com
License: GNU General Public License v3
Keywords: spatialcsv
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# spatialcsv


[![image](https://img.shields.io/pypi/v/spatialcsv.svg)](https://pypi.python.org/pypi/spatialcsv)
[![image](https://img.shields.io/conda/vn/conda-forge/spatialcsv.svg)](https://anaconda.org/conda-forge/spatialcsv)


**Easily add location points to a map from a csv**


-   Free software: GNU General Public License v3
-   Documentation: https://tjhomer.github.io/spatialcsv/
    

## Features

-   Will take a csv with Latitude and Longitude columns and add to a web map

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
