pythoncartopygeos

Install Cartopy & dependencies on Windows


I want to install Cartopy on Windows, which has some dependencies according to http://scitools.org.uk/cartopy/docs/latest/installing.html#installing. When using pip install cartopy in the cmd prompt, it gives an error where it wants me to install GEOS 3.3.3 and Proj4 4.9.0.

I've downloaded geos-3.6.2.tar.bz2, but I cannot figure out how to install it. I've extracted the files, used cd to the right directory.

What can I do to install it correctly? Is there an easy way to install Cartopy?


Solution

  • Do you have Anaconda?

    try:

    conda install -c scitools cartopy