Metadata-Version: 2.1
Name: geoworker
Version: 0.0.2
Summary: Functions for working with geographic data
Home-page: https://github.com/costa86/geographic-worker
Author: Lorenzo Costa
Author-email: costa86@zoho.com
License: MIT
Keywords: GIS,latitude,longitute,geography,coordinates
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

## Test
To install it locally and run tests


```python
from 
check_latitude(latitude)

```
```bash
pip install -e .[dev]
```

