how can I open the downloaded“Geojson” file? #24
-
|
Hello, how can I open the downloaded“Geojson” file?I am not a professional student, just want to see the data in the form of geographical display.I tried a lot of different ways and couldn't open it.Thankyou. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
For the full "development_combined_global.geojson" I would suggest using QGIS (https://www.qgis.org/) which is free desktop application and works on all platforms. While the full "development_combined_global.geojson" is a fairly large file with many spatial features and will load more easily with QGIS, smaller GeoJSON files such as individual project GeoJSONs can be viewed directly on GitHub (e.g., https://github.com/aiddata/china-osm-geodata/blob/master/latest/geojsons/1007.geojson) or for more general purposes you can use geojson.io to load and view your own GeoJSONs. If you run into any more specific issues loading the data, such as with using QGIS, please let me know. |
Beta Was this translation helpful? Give feedback.
For the full "development_combined_global.geojson" I would suggest using QGIS (https://www.qgis.org/) which is free desktop application and works on all platforms.
While the full "development_combined_global.geojson" is a fairly large file with many spatial features and will load more easily with QGIS, smaller GeoJSON files such as individual project GeoJSONs can be viewed directly on GitHub (e.g., https://github.com/aiddata/china-osm-geodata/blob/master/latest/geojsons/1007.geojson) or for more general purposes you can use geojson.io to load and view your own GeoJSONs.
If you run into any more specific issues loading the data, such as with using QGIS, please let me know.