CONCISE is a NASA Harmony service designed for concatenating Level 2 (L2) NetCDF data files. It enables users to combine multiple NetCDF files into a single, unified file with an additional dimension that preserves the original file structure while creating a cohesive dataset for analysis.
CONCISE integrates with NASA's Harmony platform to provide seamless data transformation services in the cloud. The service is particularly useful for researchers and data scientists working with satellite oceanography data from PO.DAAC (Physical Oceanography Distributed Active Archive Center) who need to combine multiple granules into a single analysis-ready dataset.
- NetCDF Concatenation: Combines multiple NetCDF files into a single file
- Dimension Preservation: Adds an extra dimension where each slice corresponds to one input file
- Harmony Integration: Seamlessly works within NASA's Earthdata Cloud ecosystem
- L2 Data Support: Optimized for Level 2 satellite data products
- Cloud-Native: Designed for efficient processing in AWS cloud environment
When CONCISE processes multiple NetCDF files:
- Input: Receives multiple NetCDF files as input
- Analysis: Examines the structure and dimensions of each file
- Concatenation: Creates a new NetCDF file with an additional dimension
- Output: Each slice in the new dimension corresponds to data from one input file
The resulting concatenated file maintains data integrity while providing a unified structure for downstream analysis.
- Python 3.12 or higher
- Poetry (for dependency management)
- Clone the repository:
git clone https://github.com/podaac/concise.git
cd concise
- Install dependencies using Poetry:
poetry install
- Activate the virtual environment:
poetry shell
For local development and testing:
# Run unit tests
poetry run pytest tests/
# Run with specific test options
poetry run pytest tests/ -v
# Run linting
poetry run pylint podaac
# Run flake
poetry run flake8 podaac
CONCISE is optimized for:
- NetCDF4 files: Primary format for input and output
- Level 2 satellite data: Oceanographic and atmospheric datasets
- Gridded data products: Regular and irregular grids
We welcome contributions to CONCISE! Please refer to our contribution document for detailed information on:
- Code style and conventions
- Testing requirements
- Pull request process
- Issue reporting
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name
- Make your changes and add tests
- Run the test suite:
poetry run pytest tests/
- Submit a pull request
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
CONCISE is developed and maintained by the Physical Oceanography Distributed Active Archive Center (PO.DAAC) at NASA's Jet Propulsion Laboratory (JPL). This work is supported by NASA's Earth Science Data and Information System (ESDIS) project.
- Project Maintainers: PO.DAAC Development Team
- Issues: GitHub Issues
- Documentation: PO.DAAC Documentation
For more information about NASA's Earth science data and services, visit Earthdata.