Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 848 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 848 Bytes

pygeoutil

pygeoutil is a collection of utilities

E-mail: [email protected]

Organization of the project

The project has the following structure:

pygeoutil -
		  |- README.md
		  |- pygeoutil
				|- __init__.py
				|- util.py
				|- rgeo.py
				|- data
					|- ...
				|- tests
					|- ...
		  |- doc
				|- Makefile
				|- conf.py
				|- sphinxext
					|- ...
				|- _static
					|- ...
		  |- setup.py
		  |- .travis.yml
		  |- appveyor.yml
		  |- LICENSE
		  |- ipynb
	  			|- ...

Installation

  • Install pre-requisite packages: gdal, pandas, numpy, pygeoprocessing, geocoder, geopy, functools32, rasterio

  • Install using pip pip install git+https://github.com/ritviksahajpal/pygeoutil.git

  • Upgrade using pip pip install --upgrade git+https://github.com/ritviksahajpal/pygeoutil.git