User Tools

Site Tools


other:uvcdat:cdat_conda:cdat_8_2_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:uvcdat:cdat_conda:cdat_8_2_1 [2023/02/01 15:22]
jypeter [Extra packages list] Added 'gridded'
other:uvcdat:cdat_conda:cdat_8_2_1 [2023/07/22 10:23]
jypeter [Extra packages list] Added MetPy
Line 347: Line 347:
     * see also ''​eccodes''​ and ''​pygrib''​     * see also ''​eccodes''​ and ''​pygrib''​
   * [[https://​unidata.github.io/​cftime/​|cftime]]:​ Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions   * [[https://​unidata.github.io/​cftime/​|cftime]]:​ Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions
 +    * Used with ''​xarray''​
 +  * [[https://​cf-xarray.readthedocs.io/​|cf_xarray]]:​ provides an accessor (''​DataArray.cf''​ or ''​Dataset.cf''​) that allows you to interpret //Climate and Forecast// metadata convention attributes present on ''​xarray''​ objects
     * Used with ''​xarray''​     * Used with ''​xarray''​
   * [[https://​clustergram.readthedocs.io/​|clustergram]]:​ visualization and diagnostics for cluster analysis   * [[https://​clustergram.readthedocs.io/​|clustergram]]:​ visualization and diagnostics for cluster analysis
Line 359: Line 361:
     * need to install ''​eccodes''​ and ''​python-eccodes''​ ([[https://​github.com/​ecmwf/​eccodes-python/​issues/​56|details]])     * need to install ''​eccodes''​ and ''​python-eccodes''​ ([[https://​github.com/​ecmwf/​eccodes-python/​issues/​56|details]])
     * see also ''​cfgrib''​ and ''​pygrib''​     * see also ''​cfgrib''​ and ''​pygrib''​
 +  * [[https://​ajdawson.github.io/​eofs/​|eofs]]:​ a Python package for EOF analysis of spatial-temporal data
   * [[https://​docs.esmvaltool.org/​en/​latest/​|ESMValTool]]:​ Earth System Model Evaluation Tool   * [[https://​docs.esmvaltool.org/​en/​latest/​|ESMValTool]]:​ Earth System Model Evaluation Tool
     * not installed yet (March 2022) because it required download of 302 Mb extra packages and a downgrade of gdal     * not installed yet (March 2022) because it required download of 302 Mb extra packages and a downgrade of gdal
Line 370: Line 373:
   * [[https://​noaa-orr-erd.github.io/​gridded/​index.html|gridded]]:​ a single API for accessing / working with gridded model results on multiple grid types   * [[https://​noaa-orr-erd.github.io/​gridded/​index.html|gridded]]:​ a single API for accessing / working with gridded model results on multiple grid types
     * Supports the [[http://​cfconventions.org/​|CF]],​ [[https://​ugrid-conventions.github.io/​ugrid-conventions/​|UGRID]] and [[http://​sgrid.github.io/​sgrid/​|SGRID]] conventions     * Supports the [[http://​cfconventions.org/​|CF]],​ [[https://​ugrid-conventions.github.io/​ugrid-conventions/​|UGRID]] and [[http://​sgrid.github.io/​sgrid/​|SGRID]] conventions
 +  * [[https://​icclim.readthedocs.io/​|icclim]]:​ icclim (Index Calculation for CLIMate) is a Python library to compute climate indices
   * [[https://​intake.readthedocs.io/​|intake]]:​ a lightweight package for finding, investigating,​ loading and disseminating data   * [[https://​intake.readthedocs.io/​|intake]]:​ a lightweight package for finding, investigating,​ loading and disseminating data
     * [[https://​intake-esm.readthedocs.io/​|intake-esm]]:​ data cataloging utility built on top of intake, pandas, and xarray     * [[https://​intake-esm.readthedocs.io/​|intake-esm]]:​ data cataloging utility built on top of intake, pandas, and xarray
Line 380: Line 384:
   * [[https://​jupyterlab.readthedocs.io/​|jupyterlab]]:​ the next-generation web-based user interface for Project Jupyter   * [[https://​jupyterlab.readthedocs.io/​|jupyterlab]]:​ the next-generation web-based user interface for Project Jupyter
   * [[https://​github.com/​plotly/​Kaleido|python-kaleido]]:​ a cross-platform library for generating static images (e.g. png, svg, pdf, etc.) for web-based visualization libraries   * [[https://​github.com/​plotly/​Kaleido|python-kaleido]]:​ a cross-platform library for generating static images (e.g. png, svg, pdf, etc.) for web-based visualization libraries
 +  * [[https://​unidata.github.io/​MetPy/​latest/​|MetPy]]:​ a collection of tools in Python for reading, visualizing,​ and performing calculations with weather data
   * [[https://​mpltern.readthedocs.io/​|mpltern]]:​ a Python plotting library based on Matplotlib specifically designed for ternary plots   * [[https://​mpltern.readthedocs.io/​|mpltern]]:​ a Python plotting library based on Matplotlib specifically designed for ternary plots
   * [[https://​nc-time-axis.readthedocs.io/​en/​stable/​|nc-time-axis]]:​ a package that enables making plots in matplotlib with axes made up of ''​cftime.datetime''​ dates with any calendar type   * [[https://​nc-time-axis.readthedocs.io/​en/​stable/​|nc-time-axis]]:​ a package that enables making plots in matplotlib with axes made up of ''​cftime.datetime''​ dates with any calendar type
Line 385: Line 390:
     * can probably also be done with [[https://​code.mpimet.mpg.de/​projects/​cdo/​embedded/​index.html#​x1-580002.1.3|cdo -v diffn file1.nc file2.nc]]     * can probably also be done with [[https://​code.mpimet.mpg.de/​projects/​cdo/​embedded/​index.html#​x1-580002.1.3|cdo -v diffn file1.nc file2.nc]]
   * [[https://​opencv.org/​|OpenCV]]:​ OpenCV (Open Source Computer Vision Library) is an open-source library that includes several hundreds of computer vision algorithms. See also [[https://​www.geeksforgeeks.org/​opencv-python-tutorial/​|OpenCV Python Tutorial]] and **scikit-image**   * [[https://​opencv.org/​|OpenCV]]:​ OpenCV (Open Source Computer Vision Library) is an open-source library that includes several hundreds of computer vision algorithms. See also [[https://​www.geeksforgeeks.org/​opencv-python-tutorial/​|OpenCV Python Tutorial]] and **scikit-image**
 +  * [[https://​openpyxl.readthedocs.io/​|openpyxl]]:​ a Python library to read/write Excel 2010 ''​xlsx''/''​xlsm''​ files
   * [[https://​jiffyclub.github.io/​palettable/​|Palettable]]:​ Color palettes for Python ''​[color]''​   * [[https://​jiffyclub.github.io/​palettable/​|Palettable]]:​ Color palettes for Python ''​[color]''​
   * [[http://​pandas.pydata.org/​|pandas]]:​ Python Data Analysis Library   * [[http://​pandas.pydata.org/​|pandas]]:​ Python Data Analysis Library
Line 394: Line 400:
   * [[https://​www.fatiando.org/​pooch/​|pooch]]:​ a friend to fetch your data files (makes it easy to download a file, without messing with ''​requests''​ and ''​urllib''​)   * [[https://​www.fatiando.org/​pooch/​|pooch]]:​ a friend to fetch your data files (makes it easy to download a file, without messing with ''​requests''​ and ''​urllib''​)
   * [[https://​proplot.readthedocs.io/​en/​latest/​|proplot]]:​ a lightweight **matplotlib wrapper** for making beautiful, publication-quality graphics   * [[https://​proplot.readthedocs.io/​en/​latest/​|proplot]]:​ a lightweight **matplotlib wrapper** for making beautiful, publication-quality graphics
 +  * [[https://​psyplot.github.io/​|psyplot]]:​ Interactive Data Visualization from Python and GUIs
   * [[https://​github.com/​jswhit/​pygrib|pygrib]]:​ high-level interface to the ECWMF ECCODES C library for reading GRIB files   * [[https://​github.com/​jswhit/​pygrib|pygrib]]:​ high-level interface to the ECWMF ECCODES C library for reading GRIB files
     * see also ''​eccodes''​ and ''​cfgrib''​     * see also ''​eccodes''​ and ''​cfgrib''​
Line 414: Line 421:
   * [[https://​uxarray.readthedocs.io/​|uxarray]]:​ provide xarray styled functionality for unstructured grid datasets following [[https://​ugrid-conventions.github.io/​ugrid-conventions/​|UGRID Conventions]]   * [[https://​uxarray.readthedocs.io/​|uxarray]]:​ provide xarray styled functionality for unstructured grid datasets following [[https://​ugrid-conventions.github.io/​ugrid-conventions/​|UGRID Conventions]]
   * [[https://​docs.xarray.dev/​en/​stable/​|xarray]]:​ Xarray makes working with labelled multi-dimensional arrays in Python simple, efficient, and fun!   * [[https://​docs.xarray.dev/​en/​stable/​|xarray]]:​ Xarray makes working with labelled multi-dimensional arrays in Python simple, efficient, and fun!
-  * [[https://​xcdat.readthedocs.io/​|xcdat]]: ​Xarray Extended ​with Climate Data Analysis Tools+  * [[https://​xcdat.readthedocs.io/​|xcdat]]: ​xarray extended ​with Climate Data Analysis Tools 
 +  * [[https://​xclim.readthedocs.io/​|xclim]]:​ an operational Python library for climate services, providing numerous climate-related indicator tools with an extensible framework for constructing custom climate indicators, statistical downscaling and bias adjustment of climate model simulations,​ as well as climate model ensemble analysis tools. 
 +  * [[https://​xgrads.readthedocs.io/​|xgrads]]:​ parse and read binary dataset described by a ''​.ctl''​ file commonly used by [[http://​cola.gmu.edu/​grads/​|GrADS]] or [[http://​www.opengrads.org/​|openGrADS]] 
 +    * Install with: ''​pip install xgrads''​ 
 +  * [[https://​xlrd.readthedocs.io/​|xlrd]]:​ a library for reading data and formatting information from Excel files in the historical .xls format
   * [[https://​xoa.readthedocs.io/​en/​latest/​|xoa]]:​ xarray-based ocean analysis library   * [[https://​xoa.readthedocs.io/​en/​latest/​|xoa]]:​ xarray-based ocean analysis library
     * ''​xoa''​ is the successor of [[http://​www.ifremer.fr/​vacumm/​|vacumm]] (vacumm does **not** support Python3)     * ''​xoa''​ is the successor of [[http://​www.ifremer.fr/​vacumm/​|vacumm]] (vacumm does **not** support Python3)
other/uvcdat/cdat_conda/cdat_8_2_1.txt · Last modified: 2024/07/02 10:44 by jypeter