About 662,000 results
Open links in new tab
  1. How can I parse GeoJSON with Python - Stack Overflow

    How can I parse GeoJSON with Python Asked 8 years, 8 months ago Modified 6 years, 2 months ago Viewed 128k times

  2. json - Building a GeoJSON with Python - Stack Overflow

    Jun 4, 2013 · Building a GeoJSON with Python Asked 12 years, 5 months ago Modified 6 years, 4 months ago Viewed 48k times

  3. Shapefile into geojson conversion python 3 - Stack Overflow

    Shapefile into geojson conversion python 3 Asked 8 years, 8 months ago Modified 4 years, 9 months ago Viewed 44k times

  4. Write GeoJson into a .geojson file with Python

    Jan 20, 2015 · Write GeoJson into a .geojson file with Python Ask Question Asked 10 years, 10 months ago Modified 3 years, 9 months ago

  5. python - Loading JSON into a GeoDataFrame - Stack Overflow

    Aug 22, 2017 · python json gis geojson geopandas asked Aug 7, 2017 at 17:56 blahblahblah 2,477 9 48 61

  6. How to convert JSON to GeoJSON with Python - Stack Overflow

    Mar 6, 2022 · I'm actually learning how to do some cartography with python but first I would like to convert my json file to a GeoJson dynamically with Python. This is how my Json looks like :

  7. Converting GeoJSON to Python objects? - Geographic Information …

    New to the site, and to geoJSON, and to python. My goal is to read in a file with geoJSON data, and use it to generate shapes to be used in an application that is using python scripting. Python...

  8. python - how to convert geojson to shapely polygon? - Stack …

    Aug 17, 2021 · how to convert geojson to shapely polygon? Asked 4 years, 3 months ago Modified 1 year, 5 months ago Viewed 31k times

  9. python - Convert .geojson to .wkt - 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 …

  10. Convert Geo json with nested lists to pandas dataframe

    The Awkward Array library (note: I'm the author) is meant for working with nested data structures like this at large scale. As a coincidence, I used a GeoJSON file as a motivating example in …