Multiple viewsheds for many points

829
1
06-09-2011 01:12 PM
GabrielFrazier
New Contributor
I was wondering if it possible to calculate multiple individual viewsheds with a feature class that contains a hundred or so points in model builder.  I need all the individual viewsheds for each individual points. Any guidance on how to do this would be greatly appreciated.

-gabe
0 Kudos
1 Reply
curtvprice
MVP Esteemed Contributor
is it possible to calculate multiple individual viewsheds with a feature class that contains a hundred or so points in model builder.


If you're using 10.0, I highly recommend trying an iterator in your model. You could iterate features and produce a bunch of outputs, maybe doing some post-processing on each one as it goes. Of course it might take a while!
0 Kudos