2
votes
0answers
132 views

Problem converting georeferenced jpgs to geotiff - image is shifted/warped

I have hundreds of georeferenced jpgs in ArcGIS 10 that I need to convert to geotiffs. I'm trying to use GDAL translate to create geotiffs from them. Everything works great except that the ...
0
votes
0answers
68 views

White nodata values instead of black

I have a problem. I cut a map on tiles using gdal_csharp.dll library (working on gdal_retile.py script rewritten into C#). Everything works fine except one case. When I cut areas with nodata values ...
8
votes
6answers
700 views

How do I generate thumbnails images from lots of shapefiles?

A colleague and I recently released an Open Source project called Mapoteca which is a set of Python Scripts that integrates with a GDAL/FWTools installation allowing a full walk-through of directories ...