Skip to main content
Solved

Reading/Writing ArcGIS geodatabase Raster field data type

  • May 30, 2019
  • 6 replies
  • 34 views

_trent
Contributor
Forum|alt.badge.img+1

I have a feature class in a file geodatabase with a Raster data type field, whose values I want to write to an SDE feature class with an equivalent Raster field.

When I use the GEODATABASE_FILE reader, the raster column is not listed in the resulting feature class. Likewise with the FILEGDB. To make sure I wasn't missing something I tried the GEODATABASE_FILE_RASTER_DATASET and GEODATABASE_FILE_RASTER_CATALOG readers, which, as expected, would not recognize the feature class.

When I use the GEODATABASE_SDE writer the raster field is also omitted. Again, trying the raster readers, GEODATABASE_SDE_RASTER_CATALOG and GEODATABASE_SDE_RASTER_DATASET did not recognize the feature class.

Does FME handle the ArcGIS geodatabase Raster field type?

 

Using FME Version 2019.0.1.0 Build 19253

Best answer by trentatsafe

Thank you for the Sample file @_trent

 

 

It appears at this time, this functionality is not supported. However, we do have an open issue tracking this. If you'd like to file a case at: https://www.safe.com/support/report-a-problem/

 

We could then attach your case to the issue, so that you would be notified of any changes/updates to it.
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.

6 replies

trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • 278 replies
  • May 30, 2019

Hello @_trent

 

 

I do not see any record of us being able to read this Data type in the past. Are you able to share a sample Geodatabase that contains this Raster Data type within a Feature Class? This would allow us to perform some tests to see if we can get the Raster datatype exposed.

_trent
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 14 replies
  • May 30, 2019

Hello @_trent

 

 

I do not see any record of us being able to read this Data type in the past. Are you able to share a sample Geodatabase that contains this Raster Data type within a Feature Class? This would allow us to perform some tests to see if we can get the Raster datatype exposed.

raster_field.gdb.zip

Attached is a zipped file geodatabase with a feature class that has a raster field.


trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • 278 replies
  • Best Answer
  • May 30, 2019

Thank you for the Sample file @_trent

 

 

It appears at this time, this functionality is not supported. However, we do have an open issue tracking this. If you'd like to file a case at: https://www.safe.com/support/report-a-problem/

 

We could then attach your case to the issue, so that you would be notified of any changes/updates to it.

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 605 replies
  • October 12, 2022

Hi @trentatsafe and ​ @_trent​ 

 

Could any of you kindly let me know if there any solution for this issue in latest versions of FME release?

 

Pratap


evieatsafe
Safer
  • Safer
  • 295 replies
  • October 12, 2022

Hi @trentatsafe and ​ @_trent​ 

 

Could any of you kindly let me know if there any solution for this issue in latest versions of FME release?

 

Pratap

Thank you @pratap​ for your concern on this issue. Unfortunately, at this time this issue has not yet been resolved. If you would like to be notified when this will be supported please file a case with us.

Internal ticket FMEENGINE-8967

Sorry for the inconvenience!


chriswilson
Enthusiast
Forum|alt.badge.img+21
  • Enthusiast
  • 180 replies
  • October 18, 2022

In terms of writing, using the blob field type is a potential workaround e.g. converting form raster to blob with the RasterExtractor then writing out: https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/rasterextractor.htm

I haven't used the raster data type in geodatabase for a long old time so I'm limited there!