Project description
# Geo-localized data in Brazil
Python lib for easily dealing with Geo-localized Data in Brazil
We have implemented more than 200 dimensions of geolocalized data from www.atlasbrasil.org.br
It contains a detailed set of demographic information such as gender, age, income, education, inequality and many other interesting things.
# Installation
## Installing the geo_data_br lib
First install [geopandas](http://geopandas.org/install.html) using conda:
conda install geopandas
Then,
pip3 install geo_data_br
# Features
## Getting data from list of points
Given a list of latitude and longitude points we can use the lib to retrieve the corresponding data.
import geo_data_br.points
points_of_interest = [(-59.23352, -3.35030), (-60.17875, -3.27442)]
demographics_on_poi = geo_data_br.points.data_on_points(points_of_interest)
demographics_on_poi.gini
>>> 0 0.59
>>> 1 0.51
>>> Name: gini, dtype: float64
demographics_on_poi.espvida
>>> 0 72.91
>>> 1 68.70
>>> Name: espvida, dtype: float64
# Contributing
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file geo_data_br-0.3.5.tar.gz
.
File metadata
-
Download URL:
geo_data_br-0.3.5.tar.gz
- Upload date:
- Size: 15.4 MB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Hashes for geo_data_br-0.3.5.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
4bda89bbcbff575d14585490c7bd8c3f17c6032c4a114f33198ac20a75485f0b |
|
MD5 |
4f03381a576551b8734fb8cf2215a396 |
|
BLAKE2b-256 |
ae55f1ff19001372938f60fda5ded4169d31689a18bddb6ee8be438fb35c5f59 |
|
See more details on using hashes here.
File details
Details for the file geo_data_br-0.3.5-py3-none-any.whl
.
File metadata
-
Download URL:
geo_data_br-0.3.5-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Hashes for geo_data_br-0.3.5-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
23d4c97eb076c37a345d1c5c5224760e147d2286ebb000e7708a65b9d6f4bec6 |
|
MD5 |
d899d7a2ce8dc05336b5ee34ab040580 |
|
BLAKE2b-256 |
06e03567892dcda41f268635f275757de680edcb3646a250377a884a1f3026a6 |
|
See more details on using hashes here.