Страница 1 из 1

Please help me transfer data from Microstation to MapInfo?

Добавлено: 01 сен 2011, 04:34
hoangdiep
When I moved the map from Microstation to MapInfo by several different methods, but will only move the object space, while the property is lost, anyone can help fill line not to be complete?
I thank you!

Re: Please help me transfer data from Microstation to MapInf

Добавлено: 01 сен 2011, 12:50
Mavka
Is MapInfo Universal Translator not support all DGN features? As I can see - all is good.

I haven't tested Microstation formats but you can try:
  1. trial version of FME Desktop
  2. console program ogr2ogr (from OSGeo4W):

    Код: Выделить всё

    ogr2ogr -f "MapInfo File" new_file.tab old_file.dgn
    List of supported attributes
  3. open DGN file in Qunatum GIS and save from menu Layer|Save as... (same as #2 result)

Re: Please help me transfer data from Microstation to MapInf

Добавлено: 01 сен 2011, 13:22
Boris
The best way to move simple data (no spline or surface or 3D ) from MS to MapInfo is to convert data to DXF and use right projection when transforming data.
It may be an other problem if you use inches in MS but really they are meters.

Re: Please help me transfer data from Microstation to MapInf

Добавлено: 01 сен 2011, 13:25
Дмитрий Барышников
Unfortunately OGR does not support the transfer of attributes. Thus, options 2 and 3 are not suitable. See http://gdal.org/ogr/drv_dgn.html for details.