Import JSON data from TravelTime playground API at:(https://playground.traveltime.com/isochrones-fast)
Convert JSON date into KML that google map can read
- Understand how a customised google map can be used
- If there is a better way to parse geo location data
Useful links:
- Turn points from EXCEL/CSV into polygons: https://www.sgrillo.net/googleearth/gepath.htm
- pyKML: https://pythonhosted.org/pykml/
Useful links:
- London heatmap: https://github.com/rhart-rup/england_crime_heatmaps_2022?tab=readme-ov-file
- London lightmap: https://github.com/MisaOgura/light-my-way?tab=readme-ov-file
- Create crime map using google map API on personal website: https://jamiemaguire.net/index.php/2017/04/15/how-to-map-uk-crime-data-using-visual-studio-code-and-google-maps/
- Use EXCEL and create-google-map to map all crime instances: https://medium.com/@digidickinson/mapping-street-level-crime-in-an-area-2114a
Use API to make the map dynamic:
- https://medium.com/@patohara60/interactive-mapping-in-python-with-uk-census-data-6e571c60ff4
- https://medium.com/@traffordDataLab/pushing-the-boundaries-with-the-open-geography-portal-api-4d70637bddc3
TO-DO:
- Learn Geopanda: https://geopandas.org/en/latest/index.html