About 50 results
Open links in new tab
  1. Loading external GeoJSON file into Leaflet map? - Geographic ...

    Learn how to load an external GeoJSON file into a Leaflet map with step-by-step guidance and tips.

  2. Source for GeoJSON data for the US

    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 …

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

  4. Converting text file to GeoJSON with Python

    Jun 8, 2020 · First off, you should read the file and convert it to JSON in Python (which is already answered in Stack Overflow), then you'll be ready to start evaluating GeoJSON conformance.

  5. Access specific feature property in local GeoJSON file?

    Nov 5, 2020 · I am working with a GeoJSON feature collection file. It has >100 features, each feature has a set of coordinates labelled "geometry" and a set of characteristics labelled …

  6. How to identify the co-ordinate system (CRS, SRS) of a GeoJSON file?

    3 Suppose you have an arbitrary GeoJSON file, and the publisher didn't give much supporting documentation - or perhaps it's been provided by a third party who don't know much about it. Is there …

  7. Determine the coordinate system used in GeoJSON file?

    Jan 7, 2022 · The geoJSON data consists of points, lines and polygons. I understand what they are to a certain level, but I need some help figuring out what coordinate system is used, so I can convert it to …

  8. Methods for importing GeoJSON feature collection into ArcMap?

    Jun 24, 2015 · I have a GeoJSON file containing a feature collection, with the structure/format validated by http://geojsonlint.com/. What do people recommend as the best way to import this into ArcMap?

  9. How to import file GeoJSON in Google Earth Engine

    Mar 11, 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?

  10. qgis - Converting large GeoJSON to shapefile? - Geographic …

    Oct 10, 2018 · I have recently downloaded a building footprint GeoJSON file from Microsoft Bing Maps. The file I downloaded was for the entirety of Texas, and is of approximately 2.2 GB file size. They do …