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: 29 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T13:07:35.000Z (about 2 months ago)
- Last Synced: 2025-04-10T06:05:04.383Z (about 1 month ago)
- Topics: analysis, climate, data, hacktoberfest, julia, spatiotemporal
- Language: Julia
- Homepage: https://juliaclimate.github.io/ClimateBase.jl/dev/
- Size: 1.55 MB
- Stars: 39
- Watchers: 3
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ClimateBase.jl
| **Documentation** | **Tests** | **CodeCov** |
|:--------:|:---------------:|:--------:|
|[](https://JuliaClimate.github.io/ClimateBase.jl/dev)| [](https://github.com/JuliaClimate/ClimateBase.jl/actions) | [](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+.