Order For Custom Writing, Similar Answers & Assignment Help Services

Fill the order form details in 3 easy steps - paper's instructions guide.

Posted: January 26th, 2023

ICT Systems Development IS4S703

Module Code:
IS4S703 Module Title:
ICT Systems Development:
Spatial Databases
Maximum Word Count:
n/a
Assignment Title: Spatial Databases
Tasks: see attached
Date Set:
13th Dec 2022 Submission Date: 23rd January 2023

Submission
Submit, a Word document containing your written responses, SQL code and descriptions of spatial queries, along with any supporting pictures or screenshots of the spatial Question Assignment results in QGIS.

Section- detailed requirements

Part 1: Short Essay

In no more than 800 words outline and explain the salient features of a spatial database, explicitly drawing upon your experiences with Postgres/PostGIS. In particular, highlight those features that distinguish a spatial database from a non-spatial counterpart.

Part 2: Portfolio of Spatial Queries

Using Postgres/PostGIS and the usw_teaching database on server ces-gis (or a replica of the same database recreated on a personal installation) develop and present three spatial queries.

Your aim is to demonstrate understanding of the combined use of SQL and PostGIS functions to perform spatial analyses. The queries should seek to demonstrate the breadth and depth of your understanding. To do so, it is highly likely that each will use a different set of PostGIS functions and will illustrate alternative spatial analytical approaches (e.g., a proximity based analysis, a point-in-polygon analyses, a spatial intersection analysis, and so on).

Do not repeat verbatim Question Assignment examples used in the exercises associated with this module, although they may act as a starting point for developing your own ideas. Simply substituting one dataset for another, or varying the input parameters of a Question Assignment already presented in taught material will earn only modest marks. For higher marks, you must extend or develop such queries in a substantial way, or develop your own ideas entirely.

Make sure your report uses the appropriate writing style for a scientific report:

Language used should be clear and straightforward. Write in an academic style without unnecessary adjectives or adverbs and punctuate correctly. Try not to use long-winded phrases. For example,“at this moment in time” or “owing to the situation” can be replaced with “now” or “because” instead. Flamboyant wordy statements will not help you to get better marks. Avoid adopting a “chatty” style of writing, or the use of colloquialisms – a report is business-like and professional. As with all academic writing try to remain objective, and when options are expressed they should be supported by cited evidence.

For each Question Assignment…

1: In no more than 3 sentences, state its purpose and potential value.

2: Present the SQL script in the form of copy-able text (not a screenshot). These will be tested in pgAdmin/QGIS so must allow copy-and-paste to facilitate marking.

3: Present an explanation (note: not a description) of the SQL code. Disassemble its actions; what do specific features and lines achieve? What spatial function/s are used and why? Your aim is to demonstrate that you understand the SQL, the Question Assignment structure, and how it achieves its stated objectives.

4: A brief interpretation of the outcome. What was the result. What did it tell us?

Each Question Assignment should present no more than a page of text. However, you are encouraged to include screenshots of pgAdmin/QGIS outputs to explain your work (using QGIS and screenshots is not essential but are very likely to help). The cartographic quality of maps is not assessed but try to ensure they are fit-for-purpose. Screenshots and other images do not count towards the page limits so use as many as you like within reason.

Data

You are welcome to search for, download, import and use your own spatial data. Doing so will be seen in a positive light, as it demonstrates understanding of materials presented, and an ability to work and think independently to develop and solve a non-trivial problem.

You can also use the teaching datasets provided, as described below.

You have already used various spatial tables in the usw_teaching database on ces-gis server, which may be re-used in your queries. Some additional tables are available that might inspire fresh ideas for your own analyses. Briefly, the data include…

In the admin schema there are further administrative sub-divisions of Wales. Perhaps most likely to be of use to you are the Local Authority District boundaries (RCT, Cardiff, Powys, etc.) as shown here. These could allow you to run queries that try to compare outcomes in different Local Authority Districts perhaps.

Other finer spatial units are also stored here, but in general they are likely to be less useful for your task.

Most of the datasets in the environ schema have already been used in guided exercises. The nrw_floodwatch table shows geographical areas where it is possible for flooding to occur from rivers or the sea. These areas may overlap with the Flood Warning areas, but are generally more inclusive (e.g. they may be issued in coastal areas prone to spray or overtopping) and cover a larger area.

There are further datasets in schema map that may be of interest; most are self-explanatory, all are sourced from OS OpenData. These include areas of woodland, rivers and lakes, buildings, railway stations, and the road network, shown here. Be aware buildings is particularly large.

Data in schema other have various sources and few were used in guided exercises, so may make a good choice for use in your assessment. Most are largely self-explanatory. E.g. burgerking holds sites of Burger King outlets in Wales – the tesco and welshsupermarkets datasets hold just what you would expect. The dentists table holds the data you imported in exercise 3. The crimes data imported in exercise 6 are held in table welshcrimesample2012 and offer much potential for use in this task. Data cover all crimes reported in Wales for the months January and July in 2016. The airpollutionNOX dataset gives interpolated NOX concentrations on a 1 Km grid in 2011. Finally, sportsfacilities records the locations of sports facilities across Wales – tennis courts, swimming pools, bowling greens, pitches, etc.

Further Hints and Suggestions

Try to develop your own ideas for spatial queries. Without wishing to steer you in any particular direction, some examples of what might be undertaken include…

Examine crime rates, for crimes of type X, comparing these within areas Y and Z
Investigate the average NOX concentration levels in proximity to some feature of interest
Explore distances to selected service points in areas with a high/low elderly population
Analyse the prevalence of facilities within flood-prone areas
Study the proportion of population living close to… whatever

Grading Criteria and Feedback

Performance Level Criteria
Fail
(<40%) Scripts do not run. Scripts only replicate those already covered in module exercise sheets. Documentation presented is inadequate and shows limited/non-existent understanding.
Essay shows very poor understanding of spatial database principles.
Borderline Pass
(40%-49%) Scripts run but essentially replicate those in module exercise sheets. The explanation of the scripts is poor and suggests a weak understanding of its operation.
Essay shows poor understanding of spatial database principles.
Fair Pass
(50%-59%) Scripts run and demonstrate some effort to develop and diversify from those covered in the module exercise sheets. The explanation of the scripts is adequate, suggesting an adequate understanding of its operation.
Essay shows an adequate understanding of spatial database principles.
Good Pass
(60%-69%) Scripts make clear effort to diversify away from those in module exercise sheets. Attempts to develop more complex queries, showing initiative and independent thinking. Explanation of script suggests a hood level of understanding.
Essay shows a good understanding of spatial database principles.
Distinction
(70% +) Scripts are thoughtful, imaginative, and explore the development of more complex queries. Strong evidence of wider reading, initiative and independent thinking. Script explanations indicate an excellent level of understanding.
Essay shows an excellent understanding of spatial database principles.

This assignment is focused on spatial databases and the use of Postgres/PostGIS. The first part of the assignment requires the student to write an essay outlining the salient features of a spatial database and how it differs from a non-spatial database, drawing upon their experiences with Postgres/PostGIS.

The second part of the assignment involves creating a portfolio of three spatial queries using Postgres/PostGIS and the usw_teaching database on the server ces-gis or a replica of the same database recreated on a personal installation. The queries should demonstrate the student’s understanding of the use of SQL and PostGIS functions for performing spatial analyses and should aim to show the breadth and depth of their understanding by using different sets of PostGIS functions and illustrating different spatial analytical approaches.

The report should be written in an academic style and should include the SQL script, an explanation of the SQL code, and an interpretation of the results. Screenshots of the pgAdmin/QGIS outputs can be included to help explain the work. The student is also welcome to use their own spatial data for the queries.

Order | Check Discount

Tags: Best Assignment Help Australia, Can Someone Write My Assignment for Me, can you write my dissertation, Do my assignment Australia, do my dissertation

Assignment Help For You!

Special Offer! Get 15-30% Off on Each Order!

Why Seek Our Custom Writing Services

Every Student Wants Quality and That’s What We Deliver

Graduate Essay Writers

Only the most qualified writers are selected to be a part of our research and editorial team, with each possessing specialized knowledge in specific subjects and a background in academic writing.

Affordable Prices

Our prices strike the perfect balance between affordability and quality. We offer student-friendly rates that are competitive within the industry, without compromising on our high writing service standards.

100% Plagiarism-Free

No AI/chatgpt use. We write all our papers from scratch thus 0% similarity index. We scan every final draft before submitting it to a customer.

How it works

When you decide to place an order with Nursing.StudyBay, here is what happens:

Fill the Order Form

You will complete our order form, filling in all of the fields and giving us as much guidelines - instruction details as possible.

Assignment of Writer

We assess your order and pair it with a skilled writer who possesses the specific qualifications for that subject. They then start the research/writing from scratch.

Order in Progress and Delivery

You and the assigned expert writer have direct communication throughout the process. Upon receiving the final draft, you can either approve it or request revisions.

Giving us Feedback (and other options)

We seek to understand your experience. You can also review testimonials from other clients, from where you can select your preferred professional writer to assist with your homework assignments.

Expert paper writers are just a few clicks away

Place an order in 3 easy steps. Takes less than 5 mins.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00