GeoTIFF
This library reads specially formatted TIFF files that contain metadata abot the geographics transformation. This implimentation is specific to TIFF files sourced from NOAA charts.
Lambert Conformal Conic to Geographic Transformation Formulae
Installation
The package can be installed by adding geotiff to your list of dependencies in mix.exs as follows:
def deps do
[
{:geotiff, "~> 0.1.0"}
]
end