🍺 BREW Explorer

← all formulae

libgeotiff

brew install libgeotiff v1.7.4 MIT

C library for reading and writing GeoTIFF geospatial metadata in TIFF files.

Why you might care

Essential dependency for GIS and geospatial tools that need to parse or embed geographic coordinate systems, projections, and geodetic data in TIFF images. Provides both a C library for programmatic access and command-line utilities (geotifcp, listgeo) for inspecting and manipulating GeoTIFF tags. Widely used in remote sensing, cartography, and scientific imaging workflows.

Categories

Alternatives

GDAL rasterio
3.1k
30-day installs · #791
8.9k
90-day · #855
40.0k
365-day · #771
219
★ GitHub stars · updated 5mo ago

Runtime dependencies

GitHub topics

geospatial geotiff gis library

Links

Blurb generated by claude-haiku-4-5 on 2mo ago.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "GDAL",
    "rasterio"
  ],
  "build_dependencies": [],
  "categories": [
    "library",
    "geospatial"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "jpeg-turbo",
    "libtiff",
    "proj"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Library and tools for dealing with GeoTIFF",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:06+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "libgeotiff",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-03-13T17:00:34Z",
  "github_readme_excerpt": "[![Windows CI](https://github.com/OSGeo/libgeotiff/workflows/Windows%20CI/badge.svg)](https://github.com/OSGeo/libgeotiff/actions)\n[![Travis Status](https://travis-ci.org/OSGeo/libgeotiff.svg?branch=master)](https://travis-ci.org/OSGeo/libgeotiff)\n[![Release Version](https://img.shields.io/github/release/OSGeo/libgeotiff)](https://github.com/OSGeo/libgeotiff/releases)\n\n# libgeotiff\n\nThis library is designed to permit the extraction and parsing of the \"GeoTIFF\" Key directories, as well as definition and installation of GeoTIFF keys in new files. More information about GeoTIFF specifications, projection codes and use can be found [here](https://www.ogc.org/standards/geotiff). Information on the mailing list and archived SVN repository can be found [here](https://trac.osgeo.org/geotiff/)\n\nArchived releases can be found on the [GitHub releases page](https://github.com/OSGeo/libgeotiff/releases) or the [OSGeo archive page](http://download.osgeo.org/geotiff/)\n\nTo ask questions and to follow release announcements, subscribe at the [mailing list](https://lists.osgeo.org/mailman/listinfo/geotiff).\n\nYou can also report [issues](https://github.com/OSGeo/libgeotiff/issues) (do not use issue tracker for questions)\n\n## Dependencies\n\n[LibTIFF](http://www.simplesystems.org/libtiff/)\n\n[PROJ](https://github.com/OSGeo/PROJ)\n\n[SQLite3](https://sqlite.org/index.html), as a dependency of PROJ\n\n## Compilation Instructions\n\n`libgeotiff` supports out of tree builds.\n\n### Linux\n```\ncd libgeotiff\n./autogen.sh\n./configure\nmake dist\ntar xvzf libgeotiff*.tar.gz\ncd libgeotiff*\nmkdir build_autoconf\ncd build_autoconf\nCFLAGS=\"-Wall -Wextra -Werror\" ../configure\nmake -j3\nmake check\ncd ..\nmkdir build_cmake\ncd build_cmake\ncmake -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_C_FLAGS=\"-Wall -Wextra -Werror\" ..\nmake -j3\n```\n\n### Windows\n\n`libgeotiff` should work with the [Visual Studio toolchain](https://visualstudio.microsoft.com/vs/features/cplusplus/). See [.appveyor.yml](https://github.com/OSGeo/libgeotif",
  "github_repo": "OSGeo/libgeotiff",
  "github_stars": 219,
  "github_topics": [
    "geospatial",
    "geotiff",
    "gis",
    "library"
  ],
  "homepage": "https://github.com/OSGeo/libgeotiff",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 3061,
  "installs_365d": 39979,
  "installs_90d": 8935,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": "2026-06-20T23:47:04+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "libgeotiff",
  "oldnames": [],
  "one_liner": "C library for reading and writing GeoTIFF geospatial metadata in TIFF files.",
  "optional_dependencies": [],
  "rank_30d": 791,
  "rank_365d": 771,
  "rank_90d": 855,
  "raw_hash": "6a67c527335f0640",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/lib/libgeotiff.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.7.4",
  "versioned_formulae": [],
  "why_use_this": "Essential dependency for GIS and geospatial tools that need to parse or embed geographic coordinate systems, projections, and geodetic data in TIFF images. Provides both a C library for programmatic access and command-line utilities (geotifcp, listgeo) for inspecting and manipulating GeoTIFF tags. Widely used in remote sensing, cartography, and scientific imaging workflows."
}