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.1a1.tar.gz
(1.8 kB
view details)
Built Distribution
geotiff-0.0.1a1-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file geotiff-0.0.1a1.tar.gz
.
File metadata
- Download URL: geotiff-0.0.1a1.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 | 0dd829fc0dacbda4e1235399657c8a14989eeec54b02fde89d575ae755943ec9 |
|
MD5 | e89e13a9c098ae57ebc251bda08d626f |
|
BLAKE2b-256 | 031d1cbc0695afab063c85b88d8e9aed9be4c03b931d56403c31259484430016 |
File details
Details for the file geotiff-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.1a1-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 | 1530169f99f368466a7cd1bd88c144cdc94f59ea70deebddfe176876c9612cdd |
|
MD5 | cc2ed2719263f6396e42c778f3cdd6e6 |
|
BLAKE2b-256 | c56da6334eda0961f2d861e0ebc72ffa0191bc3ae7d30076b49c04e8b6efba78 |