sgeo-org.1560.x6.nabble.com/gdal-dev-Overlay-shapefile-onto-Geotiff-image-tp5209980p5210923.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
> Hi,
> I have been working on this issue for quite a while. I currently have a
> GeoTiff image and a shapefile. I would like to overlay the shapefile on the
> Geotiff, is this possible with Gdal? I looked into gdal_rasterize but I just
> don't know how to incorporate it with what I need. A c
Hi,
I have been working on this issue for quite a while. I currently have a GeoTiff
image and a shapefile. I would like to overlay the shapefile on the Geotiff, is
this possible with Gdal? I looked into gdal_rasterize but I just don't know how
to incorporate it with what I need. A code to start