Open links in new tab
  1. well known text - Online WKT and GeoJSON viewer - Geographic ...

    I once found a great but simple webpage that has a drop-down with several text-based GIS formats such as GeoJSON and WKT, and a text box to copy/paste your data. The feature is then drawn on a worl...

  2. How to serialize and deserialize geojson in C# - Stack Overflow

    Am trying to Deserialize an object to json where the location details should be converted to geojson format. Tried to achieve this using geojson.net nuget package but am not able to acheve the same.

  3. Source for GeoJSON data for the US - Geographic Information Systems ...

    Dec 6, 2016 · Does anyone know of any good sources for US data (counties, congressional districts, etc) in GeoJSON format? Has anyone converted public-domain shapefiles/sources to GeoJSON that …

  4. How can I parse GeoJSON with Python - Stack Overflow

    The geojson library didn't have any releases since 2019, so I recommend to use more popular and recent geopandas instead

  5. How to use a local GeoJSON file (world_110m.json) with Plotly in ...

    Dec 13, 2024 · How to use a local GeoJSON file (world_110m.json) with Plotly in PySide6 to prevent external fetching? Asked 1 year ago Modified 1 year ago Viewed 217 times

  6. GeoJSON too bulky - Geographic Information Systems Stack Exchange

    Serve the geojson file gzipped, unpack on the client. All modern browsers do the unpacking of gzipped data automatically, so it's just a case of setting up your web server to pack up the data before sending.

  7. How/Where do I get geoJSON data for states, provinces, and ...

    Jun 24, 2013 · I need geoJSON formatted paths for states, provinces, and regions within multiple countries. Most readily available geoJSON data is for US states and country level boundaries, not …

  8. Difference between GeoJSON and TopoJSON - Stack Overflow

    Feb 6, 2013 · What is the difference between GeoJSON and TopoJSON and when would I use one over the other? The description of TopoJSON on GitHub implies the TopoJSON files are 80% smaller.

  9. Newest 'geojson' Questions - Stack Overflow

    Aug 5, 2019 · I have GeoJSON files containing a FeatureCollection using EPSG:27700 and for Maplibre I believe the coordinates need to be specified in EPSG:4326). What is the best way of either getting …

  10. Accessing GeoJSON from ArcGIS online rest API?

    Aug 10, 2016 · 4 I have some features published on ArcGIS online. I'm accessing it as a feature service. I need to use that feature service as a GeoJSON and display it on the map. Is there any sandbox …