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.3.tar.gz
(4.2 kB
view details)
Built Distribution
geotiff-0.0.3-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file geotiff-0.0.3.tar.gz
.
File metadata
- Download URL: geotiff-0.0.3.tar.gz
- Upload date:
- Size: 4.2 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 | cb686239117ec865626eff764206594cd5ed7f6772c7203883ab5ffae1d21c56 |
|
MD5 | 597fc34c7160cf8288e435de33c07cc1 |
|
BLAKE2b-256 | 39e767bd7b14eaf62d0e93026cf1ad1ea159a8bc2927d57cdd9b85752cae58a5 |
File details
Details for the file geotiff-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.3-py3-none-any.whl
- Upload date:
- Size: 13.8 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 | cf880191365bf34a2f1d35965c0bdfbf965d95a1ad4ccc33a29241ad8916ec95 |
|
MD5 | c3c032c5221cc5279cd472019f982aab |
|
BLAKE2b-256 | 051c722ec9a5143d76e71158e48733ab2d1e3944ab76e7669866b22ad11b0ff7 |