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.3a1.tar.gz
(4.2 kB
view details)
Built Distribution
geotiff-0.0.3a1-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file geotiff-0.0.3a1.tar.gz
.
File metadata
- Download URL: geotiff-0.0.3a1.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.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c4dd195cf2faab0d3c7770ce500adcca057209f5672c825cceabd4d9c5307fc |
|
MD5 | aca9edcd393b4a72a0fdbb89c574e5a8 |
|
BLAKE2b-256 | 5ff758af865e3994fa74a59368356386946014bd09b4c5351db43ebe7ee8706e |
File details
Details for the file geotiff-0.0.3a1-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.3a1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56bd0f2d42f3a2c7aab5af1a28a86e78201127deebb9844addd4282263fe8185 |
|
MD5 | fefee3ca7c406eeb123161ab75e89a4a |
|
BLAKE2b-256 | 8d91b3c9e0cde266a1818b5632f0b7aab0427a4b081f822e2dde7fbbada452c4 |