Erick Verleye

Results 4 comments of Erick Verleye

I'm writing some unit tests now for the burn data retrieval. I think the convertDates function may be the culprit. date = dt.datetime(year, 1, 1) + dt.timedelta(int(julian_day)) Since the base...

When I look in the version 6.1 file 'MCD64A1.A2011244.h01v10.061.2021309003958.hdf', the first ordinal day with a burn is 266. Since ordinal day 1 corresponds to the first day of the year,...

Ah OK, yeah the land cover has version 061 too. It looks like we are getting burned product from the UMD sftp server, not https://e4ftl01.cr.usgs.gov/MOTA/MCD64A1.061/ . Reading through their docs,...

Hey @admahood sorry did not see this until now. Yes I will be trying to solve this as I work on the 2.0.0 branch