tunned-geobr 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/PKG-INFO +3 -1
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/pyproject.toml +3 -1
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_sigef_properties.py +0 -2
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/LICENSE.txt +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/README.md +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/__init__.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/read_state.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_list_geobr.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_lookup_muni.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_amazon.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_biomes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_census_tract.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_comparable_areas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_conservation_units.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_country.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_disaster_risk_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_health_facilities.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_health_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_immediate_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_indigenous_land.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_intermediate_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_meso_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_metro_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_micro_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_municipal_seat.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_municipality.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_neighborhood.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_pop_arrangements.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_schools.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_semiarid.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_state.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_statistical_grid.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_urban_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_urban_concentrations.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_read_weighting_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tests/test_utils.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/__init__.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/data/grid_state_correspondence_table.csv +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/list_geobr.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/lookup_muni.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_ama_anemometric_towers.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_amazon.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_amazon_ibas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_apcb_amazon.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_apcb_caatinga.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_apcb_cerrado_pantanal.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_apcb_mata_atlantica.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_apcb_pampa.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_apcb_zcm.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_archaeological_sites.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_areas_under_contract.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_atlantic_forest_ibas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_atlantic_forest_law_limits.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_baze_sites.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_biodiesel_plants.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_biomes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_biomethane_plants.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_biosphere_reserves.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_cave_potential.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_census_tract.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_climate_aggressiveness.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_comparable_areas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_compression_stations.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_conservation_units.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_country.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_disaster_risk_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_drainage_ducts.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_ebas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_etanol_plants.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_biomass_ute.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_cgh.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_eolic.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_fossile_ute.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_nuclear_ute.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_pch.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_solar.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_substations.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_transmission_lines.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_existent_uhe.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_exploration_production_environment.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_federal_highways.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_federal_union_areas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_fossil_occurrences.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_fuel_bases.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_gas_distribution_pipelines.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_gas_transport_pipelines.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_geographic_regions.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_geology.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_geomorphology.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_glp_bases.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_gnl_terminals.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_health_facilities.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_health_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_heliports.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_hydroelectric_feasibility_studies.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_hydroelectric_inventory_aai_studies.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_ibama_embargoes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_icmbio_embargoes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_icmbio_infractions.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_immediate_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_indigenous_land.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_intermediate_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_isolated_systems.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_meso_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_metro_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_micro_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_mining_processes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_municipal_seat.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_municipality.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_municipality_direct.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_natural_caves.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_natural_gas_delivery_points.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_natural_gas_processing_hub.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_neighborhood.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_basement.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_effective_geographic_basin.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_ipa_direct_evidence.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_ipa_exploratory_activity.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_ipa_exploratory_intensity.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_ipa_need_for_knowledge.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_ipa_prospectiveness.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_ipa_supply_infrastructure.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_legal_pre_salt_polygon.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_predominant_fluid_type.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_probabilistic_effective_basin.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_total_ipa.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_unconventional_resources.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_oil_and_derivatives_terminal.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_pan_strategic_areas 2.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_pan_strategic_areas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_pedology.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_pio_ducts.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_pio_terminals.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_biomass_ute.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_cgh.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_eolic.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_fossile_ute.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_nuclear_ute.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_pch.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_solar.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_substations.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_transmission_lines.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_planned_uhe.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_pop_arrangements.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_ports.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_private_aerodromes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_processing_facilities.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_public_aerodromes.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_quilombola_areas.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_railways.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_region.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_rppn.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_schools.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_sedimentary_basins.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_semiarid.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_settlements.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_snci_properties.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_state.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_state_direct.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_state_highways.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_statistical_grid.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_subsystem_interconnected.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_transmission_lines_ons.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_urban_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_urban_concentrations.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_vegetation.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_water_bodies_ana.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_waterways.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_weighting_area.py +0 -0
- {tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tunned-geobr
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Fork personalizado do geobr com funcionalidades extras como download de dados da ANM
|
5
5
|
Author: Anderson Stolfi
|
6
6
|
License: MIT
|
@@ -23,6 +23,8 @@ Requires-Dist: patool>=1.15.0
|
|
23
23
|
Requires-Dist: fiona>=1.10.1
|
24
24
|
Requires-Dist: gdown>=5.2.0
|
25
25
|
Requires-Dist: tabulate>=0.9.0
|
26
|
+
Requires-Dist: build>=1.2.2.post1
|
27
|
+
Requires-Dist: twine>=6.1.0
|
26
28
|
Description-Content-Type: text/markdown
|
27
29
|
|
28
30
|
# geobr: Download Official Spatial Data Sets of Brazil
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "tunned-geobr"
|
3
|
-
version = "1.0.
|
3
|
+
version = "1.0.2"
|
4
4
|
description = "Fork personalizado do geobr com funcionalidades extras como download de dados da ANM"
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = "<4.0,>=3.9"
|
@@ -18,6 +18,8 @@ dependencies = [
|
|
18
18
|
"fiona>=1.10.1",
|
19
19
|
"gdown>=5.2.0",
|
20
20
|
"tabulate>=0.9.0",
|
21
|
+
"build>=1.2.2.post1",
|
22
|
+
"twine>=6.1.0",
|
21
23
|
]
|
22
24
|
classifiers = [
|
23
25
|
"Intended Audience :: Science/Research",
|
@@ -32,8 +32,6 @@ def read_sigef_properties(simplified=False):
|
|
32
32
|
"""
|
33
33
|
|
34
34
|
url = "https://certificacao.incra.gov.br/csv_shp/zip/Sigef%20Brasil.zip"
|
35
|
-
if 1==1:
|
36
|
-
return "Essa camada está muito pesada, baixe manualmente no link: " + url
|
37
35
|
try:
|
38
36
|
# Download the zip file
|
39
37
|
# Disable SSL verification due to INCRA's certificate issues
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/data/grid_state_correspondence_table.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_exploration_production_environment.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_hydroelectric_feasibility_studies.py
RENAMED
File without changes
|
{tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_hydroelectric_inventory_aai_studies.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_effective_geographic_basin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tunned_geobr-1.0.1 → tunned_geobr-1.0.2}/tunned_geobr/read_og_probabilistic_effective_basin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|