Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 952 Bytes

COMMUNITY.md

File metadata and controls

7 lines (6 loc) · 952 Bytes

Community Packages

Here is a list of community packages that use or extend the functionality of the core geotiff library.

  • geotiff-stats: JavaScript package for computing basic statistics (e.g., min and max) for geotiffs, especially in a low-memory environment.
  • geotiff-palette: JavaScript package for getting the palette (aka Color Map) for a geotiff.
  • geotiff-geokeys-to-proj4: JavaScript package for converting GeoTIFF's geokeys to Proj4 string, so images could be reprojected and consumed correctly.
  • 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 and storing numbers as strings.