Ipeagit.github.io

Introduction to geobr (Python) • geobr

WEBThe syntax of all geobr functions operate on the same logic, so the code to download the data becomes intuitive for the user. Here are a few examples. Download a specific geographic area at a given year. # State of Sergige state = geobr.read_state(code_state="SE", year=2018) # Municipality of Sao Paulo muni = …

Actived: 6 days ago

URL: https://ipeagit.github.io/geobr/articles/python-intro/py-intro-to-geobr.html

Download Official Spatial Data Sets of Brazil • geobr

WEBgeobr 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

Category:  Health Go Health

Download spatial data of Brazilian states — read_state

WEBDownload spatial data of Brazilian states. Data at scale 1:250,000, using Geodetic reference system "SIRGAS2000" and CRS (4674)

Category:  Health Go Health

Changelog • geobr

WEBgeobr v1.9.02024-04-18. Major changes. Function read_health_facilities() now has a new parameter date, which will allow users to access data for different dates of reference.The plan is to have at least one update of this data set per year. Closes #334. Functions read_urban_area() and read_metro_area() now have a new parameter code_state, …

Category:  Health Go Health

Function reference • geobr

WEBDownload spatial data of neighborhood limits of Brazilian municipalities. read_urban_area() Download spatial data of urbanized areas in Brazil. read_metro_area() Download spatial data of official metropolitan areas in Brazil. read_urban_concentrations() Download urban concentration areas in Brazil. read_pop_arrangements() Download population

Category:  Health Go Health

Data from the Access to Opportunities Project (AOP) • aopdata

WEBDownload data from the Access to Opportunities Project (AOP). The aopdata package brings annual estimates of access to employment, health, education and social assistance services by transport mode, as well as data on the spatial distribution of population, jobs, health care, schools and social assistance facilities at a fine spatial resolution for all …

Category:  Health Go Health

Introduction to urban accessibility

WEBSection. Description. 1: Introduction to urban accessibility. The first section presents the concept of urban accessibility, clarifies the differences between accessibility and mobility and presents the main indicators used in the literature to measure urban accessibility. 2: How to measure urban accessibility.

Category:  Health Go Health

Download spatial data of Brazil's national borders — read_country

WEBArguments year. Numeric. Year of the data in YYYY format. Defaults to 2010.. simplified. Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry.Defaults to TRUE.For spatial analysis and statistics users should set simplified = FALSE.Borders have been …

Category:  Health Go Health

Download spatial data of Brazilian municipalities — …

WEBArguments code_muni. The 7-digit identification code of a municipality. If code_muni = "all" (Default), the function downloads all municipalities of the country. Alternatively, if a two-digit identification code or a two-letter uppercase abbreviation of a state is passed (e.g. 33 or "RJ"), all municipalities of that state will be downloaded.Municipality identification codes …

Category:  Health Go Health

aopdata: Data from the 'Access to Opportunities Project (AOP)'

WEBDownload data from the 'Access to Opportunities Project (AOP)'. The aopdata package brings annual estimates of access to employment, health, education and social assistance services by transport mode, as well as data on the spatial distribution of population, jobs, health care, schools and social assistance facilities at a fine spatial resolution for all …

Category:  Health Go Health

Accessibility • r5r

WEB1. Introduction. Accessibility indicators measure the ease with which opportunities, such as jobs, can be reached by a traveler from a particular location (Levinson and et al. 2020).This vignette shows how to calculate and visualize accessibility in R using the r5r package using a reproducible example. In this example, we will be using a sample data set for the city …

Category:  Health Go Health