Una vez encontré una página web excelente pero simple que tiene un menú desplegable con varios formatos SIG basados en texto, como GeoJSON y WKT, y un cuadro de texto para copiar / pegar sus datos. La característica se dibuja en un mapa mundial. Puede continuar agregando formas en el mismo mapa.
Perdí esta página y no puedo encontrarla. Fue súper útil, pero olvidé marcarlo.
Entonces, ¿alguien conoce la página, o cualquier página donde pueda pegar WKT y GeoJSON para verlas en un mapa?
geojson
wkt
validation
viewer
JPhi
fuente
fuente
Creé esta pequeña utilidad para un compañero de trabajo para trazar múltiples geometrías WKT o GeoJSON en un mapa de folleto. Puede bifurcarlo y adaptarlo a sus necesidades.
http://jsfiddle.net/asnyder14/9dxbcr4f/embedded/result/
fuente
Polygon
Visualizador WKT en 3D Earth
https://asapelkin.github.io/wkt_3d_viewer
(repositorio con ejemplos y léame https://github.com/asapelkin/wkt_3d_viewer )
fuente
En caso de que alguien se encuentre con esta pregunta y necesite convertir a / desde Esri (ArcGIS) json, geoJson o WKT, creé una pequeña aplicación llamada geometry-inspector . Es muy similar a las aplicaciones enumeradas en la respuesta aceptada, pero con la mejora de que admite el formato json de Esri.
Espero que ayude a alguien!
fuente
mapshaper funcionó bien para un gran archivo GeoJson, pero desafortunadamente se traza sobre fondo blanco en lugar de mapa.
fuente
wkt:
https://arthur-e.github.io/Wicket/sandbox-gmaps3.html
https://clydedacruz.github.io/openstreetmap-wkt-playground/
geojson:
http://geojsonlint.com/
csv:
https://www.becsv.com/csv-viewer.php
.shapefile / geojson / csv:
https://mapshaper.org/
https://www.sunearthtools.com/tools/gps-view.php
svgviewer:
https://www.w3schools.com/graphics/tryit.asp?filename=trysvg_path
manejo de svg:
https://github.com/substack/svg-linearize
https://github.com/davidmcclure/svg-to-wkt
https://www.w3.org/TR/SVG/paths.html
https: //stackoverflow.com/questions/5736398/how-to-calculate-the-svg-path-for-an-arc-of-a-circle
geojson en folleto: ¿
Agregar capa GeoJSON en folleto?
convertidores:
CSV a GeoJSON: http://csv.togeojson.com/
CSV a GeoJSON: http://www.convertcsv.com/csv-to-geojson.htm
JSON a CSV: https://json-csv.com /
JSON a CSV: http://www.convertcsv.com/geojson-to-csv.htm
ejemplos:
wkt: https://en.wikipedia.org/wiki/Well-known_text#/media/File:SFA_Polygon.svg
csv: https://github.com/naturalatlas/geocsv-info/blob/master/example. csv
geojson: https://www.mapbox.com/mapbox-gl-js/example/geojson-polygon/
svg path: https://jsbin.com/quhujowota/1/edit?html,js,output
svg path: https://codepen.io/anon/pen/XogNoZ
fuente
Para bash, uso mi propio script: https://gist.github.com/rajanski/4d2595c1fd4e35c19b4e1a02b4ed579f Pro: los datos de Geojson no salen de la máquina local, bueno para cosas confidenciales.
fuente
Github / Gists puede manejar GeoJSON: https://help.github.com/en/articles/mapping-geojson-files-on-github
fuente