A Julia package containing popular spatial datasets for spatial data analysis
Documentation | Build Status | Coverage |
---|---|---|
The package SpatialDatasets.jl contians a set of popular spatial datasets for spatial data analysis.
The datasets are storead as lazy Pkg Artifacts and are downloaded and installed once first used. See List of Spatial Datasets for a list of all available datasets and their sources.
The following code loads the popular Guerry´s Moral statistics of France dataset:
using SpatialDatasets
guerry = sdataset("Guerry")
Spatial datasets are loaded as Julia DataFrames and contains a column named geometry
with the geometry information (Points or Polygons).