That is what I would try first to be honest, but I suspect it would be a very time-intensive process.
I wonder if you could make a 3D surface out of it and then generate a DEM raster for that. The trick would be to get the correct slopes (and thus distances)
Hi @tomvanderputte,
QGIS is using a GDAL script to create the proximity raster, you could look into integrating GDAL into your FME workflow to produce the proximity raster and continue in FME.
Itay
Hi all, thanks for the replies. Good to know that I wasn't missing anything at least, allthough it would have been easier if there had been a transformer for it :).
Both are valid answers so I haven't selected one.
Hi all, thanks for the replies. Good to know that I wasn't missing anything at least, allthough it would have been easier if there had been a transformer for it :).
Both are valid answers so I haven't selected one.
You can accept both answers ;)
Realy?
For instance if i advice you to use python and PIL, plus numpy, matplot (with standard fme install) and a relevant script grabbed from some math/algorithm site and using a pythoncaller.....i...am elligable for an accepted answer? ;)cool
Fme has never delivered us the GDAL caller,did they not promise us such?
And to boot not a gdal library for python in standard install.(??)
Realy?
For instance if i advice you to use python and PIL, plus numpy, matplot (with standard fme install) and a relevant script grabbed from some math/algorithm site and using a pythoncaller.....i...am elligable for an accepted answer? ;)cool
Fme has never delivered us the GDAL caller,did they not promise us such?
And to boot not a gdal library for python in standard install.(??)
Yes these are all viable methods, however I was hoping to refrain from having to use external libraries :)