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.7.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
geotiff-0.0.7-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file geotiff-0.0.7.tar.gz.
File metadata
- Download URL: geotiff-0.0.7.tar.gz
- Upload date:
- Size: 4.3 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 |
20f3e85dfc5ebc0c35fc27f14dc451c1cdfd87956a187fafb458d05da56f32b1
|
|
| MD5 |
ee5cd7a7cbef29abd54950741cdc95ac
|
|
| BLAKE2b-256 |
bcc528a1fab5c4399ce6333edaf9b09f3f853bbcd3b3515bf0d3dfc7e09895ae
|
File details
Details for the file geotiff-0.0.7-py3-none-any.whl.
File metadata
- Download URL: geotiff-0.0.7-py3-none-any.whl
- Upload date:
- Size: 13.9 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 |
5023af7f6b4381faa59b64a7ac744ee7ef2e299220ef1f878a32a68860c5b5b3
|
|
| MD5 |
d4e137766ffbe1d3bb74e5b4460cd6b0
|
|
| BLAKE2b-256 |
54c80f6bf3a28801f941eef30516945ea9573a4975543cfd4e7c25e3297b981c
|