Question

Read in GeoSpan from CSV


Badge +3

Hi all,

 

I have been given a csv file containing a GeoSpan column representing line data. Any idea how I read this into FME and create the geometry from the GeoSpan?

 

Thanks

NCapture


2 replies

Badge +20

Try GeometryReplacer.

You have to figure out what type of Geometry Encoding your data has. I would start with Hex Encoded OGC WKB (because of the 0x in front).

If nothing seems to work, trim the 0x from the start of the string and try again.

Badge +3

Thank you - the encoding is supposed to be OCB WKB but the majority of features are rejected. I'll refer back to the provider as error is in their output I think.

Reply