Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/sambah_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ executes several services:
3. **Batchee** (optional): Groups together filenames so that further operations (such as concatenation) can be performed separately on each group of files ([source](https://github.com/nasa/batchee))
4. **Stitchee** (optional): Concatenates netCDF data along an existing dimension ([source](https://github.com/nasa/stitchee))
5. **PODAAC CONCISE** (optional): Concatenates netCDF data along a newly created dimension ([source](https://github.com/podaac/concise))
6. **CASPER** (optional): Converts SAMBAH NetCDF output files into CSV files by grouping the variables based on common dimensions and outputting each group into a separate CSV file. ([source](https://github.com/nasa/harmony-casper))

## Known Limitations

- Panoply is unable to plot results when coordinate arrays contain null values on the edges.
- Polygons and other Shapefile formats are not supported for subsetting. Support for this is in development.
- A request for a single granule proceeds through the entire chain. Thus, the following modifications are made even though the data are not concatenated: (i) the filename is changed to the granule's collection ID + "_merged" and (ii) a history attribute is added.
- Converting large NetCDF files can result in CSV files that are too large to be opened in Excel. For this reason, CONCISE cannot be used in the SAMBAH processing chain if CSV output is requested. If both concatenation and CSV output are included in the Harmony request, the concatenation request will be ignored.

## Missions supported

Expand Down
Loading