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
Release history Release notifications | RSS feed
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.1.tar.gz
(74.9 kB
view hashes)
Built Distribution
pybob-0.26.1-py3-none-any.whl
(89.7 kB
view hashes)