Metadata-Version: 2.1
Name: geo-nuuuwan
Version: 1.0.0
Summary: Generalized information graph.
Home-page: https://github.com/nuuuwan/geo
Author: Nuwan I. Senaratna
Author-email: nuuuwan@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/nuuuwan/geo/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas
Requires-Dist: shapely
Requires-Dist: utils-nuuuwan
Requires-Dist: gig-nuuuwan

# Geo

**Geo** is a python library for drawing maps of Sri Lanka and its various [administrative regions](https://en.wikipedia.org/wiki/Administrative_divisions_of_Sri_Lanka) (Provinces, Districts, DSDs, GNDs etc).

# Installing Geo

```bash
pip install geo-nuuuwan
```

# Tutorial and Examples

See [Plotting Maps of Sri Lanka with GeoPandas and MatPlotLib
](https://medium.com/on-technology/plotting-maps-of-sri-lanka-with-geopandas-and-matplotlib-377d50e3f0f) for a Tutorial on using this library.

See [GitHub](https://github.com/nuuuwan/geo/tree/main/src/geo/examples) for example code.


