import pyshpgeocode ModuleNotFoundError

89 Views Asked by At

I'm struggling to run pyshpgeocode. This Python package is for reverse geocoding of data points to shapefile regions. My final goal is to be able to fetch NUTS-2 code from latitude and longitude contained in a dataframe

lat     | lon
54.3077 | 12.7  
51.898  | 9.26 

PS: If you have another alternative to generate this output I am also interested by.

lat     | lon  | NUTS_ID
54.3077 | 12.7 | DE80
51.898  | 9.26 | DEA4

I managed to install it (see screenshot) in jupyter notebook but when I import the package I have an error?

enter image description here

When I'm looking on Anaconda the package is also install?

enter image description here

I don't understand the error. Do you know how to fix this issue?

Thanks you very much for your help

0

There are 0 best solutions below