Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NCAR/esmlab-regrid
ESMLab Regridding Utilities. ⚠️⚠️ ESMLab-regrid functionality has been moved into <https://github.com/NCAR/geocat-comp>. ⚠️⚠️
https://github.com/NCAR/esmlab-regrid
earth-system-informatics esmlab
Last synced: 2 months ago
JSON representation
ESMLab Regridding Utilities. ⚠️⚠️ ESMLab-regrid functionality has been moved into <https://github.com/NCAR/geocat-comp>. ⚠️⚠️
- Host: GitHub
- URL: https://github.com/NCAR/esmlab-regrid
- Owner: NCAR
- License: apache-2.0
- Archived: true
- Created: 2018-12-15T20:34:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T01:40:57.000Z (over 3 years ago)
- Last Synced: 2024-10-28T17:19:18.734Z (3 months ago)
- Topics: earth-system-informatics, esmlab
- Language: Python
- Homepage: https://esmlab-regrid.readthedocs.io
- Size: 1.92 MB
- Stars: 4
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-atmos - esmlab-regrid
README
⚠️⚠️ ESMLab-regrid functionality has been moved into ``_. ⚠️⚠️
==================
ESMLab-regrid
==============
.. image:: https://img.shields.io/circleci/project/github/NCAR/esmlab-regrid/master.svg?style=for-the-badge&logo=circleci
:target: https://circleci.com/gh/NCAR/esmlab-regrid/tree/master.. image:: https://img.shields.io/codecov/c/github/NCAR/esmlab-regrid.svg?style=for-the-badge
:target: https://codecov.io/gh/NCAR/esmlab-regrid.. image:: https://img.shields.io/readthedocs/esmlab-regrid/latest.svg?style=for-the-badge
:target: https://esmlab-regrid.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://img.shields.io/pypi/v/esmlab-regrid.svg?style=for-the-badge
:target: https://pypi.org/project/esmlab-regrid
:alt: Python Package Index.. image:: https://img.shields.io/conda/vn/conda-forge/esmlab-regrid.svg?style=for-the-badge
:target: https://anaconda.org/conda-forge/esmlab-regrid
:alt: Conda VersionESMLab regridding utitilies. See documentation_ for more information.
.. _documentation: https://esmlab-regrid.readthedocs.io/en/latest/
Installation
------------ESMLab-regrid can be installed from PyPI with pip:
.. code-block:: bash
pip install esmlab-regrid
It is also available from `conda-forge` for conda installations:
.. code-block:: bash
conda install -c conda-forge esmlab-regrid