# Shows possible problem with assumptions about parameter numbers: wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=BAR_1D_L2_HKPG¶meters=T11_Solar4&time.min=2013-01-19T23:59:27Z&time.max=2013-01-20T23:59:18Z' wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=AC_OR_SSC¶meters=XYZ_GSEO&start=2023-01-01T00:00Z&stop=2024-01-01T00:00Z' # JSON double array: wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=RBSP-A-RBSPICE_LEV-2_TOFXPHHLEHT&start=2014-10-02T17:30:00.000Z&stop=2014-10-02T17:30:10.000Z¶meters=Time,FPDU' # extra variable "sc_pos_syngci" https://cottagesystems.com/~jbf/hapi/p/cdaweb/data/hapi/info/A2_K0_MPA.json # strange error "sc_pos_syngci" wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=A2_K0_MPA&time.min=2008-002T00:01:48Z&time.max=2008-002T23:58:16Z Nand's server returns this, but different timetags are returned. # FH has many more records in wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=ALOUETTE2_AV_LIM&time.min=1967-015T12:58:30Z&time.max=1967-015T12:59:04Z # Bernie's services claim a file exists when server returns file not found. wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=ALOUETTE2_AV_LIM&time.min=1967-01-15T12:47:00.000Z&time.max=1967-01-15T13:05:00.000Z¶meters=Time,ampl' # info is missing fill value wget -O - 'http://localhost:8280/HapiServer/hapi/data?id=DE1_1MIN_RIMS¶meters=flags_z_hi_Oplus&time.min=1984-11-01T13:23:44Z&time.max=1984-11-25T07:57:26Z' # this is strange, because it is handing times from 1983, not just the one day 1991-02-17. wget -o /dev/null -O - 'http://localhost:8280/HapiServer/hapi/data?id=DE1_62MS_MAGA-GMS/source&time.min=1991-02-17T05:30:18Z&time.max=1991-02-17T06:20:32Z' wget -o /dev/null -O - 'http://localhost:8280/HapiServer/hapi/data?id=DE1_62MS_MAGA-GMS¶meters=alt&time.min=1991-02-17T05:30:18Z&time.max=1991-02-17T06:20:32Z' # The gist is that there's a granule which has an unrealistic stop time. # in https://cottagesystems.com/~jbf/hapi/p/cdaweb//data/cdfmetafile/info/DE1_62MS_MAGA-GMS.json: # { # "Name": "https://cdaweb.gsfc.nasa.gov/sp_phys/data/de/de1/magnetic_fields_maga/62ms_magagms_cdaweb/1983/de1_62ms_maga-gms_19831220_v01.cdf", # "StartTime": "1983-12-20T10:10:19Z", # "EndTime": "1991-12-20T23:35:11Z" # }, # See ticket https://github.com/hapi-server/server-java/issues/73 # Too many fields -- Autoplot can't plot this variable, so virtual variable? wget -O - 'http://localhost:8280/HapiServer/hapi/data?dataset=IM_K0_HENA&time.min=2005-12-17T00:01:12Z&time.max=2005-12-17T23:50:55Z' | head | tail -n 1