#!/usr/bin/env python # coding: utf-8 # In[ ]: import os os.system("pip install geojson") # In[ ]: os.system("pip install shapely") # In[ ]: os.system("pip install geopandas") # In[40]: import h3 import geopandas as gpd import sys import json