algorithmic modeling for Rhino
I have been importing gis data with meerkat. In order to take advantage of the data fields Iv been using python script to make cull patterns for desired attributes.
something like
------------
names = x
cull = []
i=0
while i < len(names);
if names[i] = "bob";
cull.append[1];
else;
cull.append[0];
i+1
a = cull
--------------
then I pull out all the bob in the list.
here is my issue. Im using lists that are so big I dont know all the names or data fields in them.
is there a way for python to tell me all the different items in a list?
Tags:
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by