Geotiff

Latest version: v0.2.10

Safety actively analyzes 701671 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.1.6

Adds UI to include a crs code instead of detecting it.

eg:

python
from geotiff import GeoTiff

geoTiff = GeoTiff(tiff_file)
array = geoTiff.read()


This will detect the crs code. If it's 'user defined' and you know what it should be, you may supply a crs code:

python
geoTiff = GeoTiff(tiff_file, crs_code=4236)

0.1.5

Abstracts the geotiff module into the geotiff.py file

0.1.4

Some bounding box QOF features

0.1.2

- Fix BigTiff read bug
- Removes hacky code_guesser

0.1.0

Core Features

- [x] read tiff files (including BigTiff)
- [ ] write tiff files (including BigTiff)
- [ ] **(UNSTABLE/LIMITED)** convert between coordinate systems
- [x] cut a section (bounding box) of the tiff file
- [x] convert the data to numpy arrays

Additional features

- [ ] **(50%)** Full test coverage
- [x] Typing with lint checking using mypy
- [x] Documentation: doc blocs
- [ ] Documentation: readthedocs

This release

Removes annoying logging

0.0.11

Core Features

- [x] read tiff files (including BigTiff)
- [ ] write tiff files (including BigTiff)
- [ ] **(UNSTABLE/LIMITED)** convert between coordinate systems
- [x] cut a section (bounding box) of the tiff file
- [x] convert the data to numpy arrays

Additional features

- [ ] **(50%)** Full test coverage
- [x] Typing with lint checking using mypy
- [x] Documentation: doc blocs
- [ ] Documentation: readthedocs

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.