felixcremer / SpatialTestData.jl

This repository provides spatial test data sets for testing in the Julia Geo ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpatialTestData

Stable Dev

This package provides a convenient Julia interface for loading spatial test data. It is based on the TestImages package but provides spatial datasets.

Documentation

Full documentation and description of the datasets available in SpatialTestData.jl can be found here.

Installation

Just like all unregistered Julia packages, you can use Pkg to install it:

pkg> add https://github.com/felixcremer/SpatialTestData.jl # hit ] to enter Pkg mode

Usage

using SpatialTestData

img = testimage("s1_jurua_singlelake_large.nc") # fullname
img = testimage("s1_jurua_singlelake_large") # without extension works

Test data will be automatically downloaded into artifact folders when you load the dataset for the first time.

Contributing

A detailed guide on contributing to SpatialTestData.jl can be found in the documentation mentioned above.

About

This repository provides spatial test data sets for testing in the Julia Geo ecosystem

License:Other


Languages

Language:Julia 100.0%