impactlab / farmdrive

Planet Labs satellite imagery for FarmDrive
1 stars 1 forks source link

Use logger rather than print in download_planet #10

Open pjbull opened 7 years ago

pjbull commented 7 years ago

Because we vendored download_planet_lib.py from planet's tutorial (there is no client lib for the v1 API yet) it and download_planet.py use print for logging messages.

This should get changed to real logging and the messages should be reviewed for usefulness.