Skip to main content

Collection of geospatial and other tools I find useful.

Project description

pybob

A collection of geospatial and other tools that I find useful.

Installing Pybob

# Install the required libraries
conda install h5py numba descartes gdal
pip install llc

# Clone the repository (using git ssh)
git clone git@github.com:iamdonovan/pybob.git

# install the development verion in editing mode
pip install -e [path2folder/pybob]

Basic usage

from pybob import GeoImg

# Open a geotiff:
test = GeoImg.GeoImg('myraster.tif')

# plot raster to screen
test.diplay()

# crop raster to extent
test.crop_to_extent([xmin, xmax, ymin, ymax], band)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybob-0.26.2.tar.gz (76.0 kB view hashes)

Uploaded Source

Built Distribution

pybob-0.26.2-py3-none-any.whl (89.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page