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.tar.gz
(61.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pybob-0.26-py3-none-any.whl
(69.5 kB
view details)
File details
Details for the file pybob-0.26.tar.gz.
File metadata
- Download URL: pybob-0.26.tar.gz
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b86881a5fa0ebfd275e4379b7cf1054d08e9d5c9322cce2282f3b008dc1b55ce
|
|
| MD5 |
cf917d26d4c0237a4701c6af69a0dfaf
|
|
| BLAKE2b-256 |
01f120fbb82706352f99530585bff7069e720f68abdba6ada1104b2c746de450
|
File details
Details for the file pybob-0.26-py3-none-any.whl.
File metadata
- Download URL: pybob-0.26-py3-none-any.whl
- Upload date:
- Size: 69.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c0aaf82f3d7a3e8149882044cce59a3db68a2dd6211f83358d2ad77518262be
|
|
| MD5 |
698e2943495ec7ee0201dd7b7f6ffbc3
|
|
| BLAKE2b-256 |
4838a0619d8adc463a7d39ee0722cfd7509390b60f34b0271d94019be602a932
|