Erick Verleye

Results 8 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

We are moving away from using setup.py. I would suggest using the environment.yml file create the conda environment necessary for running firedpy and then simply call python bin/firedpy.py. Alternatively, you...

The README is updated. If you cannot run from Docker then simply create the environment from the environment.yml file, activate the firedpy env, and run 'python bin/firedpy.py'

Sorry, forgot to add you will have to add the project directory to your PYTHONPATH. From the project directory run `export PYTHONPATH=$(pwd):$PYTHONPATH`

@ChangpeiHe the PYTHONPATH should be automatically set now, just pull the most recent changes from main. Let me know how it works, thanks.