About 768,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 …

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

  4. geojson - Loading JSON data into QGIS - Geographic Information …

    May 12, 2022 · GeoJSON data can be added to QGIS by saving your data as a .geojson file and simply dragging and dropping the file onto the map canvas, but this must be geographic data.

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

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

  7. geojson - Multilinestrings to Linestring using Python - Geographic ...

    Oct 13, 2024 · I have a geodataframe (download link) that contains the geometry of bus lines. It is a Multilinestring. I need to transform the geometry into a single Linestring. My first idea was to …

  8. python - Geopandas fails reading geojson - Stack Overflow

    Nov 6, 2024 · RuntimeError: Failed to read GeoJSON data May be caused by: At line 6, character 51158626: GeoJSON object too complex/large. You may define the …

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

  10. gdal - Force ogr2ogr to convert DWG to GeoJSON - Geographic …

    Jan 20, 2025 · Unable to open datasource `Gfl77701_17_adsf.dwg' with the following drivers. Interestingly the file is a ACAD1015 file. (at least the binary header tells me that). Is there any …