私は ArcGIS pro でジオデータベースを作成しました。そこにはポイントとラインのレイヤー(Feature Class)が含まれています。GDB を OSM 形式のデータにエクスポートしたいと考えています。<\/P>
どなたかその方法をご存知でしょうか?shp2osm の変換ソリューションはいくつか見ましたが、私には役立ちません。なぜなら、データベース全体を変換したいからです。<\/P>
In case another user would have this question, just wanted to point out Data Interoperability supports GDB to OSM XML conversions since FME Engine 2011. Pretty straightforward conversion from the FILE GDB API Reader to the OSM XML writer without any transformers in between. My result was read into JOSM without any problems. Reach out to the Data Interoperability Community page if any assistance is needed.
@MartinAnok you may have more luck posting on the Python question board: https://community.esri.com/t5/python/ct-p/python
I have the same issue and I tryed to do convertion with ogr2pbf.
I installed ogr2pbf: https://pypi.org/project/ogr2pbf/ via python (pip install ogr2pbf). But I don't understand how to use it if I want to convert some data (gdb or shp) to osm. I am new in python 🙂 i hope someone will have the patience to explain to me.Thank you.
I am not sure about converting gdb to OSM, but you can convert your line and point layers to shapefiles as an intermediary step, using the Copy Features tool. Specify a file location for the output and add ".shp" to the end:
I believe you can't write the data in OSM format using ArcGIS (even with Data Interoperability).
You could use ogr2osm for the conversion. Please adhere to the guidelines set by OpenStreetMap (included in the above link).
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.