Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Abstract As discussed in Homework I many ETL (extraction, transformation, and load ing) problems parse data files wherein the data fields is separated by commas.

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Abstract As discussed in Homework I many ETL (extraction, transformation, and load ing) problems parse data files wherein the data fields is separated by commas. This assignment is a continuation of that process - with an additional two steps. The first step is to convert the input file's latitude and longitude from sexagesimal (base 60) degrees to decimal degrees. For example, the inputs are in the form: degrees, minutes and seconds, arcseconds and direction. The outputs are in the form: sign, degrees, and decimal fractions to represent the same value. Once the latitude and longitude have been converted to decimal the next objectivie is to sort the airports alphabetically. Once that has been option, accomlished the second option is to sort the airports geographically and plan a route from south to north, all the while flying over land. This assignment requires the data extraction, degree conversion, data formatting, sorting by two different criteria, and output the sorted results. The file inputs are defined in the Inputs. Similarly, the sort criteria are defined in Processes and the outputs are defined in Outputs 1 Objectives The objectives of this assignment are to demonstrate proficiency in file I/O, data struc- tures, data transformation, sorting techniques, and file output using C language re- sources 1.1 Inputs There are two basic inputs, the input file name, passed via the command line, and the input file data defined below

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago