Giter Club home page Giter Club logo

gis-databases-management's Introduction

Geographic Information Data Management System

1. Project Specification

You will implement a system that indexes and provides search features for a file of GIS records, as described above.

Your system will build and maintain several in-memory index data structures to support these operations:

  • Importing new GIS records into the database file
  • Retrieving data for all GIS records matching given geographic coordinates
  • Retrieving data for all GIS records matching a given feature name and state
  • Retrieving data for all GIS records that fall within a given (rectangular) geographic region
  • Displaying the in-memory indices in a human-readable manner

You will implement a single software system in Java to perform all system functions.

2. Store & Search GIS Design

alt text

3. Where is all the data structures implemented?

alt text

4. High Level GIS Design

alt text

5. How to run? (password will be given to related individuals only - same password from the smart home project on my resume)

First, unzip the submitted zip gis-virginia-parser file.

Second, add in the records files in the src/. (Already added)

Third, add in the command script log in src/scripts. (Already added)

Fourth, execute compilations in (next steps) and testing in (steps after).

*Compilation: All command below will be executed in the src/. Please follow all of them to avoid mis-compilation errors. Make sure to cd to src/.

J4\src> javac .\gis\*.java	
J4\src> javac .\gis\bufferpoolds\*.java
J4\src> javac .\gis\hashtableds\*.java 
J4\src> javac .\gis\hashtableds\Hash\*.java
J4\src> javac .\gis\objectmodel\*.java  
J4\src> javac .\gis\prquadtreeds\*.java

*Test: All command below will be executed in the src/. Make sure to cd to src/. Commands will create new databases, new output log files

Script01: J4\src> java gis/GIS gis_db/db1.txt scripts/Script01.txt logs/log1.txt
Script02: J4\src> java gis/GIS gis_db/db2.txt scripts/Script02.txt logs/log2.txt
Script03: J4\src> java gis/GIS gis_db/db3.txt scripts/Script03.txt logs/log3.txt
Script04: J4\src> java gis/GIS gis_db/db4.txt scripts/Script04.txt logs/log4.txt
Script05: J4\src> java gis/GIS gis_db/db5.txt scripts/Script05.txt logs/log5.txt
Script06: J4\src> java gis/GIS gis_db/db6.txt scripts/Script06.txt logs/log6.txt
Script07: J4\src> java gis/GIS gis_db/db7.txt scripts/Script07.txt logs/log7.txt
Script08: J4\src> java gis/GIS gis_db/db8.txt scripts/Script08.txt logs/log8.txt
Script09: J4\src> java gis/GIS gis_db/db9.txt scripts/Script09.txt logs/log9.txt
Script10: J4\src> java gis/GIS gis_db/db10.txt scripts/Script10.txt logs/log10.txt

6. Lectures

7. Paper

H. Samet, “Storing a collection of polygons using quadtrees.” [Online]. Available [Accessed: 20-Apr-2021].

8. Source Tree

alt text

gis-databases-management's People

Contributors

mnguyen0226 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.