ArcGIS Proにインポートしてフィーチャに変換する必要があるjson URLがあります。json URLをフィーチャに変換するにはどうすればよいですか?
データ相互運用性エクステンションを使用してシェープファイルに変換しようとしましたが、インポートされたデータはメタデータの単一行として表示されます。
Thank you for the solution. I still face an issue with some columns being translated to Null values. Some columns seem to be translated well, while others are returning all null values. Examining the translator shows all the data, so there seems to be some tweaking to be done with the writer parameter, but I am unable to figure out what needs to be altered.
Use a GeoJson reader for this particular URL. You don't have to do anything special to parse the feature collection into a table or show its geometry. Attach is a sample solution, just add your desired destination format in the canvass.
The url I am looking to convert is https://iowa-atms.cloud-q-free.com/api/rest/dataprism/wzdx/wzdxfeed
Here's a few blogs with sample workspaces that shows parsing of JSON into several destination formats.https://community.esri.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&filter=location&location=blog-board:arcgis-data-interoperability-blog&q=jsonIf you have a specific use case, a public URL, or even a sample JSON file, we could give you a more specific answer or even a working solution.Hope this helps.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.