https://github.com/milos-agathon/france_built_up_map
How to download raster files from Copernicus land cover website, load them into R, merge into a single raster, calculate average weighted percentage of built-up areas for every French commune and make a pretty choropleth map using <150 lines of code.
https://github.com/milos-agathon/france_built_up_map
bigdata copernicus data-science data-visualization ggplot2 maps r raster satellite-imagery urban-planning
Last synced: 3 months ago
JSON representation
How to download raster files from Copernicus land cover website, load them into R, merge into a single raster, calculate average weighted percentage of built-up areas for every French commune and make a pretty choropleth map using <150 lines of code.
- Host: GitHub
- URL: https://github.com/milos-agathon/france_built_up_map
- Owner: milos-agathon
- Created: 2021-05-06T08:48:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T14:50:10.000Z (about 5 years ago)
- Last Synced: 2026-03-03T13:12:51.833Z (4 months ago)
- Topics: bigdata, copernicus, data-science, data-visualization, ggplot2, maps, r, raster, satellite-imagery, urban-planning
- Language: R
- Homepage: https://milospopovic.net
- Size: 632 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fraction of builtup (urban) areas for every French community
How to download raster files from Copernicus land cover website, load them into R, merge into a single raster, calculate average weighted percentage of built-up areas for every French commune and make a pretty choropleth map using <150 lines of code.
