Skip to content

Tutorial: Converting Foursquare's 104M+ POI Dataset from GeoJSON to Shapefile for Easy Use in ArcGIS Pro. πŸš€

Notifications You must be signed in to change notification settings

Jasper0122/Foursquare2ArcGIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Foursquare Open Source Places - POI Data Processing

Foursquare2ArcGIS Viz

🌎 Introduction

Foursquare Open Source Places (FSQ OS Places) is a high-quality, open POI (Points of Interest) dataset released by Foursquare, containing over 104 million POIs worldwide. While platforms like OpenStreetMap (OSM) and Overture Maps aim to improve open POI coverage, FSQ OS Places provides a more extensive and precise dataset.

This repository provides a step-by-step guide on downloading POI data and converting it from GeoJSON to Shapefile (SHP) for use in ArcGIS Pro, QGIS, and other GIS applications.


πŸ“₯ Downloading FSQ OS Places POI Data

The easiest way to download FSQ OS Places POI data is through the Fused.io public UDF interface.

πŸ”Ή Option 1: Download via Fused.io (Recommended)

  1. Visit Fused.io - FSQ OS Places.
  2. Navigate to your area of interest using the interactive map.
  3. Click "Download viewport" to export the POI data for the selected area in GeoJSON format.

method

πŸ”Ή Option 2: Direct AWS S3 Access

If you have AWS CLI installed, you can download the data directly:

aws s3 cp s3://us-west-2.opendata.source.coop/fused/fsq-os-places/2025-01-10/places/ ./fsq_places.geojson

πŸ›  Converting GeoJSON to Shapefile (SHP)

Once you have downloaded the GeoJSON file, you can easily convert it to a Shapefile (SHP) using the provided geojson2shp.py script.

βœ… Steps to Convert

  1. Ensure you have Python installed.

  2. Place your downloaded GeoJSON file in the same directory as geojson2shp.py.

  3. Open a terminal or command prompt and run:

    python geojson2shp.py path/to/your_file.geojson
    

arcgis-screenshot

πŸ“Œ Usage in ArcGIS Pro

After conversion, the Shapefile can be loaded into ArcGIS Pro:

  1. Open ArcGIS Pro.
  2. Click Add Data β†’ Select the .shp file.
  3. The dataset will be displayed on the map.

πŸ’‘ Why FSQ OS Places?

  • High-quality POI data with rich attributes.
  • Global coverage with over 104 million POIs.
  • Open-source & freely available for analysis.
  • Easier integration into GIS platforms like ArcGIS and QGIS.

πŸ“œ License

FSQ OS Places is available under an open data license, enabling developers and researchers to use it freely.

For more details, visit the official repository.


πŸš€ Feel free to contribute or report any issues! 😊

About

Tutorial: Converting Foursquare's 104M+ POI Dataset from GeoJSON to Shapefile for Easy Use in ArcGIS Pro. πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages