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.1.tar.gz
(1.8 kB
view details)
Built Distribution
geotiff-0.0.1-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file geotiff-0.0.1.tar.gz
.
File metadata
- Download URL: geotiff-0.0.1.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 | 2ada0439a625069eda259ba6c2425d43841cae953ec078893765ebdd531412a1 |
|
MD5 | 3c16559b8d75e2d9f90605daad5cc23a |
|
BLAKE2b-256 | 1825090b9caf15522702c108fa11815f4cc5050a9c1f6d0efb4f0beabe4cd992 |
File details
Details for the file geotiff-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.1-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 | a7311bc5848fca66218b9d370d76b8f8023eeafc87742c1bdd911176c1f9f4db |
|
MD5 | 36527afc5a19ac38929cc4ccc7f1983d |
|
BLAKE2b-256 | bfd9f5c419d90da1621d1c714ca1f8a5f745710935bb1326624e6841bdac758d |