All Projects → xarray-contrib → Cf Xarray

xarray-contrib / Cf Xarray

Licence: apache-2.0
a lightweight accessor for xarray objects that interprets CF attributes

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Cf Xarray

En Data mining
Data Mining Historical Newspaper Metadata (METS/ALTO formats)
Stars: ✭ 14 (-75.86%)
Mutual labels:  metadata
Osm Meta Util
Utility for downloading and processing OSM metadata
Stars: ✭ 42 (-27.59%)
Mutual labels:  metadata
Onedata
Onedata is a distributed data management platform providing eventually consistent, POSIX-compliant virtual filesystem.
Stars: ✭ 49 (-15.52%)
Mutual labels:  metadata
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-63.79%)
Mutual labels:  metadata
Datacatalog Connectors
Commons code used by the Data Catalog connectors, and links for the connectors sample code.
Stars: ✭ 40 (-31.03%)
Mutual labels:  metadata
Schemacrawler
Free database schema discovery and comprehension tool
Stars: ✭ 1,021 (+1660.34%)
Mutual labels:  metadata
Eeplat
EEPlat is a metadata-driven development platform, use configuration to instead of coding to develop enterprise application.
Stars: ✭ 9 (-84.48%)
Mutual labels:  metadata
Uc Guidelines
To improve the clarity and usefulness of finding aids and to promote consistency across campuses, a working group of digital archivists under the aegis of the UC Born-Digital Content Common Knowledge Group (CKG) have collaborated to develop a UC-wide descriptive standard for born-digital archival material.
Stars: ✭ 54 (-6.9%)
Mutual labels:  metadata
Rust Metaflac
A rust library for reading and writing FLAC metadata.
Stars: ✭ 41 (-29.31%)
Mutual labels:  metadata
Sqlservermetadata
SQL Server Metadata Toolkit
Stars: ✭ 47 (-18.97%)
Mutual labels:  metadata
Touhou Tagger
从 THBWiki 自动填写东方Project CD曲目信息.
Stars: ✭ 29 (-50%)
Mutual labels:  metadata
Diskover
File system crawler, disk space usage, file search engine and file system analytics powered by Elasticsearch
Stars: ✭ 977 (+1584.48%)
Mutual labels:  metadata
Traileraddict.bundle
Stars: ✭ 44 (-24.14%)
Mutual labels:  metadata
Metadata
a infohash metadata collector
Stars: ✭ 21 (-63.79%)
Mutual labels:  metadata
Geoportal Server Catalog
Geoportal Server next generation search application and metadata catalog, based on elasticsearch.
Stars: ✭ 53 (-8.62%)
Mutual labels:  metadata
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+1389.66%)
Mutual labels:  metadata
Yoast Seo For Typo3
Yoast SEO plugin for TYPO3
Stars: ✭ 43 (-25.86%)
Mutual labels:  metadata
Hlsinjector
ID3 metadata injector for MPEG TS (HLS) written in PHP
Stars: ✭ 56 (-3.45%)
Mutual labels:  metadata
Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-6.9%)
Mutual labels:  metadata
Labelled
Manipulating labelled vectors in R
Stars: ✭ 45 (-22.41%)
Mutual labels:  metadata

.. image:: https://img.shields.io/static/v1.svg?logo=Jupyter&label=Pangeo+Binder&message=GCE+us-central1&color=blue&style=for-the-badge :target: https://binder.pangeo.io/v2/gh/xarray-contrib/cf-xarray/main?urlpath=lab :alt: Binder

.. image:: https://img.shields.io/readthedocs/cf-xarray/latest.svg?style=for-the-badge :target: https://cf-xarray.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/github/workflow/status/xarray-contrib/cf-xarray/CI?logo=github&style=for-the-badge :target: https://github.com/xarray-contrib/cf-xarray/actions :alt: GitHub Workflow CI Status

.. image:: https://img.shields.io/github/workflow/status/xarray-contrib/cf-xarray/code-style?label=Code%20Style&style=for-the-badge :target: https://github.com/xarray-contrib/cf-xarray/actions :alt: GitHub Workflow Code Style Status

.. image:: https://img.shields.io/codecov/c/github/xarray-contrib/cf-xarray.svg?style=for-the-badge :target: https://codecov.io/gh/xarray-contrib/cf-xarray :alt: Code Coverage

.. image:: https://img.shields.io/pypi/v/cf-xarray.svg?style=for-the-badge :target: https://pypi.org/project/cf-xarray :alt: Python Package Index

.. image:: https://img.shields.io/conda/vn/conda-forge/cf_xarray.svg?style=for-the-badge :target: https://anaconda.org/conda-forge/cf_xarray :alt: Conda Version

cf-xarray

A lightweight convenience wrapper for using CF attributes on xarray objects.

For example you can use .cf.mean("latitude") instead of .mean("lat") if appropriate attributes are set! This allows you to write code that does not require knowledge of specific dimension or coordinate names particular to a dataset.

See more in the introductory notebook here <https://cf-xarray.readthedocs.io/en/latest/examples/introduction.html>_.

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].