Hi @craig_thompson
If your polygons have values that you'd like to be the raster cell value, you could try this by extruding your polygons by the attribute that contains the value you're interested in (Extruder transformer).
If you add a NumericRasterizer after the Extruder, this will turn the extruded values into a raster, and you should be able to write this out as a grid.
Hi @craig_thompson
If your polygons have values that you'd like to be the raster cell value, you could try this by extruding your polygons by the attribute that contains the value you're interested in (Extruder transformer).
If you add a NumericRasterizer after the Extruder, this will turn the extruded values into a raster, and you should be able to write this out as a grid.
Hi @jlutherthomas
Evidently my resulting file is too big for the GEOTIFF format (approx 110 GB) so I'm re-running with the BigTIFF option selected.
Can you post the log here? That way we can see what the specific errors are. Also, when you say the article suggestions are "to no avail" what happens? Is there incorrect output, or an error message that prevents output being created?
With raster it's especially useful to send the data to the Data Inspector during a translation, and query the file properties (click and drag a section of raster in the display screen). But be sure to turn off background maps, else there will be a lot of reprojection going on, slowing the process tremendously.
Hi @jlutherthomas
Evidently my resulting file is too big for the GEOTIFF format (approx 110 GB) so I'm re-running with the BigTIFF option selected.
Are you able to tile your data or write it out as smaller chunks of data? A 110gb raster seems incredibly large and I can't imagine getting great performance with that.