Skip to main content
Question

A swedish grid RIK reader for FME

  • March 9, 2019
  • 1 reply
  • 13 views

matself
Contributor
Forum|alt.badge.img+9

Many years ago, the swedish National Land Survey issued topographical maps on CD-rom, using a self invented raster format known as RIK. Lately, these maps have been published as Open data. But this resurrected format is not known to FME.

There is open source code to read this format, and it is supported in GDAL. Thus, it can be read and displayed in Qgis but not (as far as I have found) read with FME.

What would it take to create a custom reader in FME using information in the links below? Apparently, the 'custom reader' ability in FME desktop needs a supported format to begin with.

https://sourceforge.net/projects/trikpanel/

https://github.com/OSGeo/gdal/tree/ab9e80368ef662712c963191fd86fde2c5b75600/gdal/frmts/rik

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

Forum|alt.badge.img+2
  • 1891 replies
  • March 11, 2019

@matself FME does support a large number of the raster formats supported by GDAL. These have the format short name prefix GDAL_, i.e. GDAL_TIL for EarthWatch/DigitalGlobe. RIK is not yet supported by FME and we can look into adding it.