https://github.com/fmaussion/salem
Add geolocalised subsetting, masking, and plotting operations to xarray
https://github.com/fmaussion/salem
atmospheric-sciences climatology map-projections metorology python wrf xarray
Last synced: 2 days ago
JSON representation
Add geolocalised subsetting, masking, and plotting operations to xarray
- Host: GitHub
- URL: https://github.com/fmaussion/salem
- Owner: fmaussion
- License: other
- Created: 2015-09-16T19:02:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T16:11:47.000Z (8 months ago)
- Last Synced: 2025-04-13T07:13:13.290Z (2 days ago)
- Topics: atmospheric-sciences, climatology, map-projections, metorology, python, wrf, xarray
- Language: Python
- Homepage: http://salem.readthedocs.io
- Size: 6.87 MB
- Stars: 187
- Watchers: 11
- Forks: 44
- Open Issues: 42
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
- awesome-meteo - salem
README
.. -*- rst -*- -*- restructuredtext -*-
.. This file should be written using restructured text conventionsSalem
=====.. image:: https://badge.fury.io/py/salem.svg
:target: https://badge.fury.io/py/salem
.. image:: https://anaconda.org/conda-forge/salem/badges/version.svg
:target: https://anaconda.org/conda-forge/salem/
.. image:: https://github.com/fmaussion/salem/actions/workflows/run-tests.yml/badge.svg
:target: https://github.com/fmaussion/salem/actions/workflows/run-tests.yml
.. image:: https://coveralls.io/repos/fmaussion/salem/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/fmaussion/salem?branch=master
.. image:: https://readthedocs.org/projects/salem/badge/?version=stable
:target: http://salem.readthedocs.io/en/stable/?badge=stable
.. image:: https://zenodo.org/badge/42607422.svg
:target: https://zenodo.org/badge/latestdoi/42607422Salem is a small library to do geoscientific data
processing and plotting. It extends `xarray`_ to add geolocalised
subsetting, masking, and plotting operations to xarray's `DataArray`_ and
`DataSet`_ structures... _xarray: http://xarray.pydata.org/en/stable/
.. _DataArray: http://xarray.pydata.org/en/stable/data-structures.html#dataarray
.. _DataSet: http://xarray.pydata.org/en/stable/data-structures.html#datasetDocumentation
-------------A draft of documentation is hosted on ReadTheDocs: http://salem.readthedocs.io
License
-------Salem is available under the open source `3-clause BSD license`_.
.. _3-clause BSD license: https://en.wikipedia.org/wiki/BSD_licenses
About
-----:Status:
Beta - in development:License:
3-clause BSD:Contact:
`Fabien Maussion `_