Resolve SyntaxWarning and FutureWarning (from PyProj).
/cenpy/.venv/lib64/python3.9/site-packages/pyproj/crs/crs.py:53: FutureWarning: '+init=<authority>:<code>'
syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change,
be mindful of axis order changes:
https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
/cenpy/cenpy/tiger.py:186: SyntaxWarning: "is" with a literal. Did you mean "=="?
if kwargs.get("returnGeometry", "true") is "false":
Resolve SyntaxWarning and FutureWarning (from PyProj).