Question

In: Computer Science

Q 1.8 : Sorting is a popular method to access "traditional data" rapidly. Why is it...

  • Q 1.8 : Sorting is a popular method to access "traditional data" rapidly. Why is it difficult to sort spatial data?

Solutions

Expert Solution

One of the main difficulties for spatial data is the volume of the data, which influences how it is stored and accessed, and what activities will be applied to it.

Sorting the spatial data empowers the productive execution of operations on it in GIS (Geographic Information Systems). The entry separates based on the kind of the spatial data, which for this situation fall into raster and vector. The raster data are arranged through the utilization of various distinctive space filling curves which are mappings from 2-D to 1-D. The data are very voluminous and accordingly every one of them can't be found a way into memory on the double. Thusly, external storage must be utilized. The sorting is applied so as to empower productive execution of activities or operations. On account of vector data, two techniques are examined. The first depends on an object hierarchy and recognizes consumed and vacant space, while the second sorts the data as for the space that is involved and basically sorts the districts including the basic space so the quantity of spatial items that they contain is inside a similar reach. In the two instances of the vector data, the sorting is certain, though on account of the raster data the sorting is express.


Related Solutions

Why are the costs different between the traditional method and the activity-based method?
Why are the costs different between the traditional method and the activity-based method?
when is it better to use the ABC method over the traditional method? Why would it...
when is it better to use the ABC method over the traditional method? Why would it be better?
Define data warehouse and explain why it is a popular data management tool.
Define data warehouse and explain why it is a popular data management tool.
Why Programmatic direct is the most popular method (most used) in economics?
Why Programmatic direct is the most popular method (most used) in economics?
Explain why we need payment reform. What do we call the traditional method for paying providers...
Explain why we need payment reform. What do we call the traditional method for paying providers retrospectively and how did that work? What do we call the newer method for paying providers that happens prospectively and how does that work? How do these payment systems create different incentives for providers? What other new payment models are being tested to see if they can improve health care outcomes?
Why is Fourier transform an excellent method for data collection in the IR range but not...
Why is Fourier transform an excellent method for data collection in the IR range but not as useful for spectroscopy in the UV range? b) What form does the raw data take in FT methods, i.e. what is on the x and y axes? c) How is the raw data converted into the IR spectrum?
Explain why applications must use the appropriate form action method for the data that is sent...
Explain why applications must use the appropriate form action method for the data that is sent to the web server.
Q. Separation of data and report areas (5 marks) Why should accounting spreadsheet reports be designed...
Q. Separation of data and report areas Why should accounting spreadsheet reports be designed with a completely separate data entry area and a separate report area? Paste a simple spreadsheet example showing normal and formula views.
why my code for mergesort always wrong ? void Merge(vector<int>& data, int p, int q, int...
why my code for mergesort always wrong ? void Merge(vector<int>& data, int p, int q, int r) { int n1 = q - p + 1; int n2 = r - q; vector<int>left(n1); vector<int>right(n2); for(int i = 0; i < n1; i++) { left[i] = data[p + i]; } for(int j = 0; j < n2; j++) { right[j] = data[q+j+1]; } int i = 0; int j = 0; for(int k = p; k <= r; k++) { if(left[i]...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT