IDEAS home Printed from https://ideas.repec.org/a/ids/ijitma/v5y2006i1p77-86.html
   My bibliography  Save this article

Overcoming 64kb data size limit in handling large spatial data in GISNIC while cleaning and building topology

Author

Listed:
  • Vinay Kumar
  • Vandana Sharma

Abstract

When asked if topology is a key concept of Geographic Information Systems (GIS), most GIS users will nod their heads in agreement. But when asked how topology is handled in GIS the nodding heads give way to shrugging shoulders. Why should GIS users care about topology? What are the advantages and disadvantages of storing polygon (topology) data? This paper attempts to analyse the algorithm used in GISNIC, an in-house developed software, to clean the spatial data and then build topology from line (segment) data and associate this topology with point data. Suppose there is a structure of 32 bytes size, and it is required to store, say, 11,000 data of that structure. It is obvious by simple arithmetic that we need nearly 333KB of memory by dynamic allocation. In a 16-bit application, only power (2, 16) memory units (byte in byte addressable memory system) can be addressed. Thus, simple allocation of memory for 11,000 data units of the said size cannot work in this case. This paper discusses the method to overcome this constraint. The problem can be solved by giving precedence to the first index and then to the secondary index. For instance, to address the location where 3335th item could be residing the following should be done: LPCNT = int(3335/2000) REMAINDER=3335 – LPCNT * 2000. Then variable, say region, can be accessed as: region[LPCNT])[REMAINDER].

Suggested Citation

  • Vinay Kumar & Vandana Sharma, 2006. "Overcoming 64kb data size limit in handling large spatial data in GISNIC while cleaning and building topology," International Journal of Information Technology and Management, Inderscience Enterprises Ltd, vol. 5(1), pages 77-86.
  • Handle: RePEc:ids:ijitma:v:5:y:2006:i:1:p:77-86
    as

    Download full text from publisher

    File URL: http://www.inderscience.com/link.php?id=8715
    Download Restriction: Access to full text is restricted to subscribers.
    ---><---

    As the access to this document is restricted, you may want to search for a different version of it.

    Corrections

    All material on this site has been provided by the respective publishers and authors. You can help correct errors and omissions. When requesting a correction, please mention this item's handle: RePEc:ids:ijitma:v:5:y:2006:i:1:p:77-86. See general information about how to correct material in RePEc.

    If you have authored this item and are not yet registered with RePEc, we encourage you to do it here. This allows to link your profile to this item. It also allows you to accept potential citations to this item that we are uncertain about.

    We have no bibliographic references for this item. You can help adding them by using this form .

    If you know of missing items citing this one, you can help us creating those links by adding the relevant references in the same way as above, for each refering item. If you are a registered author of this item, you may also want to check the "citations" tab in your RePEc Author Service profile, as there may be some citations waiting for confirmation.

    For technical questions regarding this item, or to correct its authors, title, abstract, bibliographic or download information, contact: Sarah Parker (email available below). General contact details of provider: http://www.inderscience.com/browse/index.php?journalID=18 .

    Please note that corrections may take a couple of weeks to filter through the various RePEc services.

    IDEAS is a RePEc service. RePEc uses bibliographic data supplied by the respective publishers.