Skip to Content

libgeotiff v1.7.3

Created
Updated

Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.

# Usage

libgeotiff provides a CMake config file:

find_package(GeoTIFF CONFIG REQUIRED)
target_include_directories(main PRIVATE ${GEOTIFF_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${GEOTIFF_LIBRARIES}) 

libgeotiff provides pkg-config modules:

# GeoTIFF file format library
libgeotiff 

# License

# Supported Platforms

All platforms are supported

# Features

No default features set.

# tools

Install libgeotiff utility programs

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# Dependencies

and 4 transitive dependencies:

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Hiroshi Miura's avatar Hiroshi Miura
  • Robert Schumacher's avatar Robert Schumacher
  • Raynor Vliegendhart's avatar Raynor Vliegendhart
  • Alexander Neumann's avatar Alexander Neumann
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • pravic's avatar pravic
  • JackBoosY's avatar JackBoosY
  • Lily's avatar Lily
  • NancyLi1013's avatar NancyLi1013
  • Kai Pastor's avatar Kai Pastor
  • Matthias Kuhn's avatar Matthias Kuhn
  • Billy O'Neal's avatar Billy O'Neal
  • reito's avatar reito
  • Osyotr's avatar Osyotr
  • gerard-ryan-immersaview's avatar gerard-ryan-immersaview

# Changelog

  • 6db51d8 [vcpkg_replace_string] warn unchanged by call (#34719)
  • bb8654a [libgeotiff] Update to 1.7.3 (#38885)
  • a9e8ed2 [gdal] Don't depend on default features of proj (#31606)
  • 8c9416f [multiple-ports] Fix missing usage (#29345)
  • e6c8c2b [gdal] Update to 3.5.1, build with CMake (#22392)
  • ee2fa53 [libgeotiff] Update to 1.7.1 (#23446)
  • fb34164 [proj, proj4] Update to PROJ 9.0.0 & make proj the regular port (#23186)
  • 369878e [libgeotiff] Update to 1.7.0, revise features and config (#21253)
  • b295670 Bulk convert control files. (#19986)
  • ed98cae [libgeotiff] fix build on ios (#19113)
and 20 more commits:

# Source