All Projects → roocs → clisops

roocs / clisops

Licence: BSD-3-Clause license
Climate Simulation Operations

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to clisops

xarrayutils
xarrayutils.readthedocs.io/
Stars: ✭ 50 (+194.12%)
Mutual labels:  xarray, climate-science
ClimateTools.jl
Climate science package for Julia
Stars: ✭ 108 (+535.29%)
Mutual labels:  climate-science, climate-analysis
xcast
A High-Performance Data Science Toolkit for the Earth Sciences
Stars: ✭ 28 (+64.71%)
Mutual labels:  xarray, climate-science
pcmdi metrics
Self contained packages to run PCMDI Metrics
Stars: ✭ 44 (+158.82%)
Mutual labels:  climate-science, climate-analysis
goes2go
Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
Stars: ✭ 77 (+352.94%)
Mutual labels:  xarray
SBTi-finance-tool
This toolkit helps companies and financial institutions to assess the temperature alignment of current targets, commitments, and investment and lending portfolios, and to use this information to develop targets for official validation by the SBTi. See the wiki for a change log.
Stars: ✭ 39 (+129.41%)
Mutual labels:  climate-science
deafrica-sandbox-notebooks
Repository for Digital Earth Africa Sandbox, including: Jupyter notebooks, scripts, tools and workflows for geospatial analysis with Open Data Cube and xarray
Stars: ✭ 108 (+535.29%)
Mutual labels:  xarray
esmtools
🐙 a toolbox for Earth System Model analysis 🐙
Stars: ✭ 24 (+41.18%)
Mutual labels:  climate-analysis
esmlab
Earth System Model Lab (esmlab). ⚠️⚠️ ESMLab functionality has been moved into <https://github.com/NCAR/geocat-comp>. ⚠️⚠️
Stars: ✭ 23 (+35.29%)
Mutual labels:  xarray
wax-ml
A Python library for machine-learning and feedback loops on streaming data
Stars: ✭ 36 (+111.76%)
Mutual labels:  xarray
xarray-sentinel
Xarray backend to Copernicus Sentinel-1 satellite data products
Stars: ✭ 189 (+1011.76%)
Mutual labels:  xarray
nc4fortran
Object-oriented Fortran NetCDF4 interface
Stars: ✭ 31 (+82.35%)
Mutual labels:  netcdf4
python-resources-for-earth-sciences
A Curated List of Python Resources for Earth Sciences
Stars: ✭ 159 (+835.29%)
Mutual labels:  climate-science
PyEarthScience
The PyEarthScience repository created by DKRZ (German Climate Computing Center) provides Python scripts and Jupyter notebooks in particular for scientific data processing and visualization used in climate science. It contains scripts for visualization, I/O, and analysis using PyNGL, PyNIO, xarray, cfgrib, xesmf, cartopy, and others.
Stars: ✭ 56 (+229.41%)
Mutual labels:  xarray
GEOSChem-python-tutorial
Python/xarray tutorial for GEOS-Chem users
Stars: ✭ 64 (+276.47%)
Mutual labels:  xarray
xbatcher
Batch generation from xarray datasets
Stars: ✭ 93 (+447.06%)
Mutual labels:  xarray
hockeystick
Download and Visualize Essential Global Heating Data in R
Stars: ✭ 42 (+147.06%)
Mutual labels:  climate-science
climate-data-science
Climate Data Science and Earth Observation with Python.
Stars: ✭ 103 (+505.88%)
Mutual labels:  xarray
aospy
Python package for automated analysis and management of gridded climate data
Stars: ✭ 80 (+370.59%)
Mutual labels:  xarray
cmip6 preprocessing
Analysis ready CMIP6 data in python the easy way with pangeo tools.
Stars: ✭ 126 (+641.18%)
Mutual labels:  climate-analysis

clisops - climate simulation operations

Pypi Build Status Documentation

The clisops package (pronounced "clie-sops") provides a python library for running data-reduction operations on Xarray data sets or files that can be interpreted by Xarray. These basic operations (subsetting, averaging and regridding) are likely to work where data structures are NetCDF-centric, such as those found in ESGF data sets.

clisops is employed by the daops library to perform its basic operations once daops has applied any necessary fixes to data in order to remove irregularities/anomalies. Users are recommended to investigate using daops directly in order to access these fixes which may affect the scientific credibility of the results.

clisops can be used stand-alone to read individual, or groups of, NetCDF files directly.

Features

The package provides the following operations:

  • subset
  • average
  • regrid

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Python Black
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].