コード例 #1
0
ファイル: test_community.py プロジェクト: weikang9009/geosnap
def test_Community_from_lodes():
    dc = Community.from_lodes(state_fips="11", years=[2010, 2015])
    assert dc.gdf.shape == (6046, 57)
コード例 #2
0
def test_Community_from_lodes():
    de = Community.from_lodes(state_fips="10", years=[2008, 2015])
    assert de.gdf.shape == (41598, 58)
コード例 #3
0
def test_Community_from_lodes():
    dc = Community.from_lodes(state_fips="10", years=[2008, 2015])
    assert dc.gdf.shape == (8674, 57)