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.8.tar.gz
(4.4 kB
view details)
Built Distribution
geotiff-0.0.8-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file geotiff-0.0.8.tar.gz
.
File metadata
- Download URL: geotiff-0.0.8.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 | 359672626c3966a672a97c57f5211fc8475283e5ba65b0b0bacc87c7983d5e6a |
|
MD5 | 93966e9691aa57df2d513278ee418d2a |
|
BLAKE2b-256 | 9be00ff49aac86eb612b540ecbcdab30c107612ea48cfd4b1fdd5e5a332b4ed3 |
File details
Details for the file geotiff-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: geotiff-0.0.8-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 | f87273faef9d6cc754cfeb598e6c51769cb1f5fba73d4f53e9db03755833d9a7 |
|
MD5 | 7f646b7bea6ca1dc0963290d9de14a26 |
|
BLAKE2b-256 | 4eb3e48ce80a1fa9104fc4650941e4cda4e0e91a14c8161e9f813ae6956e83cb |