skorper opened a new pull request, #210:
URL: https://github.com/apache/incubator-sdap-nexus/pull/210

   [SDAP-407](https://issues.apache.org/jira/browse/SDAP-407)
   
   Currently, depth is not being returned when the `/domsresults` endpoint is 
called. This is because depth is not stored in the database so that information 
is lost.
   
   Added depth to the database, after matchup this field is now populated. 
Updated CSV and NetCDF conversion to make sure this field is present. 
   
   Examples below. Please note the primary dataset is a satellite dataset which 
is why depth is null/not present. 
   
   Also note that I generated these by running a local instance of 
Solr/Cassandra and included massively large tolerances to make sure a match 
would occur. The matches are not valid and were only used for testing purposes. 
   
   ```sh
   
/match_spark?tt=43200&primary=AVHRR_OI_L4_GHRSST_NCEI&secondary=ICOADS_JPL&startTime=2015-01-01T00%3A00%3A00Z&endTime=2018-04-05T00%3A00%3A00Z&rt=25000&b=-140%2C10%2C-110%2C40&platforms=30&depthMin=-5&depthMax=5&matchOnce=true&tt=999999999
   ```
   
   
[response.nc.txt](https://github.com/apache/incubator-sdap-nexus/files/9855618/response.nc.txt)
   
[response.csv](https://github.com/apache/incubator-sdap-nexus/files/9855620/response.csv)
   
   
   


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