CUAHSI / HydroCatalog

3 stars 0 forks source link

getSeriesCatalogInBoxPaged doesn't work for Discharge, Stream #15

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
I'm trying to test the method 'getSeriesCatalogInBoxPaged'. It works OK with most keywords,

but it doesn't return any values for 'Discharge, stream' I tested this with various combinations of parameters. Steps to duplicate are:

xmin: -110 xmax: -105 ymin: 40 ymax: 45 conceptKeyword: Discharge, stream networkIDs: beginDate: 1/1/2000 endDate: 6/1/2011 pageno: 1

takes a long time to respond and returns just an empty ltarrayOfSeriesRecordgt

On the contrary, GetSeriesCatalogForBox with the same parameters returns several thousand of records

additional information: If the NetworkIDs field in getSeriesCatalogInBoxPaged has values, then getSeriesCatalogInBoxPaged also doesn't return any records.

We would like to use getSeriesCatalogInBoxPaged in HydroDesktop, but we can't use it reliably until this issue is fixed.

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
additional comment: If the conceptKeyword is blank, then GetSeriesCatalogInBoxPaged returns several pages of records