Skip to content

Commit 741b69b

Browse files
Merge pull request #280 from DanielJDufour/patch-2
Added geotiff-precise-bbox to COMMUNITY.md
2 parents 02c27c1 + 2ac7407 commit 741b69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

COMMUNITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Here is a list of community packages that use or extend the functionality of the
44
- [geotiff-stats](https://github.com/geotiff/geotiff-stats): JavaScript package for computing basic statistics (e.g., min and max) for geotiffs, especially in a low-memory environment.
55
- [geotiff-palette](https://github.com/GeoTIFF/geotiff-palette): JavaScript package for getting the palette (aka Color Map) for a geotiff.
66
- [geotiff-geokeys-to-proj4](https://github.com/matafokka/geotiff-geokeys-to-proj4): JavaScript package for converting GeoTIFF's geokeys to Proj4 string, so images could be reprojected and consumed correctly.
7+
- [geotiff-precise-bbox](https://github.com/geotiff/geotiff-precise-bbox): JavaScript package for getting the most precise bounding box for a GeoTIFF image. It avoids floating-point arithmetic errors by using [preciso](https://github.com/danieljdufour/preciso) and storing numbers as strings.

0 commit comments

Comments
 (0)