pypsa-meets-earth / documentation

Contains hackathon material, jupyter notebook visualizations and images
GNU General Public License v3.0
13 stars 68 forks source link

Missing geoplot package on pypsa-earth environment #16

Open Emre-Yorat89 opened 1 year ago

Emre-Yorat89 commented 1 year ago

Hello,

I have noticed that some notebooks tries to import geoplot library. However running the cell it throws a library loading error. I have checked installed packages on pypsa-earth environment to ensure there is a geoplot package. But I could not find. Should geoplot package be added to the pypsa-earth environment?

Many thanks.

ekatef commented 1 year ago

@Emre-Yorat89, many thanks for reporting! @AnasAlgarei, could you please give any hints in this regard?

AnasAlgarei commented 1 year ago

Thanks for reporting @Emre-Yorat89 and @ekatef. Yeah currently geoplot is not included in environment.yaml. There is a note about that on top of some of the notebooks. However, I have tried adding geoplot to the environment and it didn't cause any issues for me, I think we can make a PR for that.