Question

Write to SBG .geo


Badge

Hi all!

I would like to write my data to a format called .geo which is used in Sweden but is not supported by FME.

I attach some sample how the format looks like:

FileHeader "SBG Object Text v2.01","Coordinate Document","UTF-8"

begin

   FileInfo "Application","Geo Professional"

   FileInfo "SerialNo","123456789"

   FileInfo "Author","Abcdefghijklmnopqrstuvwxyz"

   FileInfo "Company","Abcdefghijklmnopqrstuvwxyz"

   FileInfo "Description",

   FileInfo "Coordinate System","Sweref 99 18 00 / RH2000"

end

PointList

begin

   Point "123456",6580210.000,155715.000,,,,"rör i mark med däcksel"

   Point .....

   Point....

end

LineList

AttributeList

 

I have a list with points and want to fill in the list in the "pointlist" section.

Would this be possible with FME right now?

Any ideas or help is appreciated.

 


0 replies

Be the first to reply!

Reply