Built-Up Density

Built-up density is important for planners like us. I remember when I made my final project titled Urban Fire Risk in Bandung. In my final project, one of the criteria to derive the risk index was by employing “population density”. The main problem is that this data were come in regional based, which mean it does not contigious and not so reliable. Population density every where in Indonesia is based on Kelurahan (village administrative unit). Density is caunted firstly by summing the population per village and divided with the total area of the the correspond village.

I read many article try to solve this problem by applying other demography instrument, one of it is by using built-up density. Built-up density is based on a though that population living in area must have a linier correlation with the place where he/she lives. In other words, buil-up density must have reflects the population density. The higher the population density, the more higher built-up density, or vice versa.

then, our question is, how to make the built-up density? simple. First think that you should have are;

  1. installed ArcView and ArcGIS 8/9 with Spatial Analyst extention checked in your computer
  2. Land use data in vector based
  3. I use Xtools, additional tools for ArcView 3.3

How to make it? I will explain you the logic thinking behind all these functions before we go step-by-step through the functions. OK, the key is we will make the built-up density by using “density” function from spatial analyst ArcGIS. this function requires you to have vector point input WITH the value attached on to it. Suppose, the value of the point is the size (in hectare) of your built-up area.

then, the next question is, how to make vector point? Simple. first you have to view your land use vector layer. then, select all your built-up area including for example, stadium, school, commercial, and industrial. Use select wizard from ArcGIS/View to make your live easier. Make your selection into new layer and named it “built-up”. After you are sure you have separated the built-up area from other land uses, then now calculate the area of your built-up area polygons by using “calculate perimeter, area” from XTools ArcView.

Next step, open your ArcView and display your built-up layer. Then convert this polygon into vector point by using XTools “convert shapes into point”. Voila!!, now you already have an input for “density” functions. Go through density function in ArcGIS and choose your optimum searching area.

Any question can be posted in comment coulomn.

Thnx

5 Responses to “Built-Up Density”

  1. Ulrich Says:

    HI, Firstly, thanks for your method. I would like to get the definition of built up density. What is it useful for? how can someone evaluate it without xtools?
    Regards
    Ulrich

    • agungwah Says:

      when i was doing my “final project” back to 2004, i defined “built up” density as the built-up area over the entire land use. now, what is “built-up area”?. Based on the law, type of land use that can be categorized as a “built up” are any land use that has concrete or cemented base. Thus, for example, commercial, human settlement, industrial, or education facilities are categorized as built up area. The area of these land use were then compared against the total area of the land use. The area of the latter is some how arbitrary since it depends on the searching area of the “density function”.
      The xtools were used because the arcGIS 8 with its arctoolbox is not available yet (in 2004). But now, if you use arctoolbox, i guess you can find the corresponding function to transform polygon to point r to calculate density using spatial analyst.
      thnx

  2. ulrich Says:

    Thank you for the way to calculate built up density. I know what does built up mean. Built up density was my concern. However, according to your method it seems that built up density is calculated in the same way than population density. If it is so, how can network roads be evaluated? If it is done in the same way, does it appears efficient so quite representative?
    Regards
    Ulrich

    • agungwah Says:

      hi Ulrich, thank you for your reply. My first intention to apply “built-up density” was to represent as close as possible the “population density”. The data about population density was always based on administrative area and to be used as the input on my final project which aim to determine fire risk index this was a burden. I need more detail input within the administrative area and more representative population data, thus I use built up density.
      I don’t really get your second part of your question, but I did not consider road network in making built up density.

  3. Ulrich Says:

    Hi, my project consists of estimating built up area. Building, roads and all others man made constitute the built up. I have to quantify the built up using Spot imagery of different time period and represent it. it is required to calculate the rate of their cover within the entier urban area and provide an index of soil occupation. After calculated all values how can one represent them ( the built up cover in a map)? the built is a result of a classification process and all buildings, parking and roads network are gathered inside. is there anyway to represent those values in a map to show the built up impact within the all urban landcover? I hope that question make sens.

Leave a Reply