skorper commented on pull request #132:
URL:
https://github.com/apache/incubator-sdap-nexus/pull/132#issuecomment-930303660
I've added backwards compatibility with the previous iteration of the solr
doc. Example solr doc:
```json
{
"table_s":"sea_surface_temp",
"geo":"POLYGON((25.632 -42.376, 39.239 -42.376, 39.239 -36.698,
25.632 -36.698, 25.632 -42.376))",
"id":"3f5aae6a-f6e1-31e0-b24e-0c648beabb70",
"solr_id_s":"ascat-l2-coastal-multi-t5!3f5aae6a-f6e1-31e0-b24e-0c648beabb70",
"sectionSpec_s":"NUMCELLS:30:60,NUMROWS:2850:2880",
"dataset_s":"ascat-l2-coastal-multi-t5",
"granule_s":"ascat_20170102_182400_metopb_22278_eps_o_coa_2401_ovw.l2.nc",
"tile_var_name_s":"[\"wind_speed\", \"wind_dir\"]",
"tile_standard_name_s":"[\"wind_speed\", \"wind_to_direction\"]",
"tile_min_lon":[25.63173],
"tile_max_lon":[39.238640000000004],
"tile_min_lat":[-42.375870000000006],
"tile_max_lat":[-36.69843],
"tile_depth":[0.0],
"tile_min_time_dt":"2017-01-02T19:53:03Z",
"tile_max_time_dt":"2017-01-02T19:53:58Z",
"tile_min_val_d":7.349999904632568,
"tile_max_val_d":196.40000915527344,
"tile_avg_val_d":71.52783203125,
"tile_count_i":1800,
"_version_":1712176647857242112
}
```
Tested this dataset with the matchup endpoint and it works as expected.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]