ogr

Increase extent of vector layer with OGR or GDAL?

Increase extent of vector layer with OGR or GDAL? Question: When using the OGR library or GDAL library with Python script, is it possible to increase the extent of a vector layer without actually adding new data points? In my specific case, I would like to increase the extent of vector layers associated with gpx …

Total answers: 2

How to copy the spatial reference from a shapefile to a geotiff raster?

How to copy the spatial reference from a shapefile to a geotiff raster? Question: I have constructed a python script that constructs a geotiff raster from a shapefile. At present the geotiff produced does not contain the spatial reference of the shapefile. How do I copy the spatial reference from the shapefile to the geotiff? …

Total answers: 1