Metadata-Version: 2.1
Name: podaac-concise
Version: 0.6.1
Summary: Harmony service that merges granules
Home-page: https://github.com/podaac/concise
License: Apache-2.0
Author: podaac-tva
Author-email: podaac-tva@jpl.nasa.gov
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: harmony-service-lib (>=1.0.20,<2.0.0)
Requires-Dist: importlib-metadata (>=6.0.0,<7.0.0)
Requires-Dist: netCDF4 (>=1.5.6,<2.0.0)
Requires-Dist: numpy (>=1.20.3,<2.0.0)
Project-URL: Repository, https://github.com/podaac/concise
Description-Content-Type: text/markdown

# CONCISE (CONCatenatIon SErvice)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=podaac_concise&metric=coverage)](https://sonarcloud.io/dashboard?id=podaac_concise)  
develop: [![Develop Build](https://github.com/podaac/concise/actions/workflows/build-pipeline.yml/badge.svg?branch=develop)](https://github.com/podaac/concise/actions/workflows/build-pipeline.yml)  
main: [![Main Build](https://github.com/podaac/concise/actions/workflows/build-pipeline.yml/badge.svg?branch=main&event=push)](https://github.com/podaac/concise/actions/workflows/build-pipeline.yml)


Harmony service for concatenating L2 data.

If you would like to contribute to Concise, refer to the [contribution document](CONTRIBUTING.md).

## How to test Concise locally

There are comprehensive unit tests for Concise. The tests can be run as follows:

```shell script
poetry run pytest tests/
```


