UDST / sanfran_urbansim

An UrbanSim for San Francisco: an example implementation of the new framework
39 stars 27 forks source link

attribute explaination in sanfran_public.h5 #25

Open natachai opened 6 years ago

natachai commented 6 years ago

I am very new to urbansim and I am trying to follow the tutorial. however, I cant find any explanation on explaining the definitions of each attribute in the sanfran_public database.

can any one help me on the meaning of attributes on the example database, For example, in Buildings there are 4 attributes: index values_block_0 values_block_1 values_block_2

I really have no idea what is definitions of values in each of the above attribtes exactly

all helps are very appreciate

harrylf commented 6 years ago

So buildings actually has many attributes (sq. ft., res rent, non res rent, age, etc.) that is stored in those 4 entities. They are actually tables. The variables don't appear to consistently appear in the same spot from run to run, but if you go into them further you can see more meaningful data.

Han-aorweb commented 1 year ago

So buildings actually has many attributes (sq. ft., res rent, non res rent, age, etc.) that is stored in those 4 entities. They are actually tables. The variables don't appear to consistently appear in the same spot from run to run, but if you go into them further you can see more meaningful data.

where can i find the attributes information tho?