Skip to main content
Solved

ASCII Raster file conversion

  • July 19, 2013
  • 1 reply
  • 150 views

adrian
Contributor
Forum|alt.badge.img+1
I have been sent some ASCII raster file format data which shows average rainfall, a sample of it is below.  How do I read this data into FME and turn it into something useful?

 

 

 

ncols         900

 

nrows         1450

 

xllcorner     -200000

 

yllcorner     -200000

 

cellsize      1000

 

NODATA_value  -9999

 

-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 150.73 148.31 139.84 134.40 127.57 126.41 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999

Best answer by takashi

Hi Adrian,

 

 

It seems like the Esri ASCII Grid format. Try ESRIASCIIGRID reader.

 

Also see Esri ASCII Grid Reader/Writer.

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • July 19, 2013
Hi Adrian,

 

 

It seems like the Esri ASCII Grid format. Try ESRIASCIIGRID reader.

 

Also see Esri ASCII Grid Reader/Writer.

 

 

Takashi