planet-os / notebooks

A collection of Planet OS Jupyter notebooks.
MIT License
113 stars 54 forks source link

KeyError #11

Open esyasi opened 3 years ago

esyasi commented 3 years ago

Getting KeyError in ln[45]:

levelset=set([i['longName'].split("@")[1] for i in variables]) vardict = {} for i in levelsetet: vardict[i] = [] for i in variables: varname, varlevel = i['longNames'].split("@") vardict[varlevel].append(varname)

Screenshot 2021-04-26 at 11 43 24 AM
aluhamaa commented 3 years ago

@esyasi Thanks for reporting, I made quick fixes and it should work now.

er-mclo commented 2 years ago

@aluhamaa is it fixed?

aluhamaa commented 2 years ago

@er-mclo Unfortunately, I'm not working on this project anymore. Maybe @etoodu can comment?