|
Re: A computer programming project for Roger or anyone (plus) A May 3, 2011 disaster mitigation meeting � April 28, 2011 |
More complex? Roger even had the same suggestions as I. Putting the output of the NEIC quake list into a spreadsheet shouldn't take but a few minutes, especially since the website gives you specific options for output intended for import into a spreadsheet. Once in the spreadsheet it's only a few clicks to change the sort order. I used to do this all the time at my previous job, which before I had zero experience with MS Office. Adding in the damage statistics would have to be added by hand anyway. In a spread sheet it's a simple matter of typing the text into the appropriate cell. To do this in software would require writing a database program (which I've done - parts inventory/management, in QBasic no less), either to read in the text in a file, or to write a user interface to accept input. Either way, you still have to type it in (or cut & paste from source). With a spread sheet with the imported quake list, the user interface is already there - select the cell and type/ctrl-v. Further, with a spread sheet you'd be able easily share the data with others, or format it for output in a variety of ways - graphs, charts, etc... Again, no programming required. Why reinvent the wheel? Brian Follow Ups: ● Re: A computer programming project for Roger or anyone (plus) A May 3, 2011 disaster mitigation meeting � April 28, 2011 - EQF 03:09:13 - 5/5/2011 (78724) (1) ● Re: A computer programming project for Roger or anyone (plus) A May 3, 2011 disaster mitigation meeting � April 28, 2011 - Skywise 13:58:16 - 5/5/2011 (78727) (1) ● Re: A computer programming project for Roger or anyone (plus) A May 3, 2011 disaster mitigation meeting � April 28, 2011 - EQF 16:58:34 - 5/6/2011 (78732) (1) ● credentials - John Vidale 09:42:00 - 5/7/2011 (78737) (0) |
|