Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 605 Bytes

SpacetimeFields

Summary

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.

Installation

Pkg.clone("https://github.com/Mattriks/SpacetimeFields.jl")
Pkg.build("SpacetimeFields")

Documentation

Documentation with examples is available here