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.2a1.tar.gz
(1.8 kB
view details)
Built Distribution
geotiff-0.0.2a1-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file geotiff-0.0.2a1.tar.gz
.
File metadata
- Download URL: geotiff-0.0.2a1.tar.gz
- Upload date:
- Size: 1.8 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.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a9447b0fa203765286138c7f104048fa85dba23072c1b316e9e29ff11eba329 |
|
MD5 | e5f93d85bb395dbd58e88537e26590c0 |
|
BLAKE2b-256 | e8a6bdc2f9106d8911c9c2d01b589d43fc6e6a17f5f988e11ba32db8d03d85c6 |
File details
Details for the file geotiff-0.0.2a1-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.2a1-py3-none-any.whl
- Upload date:
- Size: 11.0 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.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f775995dee25c0ff263d11709dce7c044a0ef3c58b729f06af3cbd0cd6555420 |
|
MD5 | 07f589903f0380fff461a79bbc68b4f8 |
|
BLAKE2b-256 | 1885b53689bfbd8a0200ea0464201c6bc588ad87204d673cd8a280d52ee21f06 |