[continued from previous message]
momepy/tests/test_diversity.py::TestDiversity::test_Shannon momepy/tests/test_diversity.py::TestDiversity::test_Unique momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:18: FutureWarning: `momepy.Area` is deprecated. Replace it with `.area` attribute of a GeoDataFrame or pin momepy version <1.0. This class
will be removed in 1.0.
self.df_tessellation["area"] = mm.Area(self.df_tessellation).series
momepy/tests/test_diversity.py::TestDiversity::test_Range momepy/tests/test_diversity.py::TestDiversity::test_Simpson momepy/tests/test_diversity.py::TestDiversity::test_Shannon momepy/tests/test_diversity.py::TestDiversity::test_Unique momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:19: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <1.
0. This class will be removed in 1.0.
self.sw = sw_high(k=3, gdf=self.df_tessellation, ids="uID")
momepy/tests/test_diversity.py::TestDiversity::test_Range momepy/tests/test_diversity.py::TestDiversity::test_Simpson momepy/tests/test_diversity.py::TestDiversity::test_Shannon momepy/tests/test_diversity.py::TestDiversity::test_Unique momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:21: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <1.
0. This class will be removed in 1.0.
self.sw_drop = sw_high(k=3, gdf=self.df_tessellation[2:], ids="uID")
momepy/tests/test_diversity.py::TestDiversity::test_Range
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:24: FutureWarning: Class based API like `momepy.Range` is deprecated. Replace it with `momepy.values_range` to use functional API instead
or pin momepy version <1.0. Class-based API will be removed in 1.0.
full_sw = mm.Range(self.df_tessellation, "area", self.sw, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Range
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:27: FutureWarning: Class based API like `momepy.Range` is deprecated. Replace it with `momepy.values_range` to use functional API instead
or pin momepy version <1.0. Class-based API will be removed in 1.0.
full2 = mm.Range(self.df_tessellation, area, self.sw, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Range
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:29: FutureWarning: Class based API like `momepy.Range` is deprecated. Replace it with `momepy.values_range` to use functional API instead
or pin momepy version <1.0. Class-based API will be removed in 1.0.
limit = mm.Range(
momepy/tests/test_diversity.py::TestDiversity::test_Range
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:34: FutureWarning: Class based API like `momepy.Range` is deprecated. Replace it with `momepy.values_range` to use functional API instead
or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Range(self.df_tessellation, "area", self.sw_drop, "uID")
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:61: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
ht_sw = mm.Simpson(self.df_tessellation, "area", self.sw, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:63: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
quan_sw = mm.Simpson(
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:73: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
ht_sw = mm.Simpson(
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:77: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Simpson(self.df_tessellation, "area", self.sw_drop, "uID")
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:81: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
gs = mm.Simpson(
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:86: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
inv = mm.Simpson(
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:92: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
cat = mm.Simpson(
momepy/tests/test_diversity.py::TestDiversity::test_Simpson
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:97: FutureWarning: Class based API like `momepy.Simpson` is deprecated. Replace it with `momepy.simpson` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
cat2 = mm.Simpson(
momepy/tests/test_diversity.py::TestDiversity::test_Shannon
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:125: FutureWarning: Class based API like `momepy.Shannon` is deprecated. Replace it with `momepy.shannon` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
ht_sw = mm.Shannon(self.df_tessellation, "area", self.sw, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Shannon
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:127: FutureWarning: Class based API like `momepy.Shannon` is deprecated. Replace it with `momepy.shannon` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
quan_sw = mm.Shannon(
momepy/tests/test_diversity.py::TestDiversity::test_Shannon
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:137: FutureWarning: Class based API like `momepy.Shannon` is deprecated. Replace it with `momepy.shannon` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
ht_sw = mm.Shannon(
momepy/tests/test_diversity.py::TestDiversity::test_Shannon
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:141: FutureWarning: Class based API like `momepy.Shannon` is deprecated. Replace it with `momepy.shannon` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Shannon(self.df_tessellation, "area", self.sw_drop, "uID")
momepy/tests/test_diversity.py::TestDiversity::test_Shannon
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:147: FutureWarning: Class based API like `momepy.Shannon` is deprecated. Replace it with `momepy.shannon` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
cat = mm.Shannon(
momepy/tests/test_diversity.py::TestDiversity::test_Shannon
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:152: FutureWarning: Class based API like `momepy.Shannon` is deprecated. Replace it with `momepy.shannon` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
cat2 = mm.Shannon(
momepy/tests/test_diversity.py::TestDiversity::test_Unique
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:164: FutureWarning: `momepy.Unique` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.0.
This class will be removed in 1.0.
un = mm.Unique(self.df_tessellation, "cat", self.sw, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Unique
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:166: FutureWarning: `momepy.Unique` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.0.
This class will be removed in 1.0.
un = mm.Unique(self.df_tessellation, list(range(8)) * 18, self.sw, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Unique
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:168: FutureWarning: `momepy.Unique` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.0.
This class will be removed in 1.0.
un = mm.Unique(self.df_tessellation, "cat", self.sw_drop, "uID").series
momepy/tests/test_diversity.py::TestDiversity::test_Unique
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:173: FutureWarning: `momepy.Unique` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.0.
This class will be removed in 1.0.
un = mm.Unique(self.df_tessellation, "cat", self.sw, "uID", dropna=False).series
momepy/tests/test_diversity.py::TestDiversity::test_Unique
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:176: FutureWarning: `momepy.Unique` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.0.
This class will be removed in 1.0.
un = mm.Unique(self.df_tessellation, "cat", self.sw, "uID", dropna=True).series
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:180: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(self.df_tessellation, "area", self.sw, "uID").frame
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:185: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:190: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:197: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:209: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:227: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:235: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
perc = mm.Percentiles(
momepy/tests/test_diversity.py::TestDiversity::test_Percentile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_diversity.py:245: FutureWarning: Class based API like `momepy.Percentiles` is deprecated. Replace it with `momepy.percentile` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Percentiles(
momepy/tests/test_elements.py::TestElements::test_Tessellation
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:33: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `momepy.
enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
tes = mm.Tessellation(self.df_buildings, "uID", self.limit, segment=2)
momepy/tests/test_elements.py::TestElements::test_Tessellation
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:36: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `momepy.
enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
bands = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_enclosed_tess
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:43: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `momepy.
enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
enc1 = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_enclosed_tess
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:43: UserWarning: dask.dataframe could not be imported. Setting `use_dask=False`.
enc1 = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_enclosed_tess
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:49: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `momepy.
enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
enc1_loop = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_limit_enclosures_combo_error
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:62: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `momepy.
enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_custom_enclosure_id
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:73: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `momepy.
enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
enc = mm.Tessellation(self.df_buildings, "uID", enclosures=encl).tessellation
momepy/tests/test_elements.py::TestElements::test_custom_enclosure_id
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:73: UserWarning: dask.dataframe could not be imported. Setting `use_dask=False`.
enc = mm.Tessellation(self.df_buildings, "uID", enclosures=encl).tessellation
momepy/tests/test_elements.py::TestElements::test_erroroneous_geom
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:107: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `
momepy.enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
tess = mm.Tessellation(df, "uID", self.limit)
momepy/tests/test_elements.py::TestElements::test_crs_error
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:113: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `
momepy.enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Tessellation(self.df_buildings.to_crs(4326), "uID", self.limit)
momepy/tests/test_elements.py::TestElements::test_Blocks
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:116: FutureWarning: Class based API like `momepy.Blocks` is deprecated. Replace it with `momepy.generate_blocks` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
blocks = mm.Blocks(
momepy/tests/test_elements.py::TestElements::test_Blocks
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:124: FutureWarning: Class based API like `momepy.Blocks` is deprecated. Replace it with `momepy.generate_blocks` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.Blocks(
momepy/tests/test_elements.py::TestElements::test_Blocks_non_default_index
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:134: FutureWarning: Class based API like `momepy.Blocks` is deprecated. Replace it with `momepy.generate_blocks` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
blocks = mm.Blocks(tessellation, self.df_streets, buildings, "bID", "uID")
momepy/tests/test_elements.py::TestElements::test_Blocks_inner
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:147: FutureWarning: Class based API like `momepy.Blocks` is deprecated. Replace it with `momepy.generate_blocks` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
blocks = mm.Blocks(
momepy/tests/test_elements.py::TestElements::test_get_network_id
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:169: FutureWarning: Class based API like `momepy.get_network_id` is deprecated. Replace it with `momepy.get_nearest_street` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
buildings_id = mm.get_network_id(self.df_buildings, self.df_streets, "nID")
momepy/tests/test_elements.py::TestElements::test_get_network_id_duplicate
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:174: FutureWarning: Class based API like `momepy.get_network_id` is deprecated. Replace it with `momepy.get_nearest_street` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
buildings_id = mm.get_network_id(self.df_buildings, self.df_streets, "nID")
momepy/tests/test_elements.py::TestElements::test_get_node_id
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:180: FutureWarning: Class based API like `momepy.get_network_id` is deprecated. Replace it with `momepy.get_nearest_street` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["nID"] = mm.get_network_id(
momepy/tests/test_elements.py::TestElements::test_get_node_id
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:183: FutureWarning: Class based API like `momepy.get_node_id` is deprecated. Replace it with `momepy.get_nearest_node` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
ids1 = mm.get_node_id(self.df_buildings, nodes, edges, "nodeID", "nID")
momepy/tests/test_elements.py::TestElements::test_get_node_id
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:191: FutureWarning: Class based API like `momepy.get_node_id` is deprecated. Replace it with `momepy.get_nearest_node` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
ids2 = mm.get_node_id(_df_buildings, nodes, edges, "nodeID", "nID")
momepy/tests/test_elements.py::TestElements::test_get_node_id_ratio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:203: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `
momepy.enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
enclosed_tess = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_get_node_id_ratio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:203: UserWarning: dask.dataframe could not be imported. Setting `use_dask=False`.
enclosed_tess = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_get_node_id_ratio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:209: FutureWarning: Class based API like `momepy.get_node_id` is deprecated. Replace it with `momepy.get_nearest_node` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
ids = mm.get_node_id(
momepy/tests/test_elements.py::TestElements::test_get_network_ratio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:269: FutureWarning: Class based API like `momepy.Tessellation` is deprecated. Replace it with `momepy.morphological_tessellation` or `
momepy.enclosed_tessellation` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
enclosed_tess = mm.Tessellation(
momepy/tests/test_elements.py::TestElements::test_get_network_ratio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_elements.py:269: UserWarning: dask.dataframe could not be imported. Setting `use_dask=False`.
enclosed_tess = mm.Tessellation(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio momepy/tests/test_intensity.py::TestIntensity::test_Count momepy/tests/test_intensity.py::TestIntensity::test_Courtyards momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount momepy/tests/test_intensity.py::TestIntensity::test_Reached momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity momepy/tests/test_intensity.py::TestIntensity::test_Density
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:21: FutureWarning: Class based API like `momepy.FloorArea` is deprecated. Replace it with `momepy.floor_area` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["fl_area"] = mm.FloorArea(self.df_buildings, "height").series
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio momepy/tests/test_intensity.py::TestIntensity::test_Count momepy/tests/test_intensity.py::TestIntensity::test_Courtyards momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount momepy/tests/test_intensity.py::TestIntensity::test_Reached momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity momepy/tests/test_intensity.py::TestIntensity::test_Density
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:22: FutureWarning: Class based API like `momepy.get_network_id` is deprecated. Replace it with `momepy.get_nearest_street` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["nID"] = mm.get_network_id(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio momepy/tests/test_intensity.py::TestIntensity::test_Count momepy/tests/test_intensity.py::TestIntensity::test_Courtyards momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount momepy/tests/test_intensity.py::TestIntensity::test_Reached momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity momepy/tests/test_intensity.py::TestIntensity::test_Density
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:25: FutureWarning: Class based API like `momepy.Blocks` is deprecated. Replace it with `momepy.generate_blocks` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
blocks = mm.Blocks(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:33: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
car = mm.AreaRatio(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:36: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
carlr = mm.AreaRatio(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:47: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
far = mm.AreaRatio(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:57: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
car = mm.AreaRatio(self.df_tessellation, self.df_buildings, "area", "area")
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:59: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
car = mm.AreaRatio(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:67: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
car = mm.AreaRatio(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:74: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
car_sel = mm.AreaRatio(
momepy/tests/test_intensity.py::TestIntensity::test_AreaRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:79: FutureWarning: `momepy.AreaRatio` is deprecated. Replace it with a direct division of areas or momepy.describe_agg() or pin momepy
version <1.0. This class will be removed in 1.0.
car_block = mm.AreaRatio(self.blocks, self.df_buildings, "area", "area", "bID")
momepy/tests/test_intensity.py::TestIntensity::test_Count
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)