Pedro Camargo
Pedro Camargo
It would be helpful to have examples where all tables exist to allow for testing of software written against the specification. To be more specific, I am working on the...
The General Modeling Network Specification is starting to make strides into becoming the standard network exchange format, and being able to import/export networks from that format will likely result in...
There are two instances of the use of _np.int_ , which has been deprecated: 1. **sub_control_totals = np.asanyarray(self.sub_controls_df).astype(np.int)** 2. **sub_weights.shape, dtype=np.int),** according to NumPy's error message: AttributeError: module 'numpy' has...
Close #176
Apparently, Tiger data has different field names for COUNTYFP on census tracts for the 2010 Census, and that causes the software to fall over when one specifies the county when...
Closes #146 Adds support for Python 3.12 and removes for 3.7 (end of life ~ 1y ago https://endoflife.date/python)
THe package relies on *pkg_resources*, which has been deprecated since Python 3.11 and was removed on Python 3.12. One alternative is to use importlib.
Some deprecated dependencies (Fiona, RTree) are causing trouble when installing in newer versions of Python
This PR simply removes dependencies that are not needed: By requiring GeoPandas, NumPy, Pandas and Shapely are already required. RTree, Fiona and PiP are not really dependencies of Pygris, and...