Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaClimate/ClimateBase.jl
Tools to analyze and manipulate climate (spatiotemporal) data. Also used by ClimateTools and ClimatePlots
https://github.com/JuliaClimate/ClimateBase.jl
analysis climate data hacktoberfest julia spatiotemporal
Last synced: 3 months ago
JSON representation
Tools to analyze and manipulate climate (spatiotemporal) data. Also used by ClimateTools and ClimatePlots
- Host: GitHub
- URL: https://github.com/JuliaClimate/ClimateBase.jl
- Owner: JuliaClimate
- License: other
- Created: 2019-05-13T19:02:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T13:44:08.000Z (5 months ago)
- Last Synced: 2024-06-11T19:29:04.333Z (5 months ago)
- Topics: analysis, climate, data, hacktoberfest, julia, spatiotemporal
- Language: Julia
- Homepage: https://juliaclimate.github.io/ClimateBase.jl/dev/
- Size: 1.54 MB
- Stars: 38
- Watchers: 4
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- open-sustainable-technology - ClimateBase.jl - A Julia package offering basic functionality for analyzing data that are typically in the form used by climate sciences. (Climate Change / Climate Data Processing and Analysis)
README
# ClimateBase.jl
| **Documentation** | **Tests** | **CodeCov** |
|:--------:|:---------------:|:--------:|
|[![](https://img.shields.io/badge/docs-online-blue.svg)](https://JuliaClimate.github.io/ClimateBase.jl/dev)| [![CI](https://github.com/JuliaClimate/ClimateBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaClimate/ClimateBase.jl/actions) | [![codecov](https://codecov.io/gh/JuliaClimate/ClimateBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaClimate/ClimateBase.jl)`ClimateBase` is a Julia package offering tools to analyze and manipulate climate (spatiotemporal) data. These data are dimensional & spatiotemporal but the corresponding dimensions all need special handling. For example the most common dimensions are longitude, latitude and time.
`ClimateBase` is structured to deal with these intricacies, and in addition offer several functionalities commonly used, and sought after, by climate scientists.In the future it will serve as the base building block for `ClimateTools`, which offers more advanced functionalities, such as bias correction, interpolation and shapefiles spatial subsetting.
ClimateBase.jl supports Julia 1.5+.