[gdal-dev] Question: making a raster - gdal_rasterize directly from Geodatabase file

Nicolas Cadieux nicolas.cadieux at archeotec.ca
Sun Nov 27 11:59:47 PST 2016


Hi,
If you go from a vector to a raster format, you will loose all the information.  Best to save to SpatialLite database.  It a single file.

> Le 27 nov. 2016 à 08:06, Kevin <gs.kevin1 at gmail.com> a écrit :
> 
> I wish to make a raster directly from a very large ESRI Geodatabase (GDB) file. 
> 
> The layer (State_ROAD) included in the GDB file is large: if I export the layer into Shapefile or MapInfo Tab format, the output file size exceeds 2GB limit. So I am thinking if there is a way making a raster (road1.tif) directly from the GDB file (COUNTRY_ROAD.gdb).
> 
> I have tried to use this cmd but failed. 
> 
> gdal_rasterize -burn 1 -where "ROAD_ID < 1000000" -l State_ROAD COUNTRY_ROAD.gdb State_ROAD road1.tif
> 
> I seek your generous help and suggestions. 
> 
> Thank you!
> Kevin
> 
> 
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20161127/61d9afff/attachment.html>


More information about the gdal-dev mailing list