Question

How to convert/transform a ArcGIS 10.0 Geodatabase (*.adf) Esri ArcGIS Binary Grid to a SHAPE File including feature types.

  • 13 December 2013
  • 1 reply
  • 2 views

How to convert/transform a ArcGIS 10.0 Geodatabase (*.adf) Esri ArcGIS Binary Grid to a SHAPE File including feature types?

 

 

1. I open an ArcGIS 10.0 Geodatabase (*.adf) Esri ArcGIS Binary Grid (AIG).

 

2. With Inspector I can analyse the Grids. It says:

 

Raster Point Info:

 

Cell Value (INT16): 653

 

Row and Column: 3028, 7828

 

Ground Location: 675689.057708

 

3. What I need is the Cell Value as a feature type for a Shape-File.

 

 

Does anybody know how to do that?

 

 

What I want is the SHAPE with POLYGON-Grids with the Cell Value (INT16): 653 as a feature type.

 

 

Is that so difficult?

 

 

Many thanks for any hint!!!

 

 

Best wishes, Timo

1 reply

Userlevel 3
Badge +13
Hi Timo,

 

 

No its actually simple, I would use the RasterToPolygonCoercer and filter out the features with _label = 653. You can then dissolve them if needed and write them with a fanout based on the fme_basename.

 

 

Itay

Reply