A Julia package for working with spacetime field (stfield) objects.
An stfield object is a data field with data, longitude, latitude, time.
Currently, an stfield object (with a particular extent) can be created from a NetCDF file.
An stfield object can be manipulated with commands such as convert (to a DataFrame or Matrix),
or copy.
Pkg.clone("https://github.com/Mattriks/SpacetimeFields.jl")
Pkg.build("SpacetimeFields")Documentation with examples is available here