About 765,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 then drawn on a worl...

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

  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. 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 and/or …

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

  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. How to import file GeoJSON in Google Earth Engine

    Mar 16, 2021 · I need to import a GeoJSON file into GEE. I converted a shapefile in GeoJSON in QGIS, and I would like to import this GeoJSON file into GEE. How can I do this?

  8. Struggling to create multipart polygon in a GeoJSON within QGIS

    Jan 15, 2025 · So if your geojson is of type "Polygon" rather than one that permit multipart feature you wont be able to add part. The easiest way to convert your singlepart geojson to multipart is to export …

  9. How to create a geojson file from an image overlay?

    Dec 22, 2021 · I am looking for a way to create a geojson file from the distributions of the health sectors in my region which are different than any political division readily available on osm: There are fantas...

  10. style - GeoJSON Styling information - Geographic Information Systems ...

    Jul 20, 2023 · GeoJSON doesn't deal with this. Any style information is going to depend on what the renderer is, Geojson CSS seams to target SVG but you also have Carto which targets mapnik, do …