0

I have a massive shapefile with 200,000+ building polygons. I've loaded these up in ArcGIS. I need to convert this into a usable raster (GeoTIFF) that can then be tiled using MapTiler.

My current process is as follows:

  1. Click on the Full Extent icon in order to have all the polygons in my current view. The scale is at 1:261,289.
  2. Export this as raster using File > Export Map > TIFF > Write GeoTIFF tags (in Format tab). Set the dpi to 500.
  3. When zoomed all the way into this GeoTIFF image, the result looks too pixelated. You can barely tell they are polygons.

A small section of the file

I need to the scale to be at 1:26,261 (or 1:25,000 for simplicity) in order to get decent looking polygons.

How can I create a grid over this vector file with 200,000+ polygons and then save each section into a GeoTIFF file at 1:26,261 scale?

I also tried this in QGIS. Similar issues, though somewhat better results in ArcGIS.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
kaoscify
  • 981
  • 2
  • 10
  • 22

1 Answers1

1

You could use Create Fishnet of 200,000+ polygons to create a grid over your vector file, then use this as the index layer for Data Driven Pages.

You can then export those 200,000+ pages to TIFF using the flag to create a world file for each.

I have not tested the above but I would expect it to work with no more than minor tweaking to the procedure as described.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338