Category: Metadata
Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Python
Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python Features Supports reading metadata and imaging data for: OME-TIFF TIFF CZI — (pip install aicsimageio[czi]) LIF — (pip install readlif>=0.6.4) ND2 — (pip install aicsimageio[nd2]) DV — (pip install aicsimageio[dv]) PNG, GIF, etc. — (pip install aicsimageio[base-imageio]) Files supported by Bio-Formats — (pip install aicsimageio bioformats_jar) Supports writing metadata and imaging data for: OME-TIFF PNG, GIF, etc. — (pip install aicsimageio[base-imageio]) Supports reading and writing to fsspec […]
Read moreAn easy to use wrapper to the NASA EOSDIS Common Metadata Repository API
This repository is a copy of jddeal/python_cmr which is no longer maintained. It has been copied here with the permission of the original author for the purpose of continuing to develop a python library that can be used for CMR access. Python CMR is an easy to use wrapper to the NASA EOSDIS Common Metadata Repository API. This package aims to make querying the API intuitive and less error-prone by providing methods that will preemptively check for invalid input and […]
Read more