jgomezdans / geog0133-practicals

Practicals for UCL's Department of Geography Geog0133: "Terrestrial Carbon: modelling and monitoring"
GNU General Public License v3.0
5 stars 3 forks source link

phenology.py doesnt import necessary packages #5

Closed aclong closed 4 years ago

aclong commented 4 years ago

need to insert

import time
import zipfile

at the top of phenology.py to get it to run

jgomezdans commented 4 years ago

Fixed thanks!