Open rweigel opened 2 years ago
curl "https://cdaweb.gsfc.nasa.gov/hapi/data?id=MMS1_FPI_BRST_L2_DIS-MOMS¶meters=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
Also the stop date of has "-9-" instead of "-09-" and that should be an error.
This is the same as issue 9.
gives