Skip to content

dpabon/YAXArraysToolbox.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAXArraysToolbox.jl

Documentation Build Status Citation
Stable Dev Build Status Coverage DOI

Yet Another Toolbox to analyze spatio-temporal data using YAXArrays.jl. Because laziness is not only good when reading big data.

What can the YAXArraysToolbox package do for you?

The YAXArraysToolbox package take advantage of the YAXArrays MapCube function to effienctly perform basic operations as data aggregation and plotting on gridded data. Furthermore the YAXArraysToolbox can perform some spatio-temporal analysis. The package is structured in two modules 'BasicOperations' and 'SpatioTemporalAnlyses'. The structure and dependencies of the package is:

Dependencies

Modules and functions

BasicOperations

SpatioTemporalAnalyses

Installation

julia> ]
pkg> add https://github.com/dpabon/YAXArraysToolbox.jl#main

or

using Pkg

Pkg.add(url = "https://github.com/dpabon/YAXArraysToolbox.jl#main")

Start using the package:

using YAXArraysToolbox

Tutorials (Jupyter Notebooks)

https://github.com/dpabon/YAXArraysToolboxNotebooks

Problems/Questions?

Please check the issues page to see if your question has already been solved, or open a new issue describing your problem/question.

How to Contribute?

We're more than happy to receive contributions! Feel free to open pull requests.

License

GPL-3

Acknowledgements

This project was funded by the Open-Earth-Monitor project and the NFDI4Earth project.