Update requirements.txt.
Begin Analysis.
This commit is contained in:
parent
994b9ce7d0
commit
0d9e71618d
2
analysis/db_connector.py
Normal file
2
analysis/db_connector.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
import sqlalchemy as db
|
||||||
|
import pandas as pd
|
||||||
0
analysis/map.py
Normal file
0
analysis/map.py
Normal file
@ -1,3 +1,4 @@
|
|||||||
|
ansi2html==1.9.1
|
||||||
anyio==4.0.0
|
anyio==4.0.0
|
||||||
appnope==0.1.3
|
appnope==0.1.3
|
||||||
argon2-cffi==23.1.0
|
argon2-cffi==23.1.0
|
||||||
@ -10,6 +11,8 @@ Babel==2.13.1
|
|||||||
beautifulsoup4==4.12.2
|
beautifulsoup4==4.12.2
|
||||||
black==23.11.0
|
black==23.11.0
|
||||||
bleach==6.1.0
|
bleach==6.1.0
|
||||||
|
blinker==1.7.0
|
||||||
|
branca==0.7.0
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
@ -17,20 +20,32 @@ click==8.1.7
|
|||||||
click-plugins==1.1.1
|
click-plugins==1.1.1
|
||||||
cligj==0.7.2
|
cligj==0.7.2
|
||||||
comm==0.2.0
|
comm==0.2.0
|
||||||
|
contourpy==1.2.0
|
||||||
|
cycler==0.12.1
|
||||||
|
dash==2.14.2
|
||||||
|
dash-core-components==2.0.0
|
||||||
|
dash-html-components==2.0.0
|
||||||
|
dash-table==5.0.0
|
||||||
debugpy==1.8.0
|
debugpy==1.8.0
|
||||||
decorator==5.1.1
|
decorator==5.1.1
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
executing==2.0.1
|
executing==2.0.1
|
||||||
fastjsonschema==2.19.0
|
fastjsonschema==2.19.0
|
||||||
fiona==1.9.5
|
fiona==1.9.5
|
||||||
|
Flask==3.0.0
|
||||||
|
folium==0.15.1
|
||||||
|
fonttools==4.47.0
|
||||||
fqdn==1.5.1
|
fqdn==1.5.1
|
||||||
GeoAlchemy2==0.14.2
|
GeoAlchemy2==0.14.2
|
||||||
geopandas==0.14.1
|
geopandas==0.14.1
|
||||||
|
greenlet==3.0.3
|
||||||
idna==3.4
|
idna==3.4
|
||||||
|
importlib-metadata==7.0.1
|
||||||
ipykernel==6.26.0
|
ipykernel==6.26.0
|
||||||
ipython==8.17.2
|
ipython==8.17.2
|
||||||
ipywidgets==8.1.1
|
ipywidgets==8.1.1
|
||||||
isoduration==20.11.0
|
isoduration==20.11.0
|
||||||
|
itsdangerous==2.1.2
|
||||||
jedi==0.19.1
|
jedi==0.19.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
json5==0.9.14
|
json5==0.9.14
|
||||||
@ -49,7 +64,9 @@ jupyterlab==4.0.8
|
|||||||
jupyterlab-pygments==0.2.2
|
jupyterlab-pygments==0.2.2
|
||||||
jupyterlab-widgets==3.0.9
|
jupyterlab-widgets==3.0.9
|
||||||
jupyterlab_server==2.25.1
|
jupyterlab_server==2.25.1
|
||||||
|
kiwisolver==1.4.5
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
|
matplotlib==3.8.2
|
||||||
matplotlib-inline==0.1.6
|
matplotlib-inline==0.1.6
|
||||||
mistune==3.0.2
|
mistune==3.0.2
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
@ -67,7 +84,9 @@ pandocfilters==1.5.0
|
|||||||
parso==0.8.3
|
parso==0.8.3
|
||||||
pathspec==0.11.2
|
pathspec==0.11.2
|
||||||
pexpect==4.8.0
|
pexpect==4.8.0
|
||||||
|
pillow==10.2.0
|
||||||
platformdirs==4.0.0
|
platformdirs==4.0.0
|
||||||
|
plotly==5.18.0
|
||||||
prometheus-client==0.18.0
|
prometheus-client==0.18.0
|
||||||
prompt-toolkit==3.0.41
|
prompt-toolkit==3.0.41
|
||||||
psutil==5.9.6
|
psutil==5.9.6
|
||||||
@ -76,6 +95,7 @@ ptyprocess==0.7.0
|
|||||||
pure-eval==0.2.2
|
pure-eval==0.2.2
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
Pygments==2.16.1
|
Pygments==2.16.1
|
||||||
|
pyparsing==3.1.1
|
||||||
pyproj==3.6.1
|
pyproj==3.6.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-json-logger==2.0.7
|
python-json-logger==2.0.7
|
||||||
@ -86,6 +106,7 @@ qtconsole==5.5.1
|
|||||||
QtPy==2.4.1
|
QtPy==2.4.1
|
||||||
referencing==0.31.0
|
referencing==0.31.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
retrying==1.3.4
|
||||||
rfc3339-validator==0.1.4
|
rfc3339-validator==0.1.4
|
||||||
rfc3986-validator==0.1.1
|
rfc3986-validator==0.1.1
|
||||||
rpds-py==0.13.0
|
rpds-py==0.13.0
|
||||||
@ -96,6 +117,7 @@ sniffio==1.3.0
|
|||||||
soupsieve==2.5
|
soupsieve==2.5
|
||||||
SQLAlchemy==2.0.23
|
SQLAlchemy==2.0.23
|
||||||
stack-data==0.6.3
|
stack-data==0.6.3
|
||||||
|
tenacity==8.2.3
|
||||||
terminado==0.18.0
|
terminado==0.18.0
|
||||||
tinycss2==1.2.1
|
tinycss2==1.2.1
|
||||||
tornado==6.3.3
|
tornado==6.3.3
|
||||||
@ -109,4 +131,7 @@ wcwidth==0.2.10
|
|||||||
webcolors==1.13
|
webcolors==1.13
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
websocket-client==1.6.4
|
websocket-client==1.6.4
|
||||||
|
Werkzeug==3.0.1
|
||||||
widgetsnbextension==4.0.9
|
widgetsnbextension==4.0.9
|
||||||
|
xyzservices==2023.10.1
|
||||||
|
zipp==3.17.0
|
||||||
|
|||||||
Reference in New Issue
Block a user