Metadata-Version: 2.1
Name: open_geodata
Version: 22.3.24
Summary: Dados Espaciais do Brasil
Home-page: https://github.com/open-geodata/open-geodata
Author: Michel Metran
Author-email: michelmetran@gmail.com
License: UNKNOWN
Keywords: python,endereço aleatório,address
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Portuguese
Classifier: Intended Audience :: Developers
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# Open Geodata

[![Publish Python 🐍 distributions 📦 to PyPI](https://github.com/open-geodata/open-geodata/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/open-geodata/open-geodata/actions/workflows/publish-to-pypi.yml)

<br>

Pacote para disponibilizar dados espaciais!
<br>
Todos os datasets estão com *datum* WGS84 (EPSG: 4326).

<br>

---

### Instalar

```python
pip3 install open-geodata --upgrade
```

<br>

---

### Como Usar?

```python
from open_geodata import geo

# List geodataframes
geo.get_dataset_names()

# Load geodataframe
geo.load_dataset('sp_250k_wgs84')
```



```python
from open_geodata import lyr

# List geodataframes
lry.base.google_hybrid(min_zoom, max_zoom)
```



```python
from open_geodata import folium_plus

# List geodataframes
folium_plus.adds.google_hybrid(min_zoom, max_zoom)
```



<br>

---

### *Datasets*

**sp_250k**
<br>
Limites administrativos municipais do Estado de São Paulo.

**sp_piracicaba**
<br>
Limites do Plano Diretor do Município de Piracicaba.

<br>

---

### Teste

[Google Colab](https://colab.research.google.com/drive/1s_w9t599OstJ0KS99NusH2EVGYa5twMh?usp=sharing)

<br>

---

### *TODO*

1. https://github.com/twisted/incremental
2. Definir os *layers*



