# osgeopy-code **Repository Path**: seafengl/osgeopy-code ## Basic Information - **Project Name**: osgeopy-code - **Description**: Python中osgeo.ogr.wkbLineString方法的典型用法代码示例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-21 - **Last Updated**: 2024-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osgeopy-code Code for the book [*Geoprocessing with Python*](http://manning.com/garrard/?a_aid=geopy&a_bid=c3bae5be). Corresponding data files can be found at (it used to be on github, but the raster files were well past github's file size limit). The source code for the ospybook module referenced in the text is in the ospybook folder. You can install it like this: ```bash pip install [path_to_osgeopy-code]/ospybook-latest.zip ``` Or directly from GitHub like this: ```bash 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: ```text C:\Python33\Scripts\pip install https://github.com/cgarrard/osgeopy-code/raw/master/ospybook-latest.zip ```