Ejemplo n.º 1
0
def acs2016_gdf():
    return gpd.read_file(get_path("acs2016"))
Ejemplo n.º 2
0
def habitat_tif():
    return get_path("habitat")
Ejemplo n.º 3
0
def schools_gdf():
    return gpd.read_file(get_path("schools"))
Ejemplo n.º 4
0
def highway_gdf():
    return gpd.read_file(get_path("highway"))