April 4, 2020 - noah-and-ethan/index.github.io GitHub Wiki
investigated compatibility with Leaflet
I investigated pythons compatibility with leaflet to see if it was possible and learn some stuff for the future.
next step- write the python part(pandas,geopandas,leaflet and Geojson)
My research as let me to 4 parts:
pandas:
pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software.
geopandas:
GeoPandas is an open-source project to make working with geospatial data in python easier. GeoPandas extends the datatypes used by pandas to allow spatial operations on geometric types.
leaflet:
Leaflet, an open-source JavaScript library, facilitates the development of interactive maps, but is designed to be used via JavaScript.
Geojson:
GeoJSON is a format for representing geographic objects. It's different from regular JSON because it supports geometry types, such as: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection.