Skip to main content

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


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.1a1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

geotiff-0.0.1a1-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page