Skip to content

Code for the book Open source geoprocessing with Python

License

Notifications You must be signed in to change notification settings

mwasjos/osgeopy-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osgeopy-code

Code for the book Geoprocessing with Python.

Corresponding data files can be found at https://github.com/cgarrard/osgeopy-data.

The source code for the ospybook module referenced in the text is in the ospybook folder. You can install it like this:

pip install [path_to_osgeopy-code]/ospybook-latest.zip

Or directly from GitHub like this:

pip install https://github.com/cgarrard/osgeopy-code/raw/master/ospybook-latest.zip

Note that these commands are not run from a Python session. Instead, run them from a terminal window. If pip is not in your path, just provide the full path to it. For example, I could run it from a command prompt on my Windows machine like this:

C:\Python33\Scripts\pip install https://github.com/cgarrard/osgeopy-code/raw/master/ospybook-latest.zip

About

Code for the book Open source geoprocessing with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%