Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Cartopy & dependencies on Windows

Tags:

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?

like image 338
A T Avatar asked Apr 24 '18 12:04

A T


1 Answers

Do you have Anaconda?

try:

conda install -c scitools cartopy

like image 192
Itamar Avatar answered Sep 28 '22 18:09

Itamar