Esempio n. 1
0
def test_Community_from_lodes():
    dc = Community.from_lodes(state_fips="11", years=[2010, 2015])
    assert dc.gdf.shape == (6046, 57)
Esempio n. 2
0
def test_Community_from_lodes():
    de = Community.from_lodes(state_fips="10", years=[2008, 2015])
    assert de.gdf.shape == (41598, 58)
Esempio n. 3
0
def test_Community_from_lodes():
    dc = Community.from_lodes(state_fips="10", years=[2008, 2015])
    assert dc.gdf.shape == (8674, 57)