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 import GeoTiff
bounding_box = [(138.632071411, -32.447310785), (138.644218874, -32.456979174)]
geoTiff = GeoTiff(tiff_file)
array = geoTiff.read_box(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.8a1.tar.gz
(4.4 kB
view details)
Built Distribution
geotiff-0.0.8a1-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file geotiff-0.0.8a1.tar.gz
.
File metadata
- Download URL: geotiff-0.0.8a1.tar.gz
- Upload date:
- Size: 4.4 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 | 1f0d38d7e90105cc8bb97ecdca37b9e506b94042635caef122bbc73d0ebcad5c |
|
MD5 | 2154cf64b2f59de6bacc99b2f21f553a |
|
BLAKE2b-256 | 45034cffc59daaebdc2b2c5aaedf877ad9f489896ca58100d9b8637b7871e4db |
File details
Details for the file geotiff-0.0.8a1-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.8a1-py3-none-any.whl
- Upload date:
- Size: 14.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.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38bb356f0331c57bf689a87eb989c48c1e7ff538b6a5bdf1f2d38d6229efc209 |
|
MD5 | 0684affdfb9ca9db3c64b706f527c573 |
|
BLAKE2b-256 | be3a661290078003fbf68b833149a59253e2bce84586691524b283dfcd1ad33e |