{ "cells": [ { "cell_type": "markdown", "id": "bed33e12", "metadata": {}, "source": [ "# Download OpenStreetMap POI data for Brighton & Hove\n", "\n", "This tutorial shows how you can download Points of Interest (POI) data for Brighton and Hove from OpenStreetMap. " ] }, { "cell_type": "code", "execution_count": 5, "id": "1c686f74", "metadata": {}, "outputs": [], "source": [ "import osmnx as ox\n", "import geopandas as gpd\n", "from shapely.geometry import box" ] }, { "cell_type": "markdown", "id": "ae76c628", "metadata": {}, "source": [ "### Define the area of interest \n", "\n", "Let's create a GeoDataFrame with Polygon that defines the area of interest for us. We will only collect data from this area. " ] }, { "cell_type": "code", "execution_count": 6, "id": "5a5a2e54", "metadata": {}, "outputs": [ { "data": { "text/html": [ "