Skip to main content
Solved

How to extract polygons from shp to csv file


Forum|alt.badge.img

Best answer by erik_jan

You can use the GeometryExtractor transformer to create an attribute holding the polygon definition (choice of multiple formats, but WKT is often used).

View original
Did this help you find an answer to your question?

4 replies

takashi
Contributor
Forum|alt.badge.img+21
  • Contributor
  • July 11, 2017

Hi @jitkam, it depends on your desired CSV table schema. For example, how do you want to describe this polygon feature (having 3 user attributes - attr1, attr2, attr3, and a single polygon geometry with 5 vertices) in the destination CSV table?

Attribute(string)             : `SHAPE_GEOMETRY' has value `shape_polygon'
Attribute(encoded: fme-system): `attr1' has value `aaa'
Attribute(encoded: fme-system): `attr2' has value `bbb'
Attribute(encoded: fme-system): `attr3' has value `ccc'
Attribute(string)             : `fme_feature_type' has value `data'
Attribute(string)             : `fme_geometry' has value `fme_polygon'
Attribute(entangled: string)  : `fme_type' has value `fme_area'
          entangled to [SHAPE_GEOMETRY]
Coordinate System: `'
Geometry Type: IFMEPolygon
Boundary:
   Geometry Type: IFMELine
   Number of Coordinates: 5 -- Coordinate Dimension: 2
   (0,0)(0,2)(3,2)(3,0)(0,0)

Forum|alt.badge.img
  • Author
  • July 11, 2017
takashi wrote:

Hi @jitkam, it depends on your desired CSV table schema. For example, how do you want to describe this polygon feature (having 3 user attributes - attr1, attr2, attr3, and a single polygon geometry with 5 vertices) in the destination CSV table?

Attribute(string)             : `SHAPE_GEOMETRY' has value `shape_polygon'
Attribute(encoded: fme-system): `attr1' has value `aaa'
Attribute(encoded: fme-system): `attr2' has value `bbb'
Attribute(encoded: fme-system): `attr3' has value `ccc'
Attribute(string)             : `fme_feature_type' has value `data'
Attribute(string)             : `fme_geometry' has value `fme_polygon'
Attribute(entangled: string)  : `fme_type' has value `fme_area'
          entangled to [SHAPE_GEOMETRY]
Coordinate System: `'
Geometry Type: IFMEPolygon
Boundary:
   Geometry Type: IFMELine
   Number of Coordinates: 5 -- Coordinate Dimension: 2
   (0,0)(0,2)(3,2)(3,0)(0,0)
Hi @takashi, thank you for your comment. I have an shp file with postal codes and I need to convert to csv to have a postal code and a single polygon with each. Taking the shp file as writer and csv as reader without any other elements will only provide me with list of postal codes in the csv right now, so I need to find a way to also add polygons.

 


erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • Best Answer
  • July 11, 2017

You can use the GeometryExtractor transformer to create an attribute holding the polygon definition (choice of multiple formats, but WKT is often used).


Forum|alt.badge.img
  • Author
  • July 11, 2017
erik_jan wrote:

You can use the GeometryExtractor transformer to create an attribute holding the polygon definition (choice of multiple formats, but WKT is often used).

 

Thank you @erik_jan

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings