6

I have checked http://www.lfd.uci.edu/~gohlke/pythonlibs/, http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003m00000002000000.htm, and https://pypi.python.org/pypi/pygeoif/0.4.1

None of these logical places can I download arcpy for installation. I have also tried Pip install arcpy. Nothing works.

KubiK888
  • 4,377
  • 14
  • 61
  • 115

1 Answers1

14

ArcPy is part of ArcGIS, which is not free software. You need to obtain a license for ArcGIS to use ArcPy.

If that's not an option, consider open source options, such as GDAL and many others.

Mike T
  • 41,085
  • 18
  • 152
  • 203
  • I see, what is the best learning material (website tutorial or textbook) I can learn about it? I found such teaching material are scarce and usually touching on very superficial level. – KubiK888 Jul 09 '15 at 22:19
  • 1
    It depends what you need to do, there's actually lots out there (websites, books). For Q&A, [GIS.SE](http://gis.stackexchange.com/) is a good resource. – Mike T Jul 09 '15 at 23:01