GEODATA: A program for finding geographic data
|
01-15-2017, 11:31 PM
(This post was last modified: 01-17-2017 10:38 PM by StephenG1CMZ.)
Post: #2
|
|||
|
|||
RE: GEODATA: A program for finding geographic data
Version. 0.1 meets the following objectives:
It demonstrates use of my CSV program It allows airport data to be inspected (actually, it makes no assumptions and will display anything CSV can read if it fits onscreen). It provides a readable list of locations, that might later be integrated with my GEODESY routines, later allowing distances to be calculated without having to enter latitude and longitude. Code:
The code has been tested using Airports data formatted as described in this thread, which explains how I had to split the file for the Android. Link: http://www.hpmuseum.org/forum/thread-7103.html Note that the dataset is not in CSV format, in that some airport locations include commas within the location strings. The data remains readable, but additional fields are created. I intend to improve CSV parsing. Why airports? Apart from previously working on avionics software - There are less than 10 000 listed...(the professional dataset includes more). So a single list can be searched. And the data is more localised than just listing capital cities. The initial version makes no assumptions about the data fields. Update: The input help says strings must be in quotes. Actually, you just need to enter Alpha lock and remove the default 0 (unless searching for a number). Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
GEODATA: A program for finding geographic data - StephenG1CMZ - 01-15-2017, 11:26 PM
RE: GEODATA: A program for finding geographic data - StephenG1CMZ - 01-15-2017 11:31 PM
RE: GEODATA: A program for finding geographic data - StephenG1CMZ - 01-27-2017, 11:50 PM
RE: GEODATA: A program for finding geographic data - StephenG1CMZ - 02-07-2017, 11:28 PM
|
User(s) browsing this thread: 1 Guest(s)