Metadata-Version: 2.1
Name: ocm2
Version: 0.2.0
Summary: This python package extracts subdatasets from OCM-2 HDF file, georeference them and exports them to GeoTIFF. The package also creates a cloud mask layer.
Home-page: https://github.com/akhi9661/ocm2
Author: Akhilesh Kumar
Author-email: akhiraj9661@gmail.com
License: MIT license
Keywords: ocm2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: rasterio
Requires-Dist: regex

# ocm2


[![image](https://img.shields.io/pypi/v/ocm2.svg)](https://pypi.python.org/pypi/ocm2)
[![image](https://img.shields.io/conda/vn/conda-forge/ocm2.svg)](https://anaconda.org/conda-forge/ocm2)
[![Python Versions](https://img.shields.io/pypi/pyversions/ocm2.svg)](https://pypi.org/project/ocm2/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![image](https://github.com/akhi9661/ocm2/workflows/docs/badge.svg)](https://github.com/akhi9661/ocm2)
[![image](https://github.com/akhi9661/ocm2/workflows/Linux%20build/badge.svg)](https://github.com/akhi9661/ocm2/actions)


**This python package extracts sub-datasets from OCM-2 HDF file, geo-reference them and exports them to GeoTIFF. The package also creates a cloud mask layer.**



-   GitHub repo: <https://github.com/akhi9661/ocm2>
-   PyPI: <https://pypi.org/project/ocm2/>
-   Free software: MIT license
-   Documentation: <https://akhi9661.github.io/ocm2>
    

## Features

-   Extract sub-datasets from OCM-2 HDF file
-   Geo-reference the extracted GeoTIFF files or extract and geo-reference them if not extracted.

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
