Fork personalizado do geobr com funcionalidades extras como download de dados da ANM
Project description
geobr: Download Official Spatial Data Sets of Brazil
geobr is a computational package to download official spatial data sets of Brazil. The package includes a wide range of geospatial data in geopackage format (like shapefiles but better), available at various geographic scales and for various years with harmonized attributes, projection and topology (see detailed list of available data sets below).
READ FULL DOCS
Contribute
To start the development environment run
uv sync
Test with
uv run pytest -n auto
You can use a helper to translate a function from R.
If you want to add read_biomes, just run
uv run python helpers/translate_from_R.py read_biomes
It will scrape the original R function to get documentation and metadata. It adds:
- default year
- function name
- documentation one liner
- larger documentation
- very basic tests
! Be aware that if the function that you are adding is more complicated than the template. So, always double check !
System Dependencies
Some functions in geobr require additional system tools to be installed:
For RAR file extraction (read_baze_sites)
This function requires one of the following tools to be installed:
-
unrar:
- macOS:
brew install unrar - Ubuntu/Debian:
sudo apt-get install unrar - Windows: Install WinRAR
- macOS:
-
unar:
- macOS:
brew install unar - Ubuntu/Debian:
sudo apt-get install unar - Windows: Install The Unarchiver
- macOS:
-
7-Zip:
- macOS:
brew install p7zip - Ubuntu/Debian:
sudo apt-get install p7zip-full - Windows: Install 7-Zip
- macOS:
For ZIP file extraction (IBGE files)
Some IBGE files use compression methods not supported by Python's built-in zipfile module. The following functions use the system's unzip command:
read_census_tract_2022read_neighborhoods_2022
Make sure you have the unzip command available on your system:
- macOS: Typically pre-installed
- Ubuntu/Debian:
sudo apt-get install unzip - Windows: Install a tool like 7-Zip or add unzip via WSL
Translation Status
| Function | Translated? | Easy? |
|---|---|---|
| read_amazon | Yes | Super |
| read_biomes | Yes | Super |
| read_census_tract | Yes | No |
| read_comparable_areas | Yes | Yes |
| read_conservation_units | Yes | Super |
| read_country | Yes | Super |
| read_disaster_risk_area | Yes | Super |
| read_health_facilities | Yes | Super |
| read_health_region | Yes | Super |
| read_immediate_region | Yes | Yes |
| read_indigenous_land | Yes | Super |
| read_intermediate_region | Yes | Yes |
| read_meso_region | Yes | No |
| read_metro_area | Yes | Super |
| read_micro_region | Yes | No |
| read_municipal_seat | Yes | Super |
| read_municipality | Yes | No |
| read_region | Yes | Super |
| read_semiarid | Yes | Super |
| read_state | Yes | Super |
| read_statistical_grid | Yes | No |
| read_urban_area | Yes | Super |
| read_urban_concentrations | Yes | Super |
| read_weighting_area | Yes | No |
| list_geobr | Yes | Yes |
| lookup_muni | Yes | No |
| read_neighborhood | Yes | Yes |
Release new version
poetry version [patch|minor|major]
poetry publish --build
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tunned_geobr-1.0.3.tar.gz.
File metadata
- Download URL: tunned_geobr-1.0.3.tar.gz
- Upload date:
- Size: 73.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cbe36949f6c75bd0934cf13b10109a1ebb2b7f0f3a9e558a3d53b6ce4ef7791
|
|
| MD5 |
726f352402c7474a3738a1073ee7c628
|
|
| BLAKE2b-256 |
5acc58bbcc922a960d237ff285b4474ab49558020adf2f44e1ebf3e1d3d3b0c0
|
File details
Details for the file tunned_geobr-1.0.3-py3-none-any.whl.
File metadata
- Download URL: tunned_geobr-1.0.3-py3-none-any.whl
- Upload date:
- Size: 237.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0afdd75a871e99353c2eaed563304483d779ba62d01a4e756b85bb036d2ecd2
|
|
| MD5 |
9ae4b4dc13f5ac0d47eeec5520a61f06
|
|
| BLAKE2b-256 |
e405f3cc971025c70b5eb133808d69ae219c8bef43addb5d6e42ecac960ee698
|