commit b422a6ba1b23b6cbb70c20395642cc5e33aedc85 Author: dadams-AU Date: Fri Feb 20 19:05:20 2026 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77ac754 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.venv/ +__pycache__/ +*.pyc diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..654e0bc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +pandas +numpy +sqlalchemy +psycopg2-binary +scipy +statsmodels +matplotlib +seaborn +geopandas +shapely +python-dotenv +libpysal +esda