About 749,000 results
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 …

  2. python - Reading string containing GeoJSON content into …

    1 Answer 17 You can load that string into a GeoDataFrame using the method: 'GeoJSON' In the code above, gdf is a CRS-aware GeoDataFrame that you can manipulate however you want. …

  3. Convert .geojson to .wkt | extract 'coordinates' - Stack Overflow

    Jul 19, 2022 · To convert a series of geometries in GeoJSON files to WKT, the shape () function can convert the GeoJSON geometry to a shapely object which then can be formatted as WKT …

  4. 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 …

  5. Source for GeoJSON data for the US - Geographic Information …

    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 …

  6. 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

  7. 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 …

  8. GeoJSON too bulky - Geographic Information Systems Stack …

    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 …

  9. Leaflet: How to fetch geojson from URL and pass it to L.geoJson

    Feb 24, 2021 · Leaflet: How to fetch geojson from URL and pass it to L.geoJson Asked 4 years, 10 months ago Modified 4 years, 10 months ago Viewed 5k times

  10. python - Shapely import and to_geojson () - Geographic …

    Mar 6, 2023 · I am attempting to convert a shapely LineString to GeoJSON. According to the Shapely documentation, there is a method called shapely.to_geojson() which should be able …