RKuttruff opened a new pull request, #79:
URL: https://github.com/apache/incubator-sdap-ingester/pull/79

   - Added ability to manually add processors to a dataset's ingest pipeline
   - 2 new processors:
     - `depthBounds`: To be used if there is a variable that specifies the 
min/max level of the Z dimension for a given slice of that dimension. Example: 
granules in the [ECCO Ocean Temperature and Salinity - Monthly Mean 0.5 Degree 
(Version 4 Release 
4)](https://podaac.jpl.nasa.gov/dataset/ECCO_L4_TEMP_SALINITY_05DEG_MONTHLY_V4R4)
 dataset have a `Z` dimension for slice height, and the `Z_bnds` variable which 
has an extra dimension to specify the min and max height of each `Z` slice. The 
processor takes 2 parameters: `reference_dimension` for the name of the Z 
dimension and `bounds_coordinate` for the name of the heights variable.
     - `verifyShape`: Verifies that the variable data arrays of generated tiles 
have the correct number of dimensions (3 if multi-var, 2 otherwise). If more 
are found any dimensions with length of 1 are squeezed out (taking care to 
protect the lat/lon[/variable] dimensions). If the number of dimensions is 
still wrong, a warning is issued. **THIS IS A DEFAULT PROCESSOR SET FOR THE END 
OF THE PROCESSOR CHAIN**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to