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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
geotiff-0.0.2a2-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file geotiff-0.0.2a2-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.2a2-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 | 8f98b17e9ead061483a891400e7932c53f8f9375d7e71964c563932ede3a7571 |
|
MD5 | 92418b83fa3a12c8085545e2d543c320 |
|
BLAKE2b-256 | ff03b34f4c8643ff419eee5e669a10b0b38acc336e1fd0269edc91573fa90480 |