Re: [gdal-dev] [Gdal-dev] python - reproject a shapefile

2018-06-11 Thread Rutger
Hey, As you already mention in your post, you didn't specify a SRSfor the input, that's probably the main issue. Inputs need to be georeferenced correctly. If you 'only' want to do a reprojection, you could consider using the bindings to the command line utilities. This would simplify you code a

[gdal-dev] [Gdal-dev] python - reproject a shapefile

2018-06-10 Thread Nikos Argiropoulos
As you can see in this post, I try to reproject a shapefile based on the projection info that I get from a raster, but the output shapefile is completely wrong. I cannot seem to find a solution to this p