Hi all, I&#39;m new to geoprocessing and C in general.<br><br>The Plan: Get coordinates from a shapefile and look up their values in a geotiff image. Both use datum GCS_NAD83, the tiff is projected in Albers Equal-Area Conic (both use ellipsoid GRS 1980).<br>
<br>The problem is the coordinates are coming out in degrees and I need to project them to Albers meters in order to look up the tiles - it&#39;s simply(?) a matter of converting the units. Is there a way to do this in libgeotiff or do I have to use another library, such as PROJ.4?<br>
<br>Thank you for your time.<br><br>Blake<br>