Skip to main content
Question

Is it possible for FME to write to an ESRI binary format (.flt, .hdr)? I have an asc input to be converted to an flt

  • June 8, 2022
  • 3 replies
  • 59 views

So far I can only see a writer for Presagis .flt (OPENFLIGHT), I'm assuming this in nothing like the ESRI binary format

3 replies

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • 359 replies
  • June 8, 2022

Hi @Andrew Needham​ 

Are you referring to Esri ASCII grid format?

 


  • Author
  • 13 replies
  • June 8, 2022

Hi @Andrew Needham​ 

Are you referring to Esri ASCII grid format?

 

Yes ,the ASC is an ASCII format ​


  • Author
  • 13 replies
  • June 9, 2022

Update, I can write to a BIL file (as this is a binary) and change the file type into an flt. The program this flt is used in, seems to accept it without issues so that's a win. (Not the best way to do it though).