We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341c2c8 commit 3afd5e3Copy full SHA for 3afd5e3
baus/variables.py
@@ -490,7 +490,8 @@ def performance_zone(parcels, parcels_geography):
490
return parcels_geography.perfarea.reindex(parcels.index)
491
492
493
-# urbanized is a dummy for urbanized area (Urbanized_Footprint shp)
+# urbanized is a dummy for urbanized area, sourced from shapefile at:
494
+# M:\urban_modeling\data\LandUse\landuse_raw\urban_footprint_2009
495
@orca.column('parcels', cache=True)
496
def urbanized(parcels, parcels_geography):
497
return parcels_geography.urbanized.reindex(parcels.index)
0 commit comments