skorper commented on PR #180:
URL: 
https://github.com/apache/incubator-sdap-nexus/pull/180#issuecomment-1190486320

   Latest update:
   
   - Query insitu schema endpoint to get units for insitu observations
   - Use "meta" field to populate "id" field for insitu
   - Moved depth to top level alongside lat/lon/time
   - I recall this being requested -- I am using the insitu variable name for 
both "variable_name" and "cf_variable_name"
   
   Sample output (truncated):
   
   ```json
   {
       "executionId": "2cb5b591-9b47-41a7-8e15-a5386a4132f6",
       "data": [
           {
               "platform": "orbiting satellite",
               "device": "radiometers",
               "lon": "161.125",
               "lat": "-28.375",
               "point": "Point(161.125 -28.375)",
               "time": 1537952400,
               "depth": null,
               "fileurl": 
"20180926090000-JPL-L4_GHRSST-SSTfnd-MUR25-GLOB-v02.0-fv04.2.nc",
               "id": "47be9823-0b9e-3984-b562-2221c0396ada[[0, 6, 14]]",
               "source": "MUR25-JPL-L4-GLOB-v04.2",
               "primary": [
                   {
                       "variable_name": "analysed_sst",
                       "cf_variable_name": "sea_surface_foundation_temperature",
                       "variable_value": 19.394012451171875,
                       "variable_unit": null
                   }
               ],
               "matches": [
                   {
                       "platform": "42",
                       "device": null,
                       "lon": "161.12",
                       "lat": "-28.37",
                       "point": "Point(161.12 -28.37)",
                       "time": 1538784000,
                       "depth": -99999.0,
                       "fileurl": null,
                       "id": 
"https://rda.ucar.edu/php/icoadsuid.php?uid=PAWNVF";,
                       "source": "ICOADS Release 3.0",
                       "secondary": [
                           {
                               "variable_name": "sea_water_temperature",
                               "cf_variable_name": "sea_water_temperature",
                               "variable_value": 18.9,
                               "variable_unit": "C"
                           },
                           {
                               "variable_name": "sea_water_temperature_quality",
                               "cf_variable_name": 
"sea_water_temperature_quality",
                               "variable_value": 1,
                               "variable_unit": null
                           }
                       ]
                   }
               ]
           }
       ],
       "params": {
           "primary": "MUR25-JPL-L4-GLOB-v04.2",
           "matchup": "ICOADS Release 3.0",
           "startTime": 1537747200,
           "endTime": 1538092800,
           "bbox": "160,-29,165,-28",
           "timeTolerance": 2592000,
           "radiusTolerance": 1000.0,
           "platforms": "42",
           "parameter": null,
           "depthMin": 0.0,
           "depthMax": 5.0
       },
       "bounds": {},
       "count": 11,
       "details": {
           "timeToComplete": 105,
           "numInSituRecords": 0,
           "numInSituMatched": 11,
           "numGriddedChecked": 0,
           "numGriddedMatched": 11
       }
   }
   ```


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