https://github.com/kadyb/sf_load_save
Tutorial on how to load and save spatial vector data in R
https://github.com/kadyb/sf_load_save
geospatial gis r sf tutorial
Last synced: 6 months ago
JSON representation
Tutorial on how to load and save spatial vector data in R
- Host: GitHub
- URL: https://github.com/kadyb/sf_load_save
- Owner: kadyb
- Created: 2023-10-27T00:00:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T01:12:14.000Z (about 2 years ago)
- Last Synced: 2023-11-24T22:34:48.544Z (about 2 years ago)
- Topics: geospatial, gis, r, sf, tutorial
- Language: HTML
- Homepage: https://kadyb.github.io/sf_load_save/
- Size: 3.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to load and save spatial vector data in R?
[In this tutorial](https://kadyb.github.io/sf_load_save/tutorial.html) you will
learn how to load and save spatial vector data in R using the
[**sf**](https://github.com/r-spatial/sf) package, including the most popular
formats: shapefile (.shp), GeoPackage (.gpkg) and GeoJSON (.geojson). In addition,
you will find here more advanced examples of using GDAL Virtual File Systems to
facilitate data loading, and spatial and non-spatial data preselection using SQL
queries.
The source data comes from [Natural Earth](https://www.naturalearthdata.com/).