Web Scraping With R
Project to extract spatial and non-spatial data for rural properties in the Brazilian Amazonian state of Pará from a public repository http://car.semas.pa.gov.br/
Project will create a clear pipeline to regularly extract this data and display it via a shiny app.
Instructions for use
- Run get_car3.R. This will produce a .csv file with the scraped data.
- Not yet automated - we reduced the .csv file to a subset of the rows and columns for demonstration.
- Run either the server.R or ui.R file in the shiny-app folder. The reduced .csv is used by the scripts to create an interactive webpage.