SpatialDatasets.jl

A Julia package containing popular spatial datasets for spatial data analysis
Author javierbarbero
Popularity
2 Stars
Updated Last
1 Year Ago
Started In
June 2021

SpatialDatasets.jl

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).

Used By Packages

No packages found.