Skip to main content
Solved

Does FME support reaching Geosoft Grid files with extension .grd ?

  • February 18, 2018
  • 1 reply
  • 73 views

https://pubs.usgs.gov/of/2004/1258/Data/grid_facts.txt

The magnetic and gravity grids are available in the following formats:

1. Geosoft OasisMontaj (*.grd, *.grd.gi) binary format

2. Grid Exchange Format (.gxf) (an ascii grid transfer format)

3. ESRI Spatial Analyst (.flt, .hdr) binary format

Best answer by daveatsafe

Hi @shahsamkit,

FME can read the Esri Spatial Analyst binary format, using the Esri .hdr Raw Raster reader. However, the .hdr files supplied with the data seem to be missing a few entries required by the reader to define the data type.

If you add the following entries to the Ascii .hdr file, the data will read correctly:

pixeltype float
nbits 32
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

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • February 19, 2018

Hi @shahsamkit,

FME can read the Esri Spatial Analyst binary format, using the Esri .hdr Raw Raster reader. However, the .hdr files supplied with the data seem to be missing a few entries required by the reader to define the data type.

If you add the following entries to the Ascii .hdr file, the data will read correctly:

pixeltype float
nbits 32