1

I have a S57(.000) chart file, I want to convert it using ogr2ogr to a PNG file. Which command line should I use? If not possible to convert direct to PNG file, can I convert it to other format like ShapeFile the convert to PNG file?

By the way, I am using wxPython. Is that ok if I just import ogr library and read S57 chart as a bitmap? How can I do that?

ZyGene
  • 21
  • 5

1 Answers1

0

Look at the GDAL tool called gdal_rasterize: http://www.gdal.org/gdal_rasterize.html

Stefan
  • 1,036
  • 1
  • 10
  • 14