Skip to content

Commit 3afd5e3

Browse files
authored
add greenfield shapefile loc
1 parent 341c2c8 commit 3afd5e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

baus/variables.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ def performance_zone(parcels, parcels_geography):
490490
return parcels_geography.perfarea.reindex(parcels.index)
491491

492492

493-
# urbanized is a dummy for urbanized area (Urbanized_Footprint shp)
493+
# urbanized is a dummy for urbanized area, sourced from shapefile at:
494+
# M:\urban_modeling\data\LandUse\landuse_raw\urban_footprint_2009
494495
@orca.column('parcels', cache=True)
495496
def urbanized(parcels, parcels_geography):
496497
return parcels_geography.urbanized.reindex(parcels.index)

0 commit comments

Comments
 (0)