The geo-data-api provides a simple way to generate a static JSON API for geographic data. This API includes information about countries, states, and cities. It is designed to work smoothly on any ...
.. jupyter-execute:: import os import json import random import requests from ipyleaflet import Map, GeoJSON if not os.path.exists('europe_110.geo.json'): url ...