Solved

How to get coordinates in file name from rastertiler?

  • 2 November 2021
  • 2 replies
  • 8 views

Badge

I'm looking for some help on what I am sure is a common problem hwoever being new to the software I'm not too sure what the correct terms are.

I am using the RasterTiler to split a large DEM into smaller tiles and write them to a new format. This is working fine but I would like to have the a coordinate of a corner of the raster written to the filename of the output. You've probably seen similar below, which is what I'm trying to achieve:

imageFor reference, this is what my workspace set up looks like:

imageThanks for your help getting me to understand this new software.

icon

Best answer by nielsgerrits 2 November 2021, 06:56

View original

2 replies

Userlevel 6
Badge +32

You can use the BoundsExtractor to extract the x/y min/max from the tiles, then you can use these attributes in the filename. Sample workspace attached.

Badge

You can use the BoundsExtractor to extract the x/y min/max from the tiles, then you can use these attributes in the filename. Sample workspace attached.

Thanks very much for your help, works like a charm.

Reply