Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 1.09 KB

COMMUNITY.md

File metadata and controls

8 lines (7 loc) · 1.09 KB

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.
  • geotiff-tile: JavaScript package for generating a map tile from a geotiff for nearly any standard extent or projection