A noGDAL tool for reading and writing geotiff files
Project description
geotiff
A noGDAL tool for reading and writing geotiff files
What is noGDAL?
noGDAL is a philosophy for developing geospatial programs in python without using GDAL.
Usage
Read a sections of a large tiff using a bounding box
from geotiff.geotiff import read_box
bounding_box = [(138.387681, -32.310286), (138.414326, -32.344569)]
array = read_box(tiff_file, bounding_box)
This will detect and convert coordinates into WGS 84
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
geotiff-0.0.6.tar.gz
(4.3 kB
view details)
Built Distribution
geotiff-0.0.6-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file geotiff-0.0.6.tar.gz
.
File metadata
- Download URL: geotiff-0.0.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8883835810cb8c877820a67d0338a457160b8181f6d4e7675d15d3bbb999651 |
|
MD5 | 01dd3a8f6b355cb88258caaf4a2075d9 |
|
BLAKE2b-256 | 2b2eb813bcaaf312f7fcb5edd10bf75e6924cfca015b51947dd5f881e683b4b8 |
File details
Details for the file geotiff-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.6-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68c7336f466ffa02a1c4ca673f21c57f18f7c8546a4ab2c2328880d7452b1e58 |
|
MD5 | d46dc2b1a0f4b8b3f81decf1628d6fcb |
|
BLAKE2b-256 | 832596c87f06defb15cab6b195c25209cd2400ecad8537cd226529efe95438d2 |