ioos / registry

Getting data services registered in the IOOS Service Registry
http://ioos.github.io/registry/
2 stars 7 forks source link

Could data start and stop time be added to NGDC geoportal gui? #85

Open rsignell-usgs opened 8 years ago

rsignell-usgs commented 8 years ago

Right now users can use free text search and specify a region, but if they want to search on time, clicking on advanced search offers only a search on "modified date", which is not the data start and end date, right? 2015-12-08_11-56-23 Could you add the ability to search on data start/stop time on the main page (or on the advanced search page), like on this NODC geoportal page? 2015-12-08_12-09-16

From looking at a sample request, it looks like NGDC searches for start and stop:

http://www.ngdc.noaa.gov/geoportal/rest/find/document?rid=local&ridName=NOAA%20National%20Geophysical%20Data%20Center&rids=local&searchText=temperature&start=1&max=10&orderBy=relevance&after=2015-12-01&before=2015-12-08&spatialRel=esriSpatialRelOverlaps&bbox=-78.0616,35.1125,-50.4966,47.6837&maxSearchTimeMilliSec=10000&f=searchpageresults&dojo.preventCache=1449594808335

but we would like to be specifying contentAfter and contentBefore: http://www.nodc.noaa.gov/geoportal/rest/find/document?rid=local&ridName=This%20Site&rids=local&searchText=temperature&start=1&max=25&orderBy=relevance&contentAfter=2015-12-01&contentBefore=2015-12-08&contentOption=intersecting&maxSearchTimeMilliSec=10000&f=searchpageresults&dojo.preventCache=1449594406325

amilan17 commented 8 years ago

It's certainly possible, but right now our instance of Geoportal is in maintenance only mode and we are not adding features or changing the configurations.