wphyojpl opened a new pull request #37:
URL: https://github.com/apache/incubator-sdap-ingester/pull/37


   - converting Grid Reading Processor to accept multiple bands
   - converting Swath Reading Processor to accept multiple bands
   - update Collection Manager to accept both `variable` and `variables` for 
single and multiple bands
   - convert single band input to multiple bands with 1 entry
   - using temporary `nexusproto` repo
   - results are stored in the following structure
   ```
   each dataset dimension: 1x50x100
   slicing (x: 30, y: 30)
   ingested dimension: (11, 30, 30)
   
   
   Result dataset:
   [0][0][0..29] = B01[0][0][0]..B01[0][0][29]
   [0][10][0..29] = B01[0][10][0]..B01[0][10][29]
   [0][29][0..29] = B01[0][29][0]..B01[0][29][29]
   .
   .
   .
   [10][0][0..29] = B11[0][0][0]..B11[0][0][29]
   [10][10][0..29] = B11[0][10][0]..B11[0][10][29]
   [10][29][0..29] = B11[0][29][0]..B11[0][29][29]
   
   ```


-- 
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