------
* Fix caching compatibility for sqlalchemy 2.0
* Update .iteritems() to .items() for pandas>=2.0.0.
* Update shapely containment method from cascaded_union to unary_union.
* Update db recreation code to first delete the old db.
* Update CA climate zone URL.
* Cache tmy-stations.html file.
* Update Pipfile and python/node versions in Dockerfile.
* Install rust based on new juptyerlab requirements.
* Update tests to deal with rounding that must be coming from new pandas.
* Update sphinx docs based on new signatures.
* Remove python 2.7 support.