Bookmark this page: Add City data analysis to Yahoo MyWeb Add City data analysis to Google Bookmarks Add City data analysis to Windows Live Add City data analysis to Del.icio.us Digg City data analysis! Add City data analysis to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Sebastian Schubert on April 28, 2009, 10:00 am
Hi,

I need to read the data for a city (Berlin) and to calculate average
building data.

The city is to be divided into several rectangles. I need the
distribution of building heights in every of these
rectangle. Furthermore, I want to calculate the average street and roof
width and the ratio of buildings to the rest (eg parks).

I may get EBDS (a German file format), a shapefile or DXF. What would
you prefer to work with? Do you know any software that would help me?
I am aware of the fact that I probably have to write the software
myself. I prefer C or Fortran 95.

Thanks
Sebastian

Posted by Geobird on April 29, 2009, 8:32 am

The city is to be divided into several rectangles. I need the
distribution of building heights in every of these
rectangle. Furthermore, I want to calculate the average street and
roof
width and the ratio of buildings to the rest (eg parks).

This can be done in ArcGIS as far I see . First you may import the
shapefile, or DXF data into ArcGIS.
Get a new polygon layer and draw the rectangles over the city of your
desired measurement.
Then you can use intersect tool to get the rectangles (polygons)
separately .

Once you have them you can work in each rectangle , by using SQL
query to get the distribution of heights ,
avg street and roof width etc.

Good luck


Posted by Jean H. on April 30, 2009, 8:35 am
Geobird wrote:
> The city is to be divided into several rectangles. I need the
> distribution of building heights in every of these
> rectangle. Furthermore, I want to calculate the average street and
> roof
> width and the ratio of buildings to the rest (eg parks).
>
> This can be done in ArcGIS as far I see . First you may import the
> shapefile, or DXF data into ArcGIS.
> Get a new polygon layer and draw the rectangles over the city of your
> desired measurement.
> Then you can use intersect tool to get the rectangles (polygons)
> separately .
>
> Once you have them you can work in each rectangle , by using SQL
> query to get the distribution of heights ,
> avg street and roof width etc.
>
> Good luck
>

You could also have a look at "Hawth Tools", a free toolbar for ArcGIS,
better suited for spatial analysis...

Jean