hapi-server / server-issues

A place for tracking status of bugs in servers
0 stars 0 forks source link

Data before time.min in request #5

Open rweigel opened 2 years ago

rweigel commented 2 years ago
curl "https://cdaweb.gsfc.nasa.gov/hapi/data?id=MMS1_FPI_BRST_L2_DIS-MOMS&parameters=mms1_dis_numberdensity_brst&time.min=2018-09-01T00:00:00Z&time.max=2018-9-02T00:00:00.000Z" > a; head -2 a

gives

2018-08-30T14:19:22.725815000Z,2.53e-01
2018-09-01T04:56:03.051276000Z,1.03e+00
rweigel commented 2 years ago

Also the stop date of has "-9-" instead of "-09-" and that should be an error.

berniegsfc commented 2 years ago

This is the same as issue 9.