~ubuntu-branches/ubuntu/natty/libgeo-metar-perl/natty

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2004-10-27 14:39:56 UTC
  • mfrom: (0.1.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041027143956-67r5v7ahjmxqr36r
Tags: 1.14-5
* Change to POD formatting so URL doesn't break oddly (Closes: #272910)
* Make examples executable (Closes: #273082)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                            METAR Wishlist
 
2
 
 
3
Following is a list of items that I'd like to add to METAR or that
 
4
others have requested. I've listed them here in the order that they're
 
5
likely to be completed.
 
6
 
 
7
 
 
8
  * Automatically find METAR data in an arbitrary data stream.
 
9
 
 
10
    Add a find() function to METAR that will look at a bunch of data
 
11
    and try to find the METAR data. Ideally, it would need no help
 
12
    from the user, but in thinking about it I think the user may have
 
13
    to supply a hint of some sort (like site code).
 
14
 
 
15
 
 
16
  * Move project to SourceForge.
 
17
 
 
18
    I've applied to do so, I just haven't received confirmation quite
 
19
    yet.
 
20
 
 
21
 
 
22
  * Apply remaining patches.
 
23
 
 
24
    A few patches remain in my INBOX. I've changed a lot in the
 
25
    process of applying the larger changes, so I'm going to hold off
 
26
    and apply some of the remaining changes manually after I'm sure
 
27
    nothing major has broken.
 
28
 
 
29
 
 
30
  * Improved the test suite.
 
31
 
 
32
    It'd be nice to have a lot of METARs which encompass various
 
33
    weather condition which we can test against.
 
34
 
 
35
 
 
36
  * International METAR support.
 
37
 
 
38
    Sites around the world use similar (but slightly different)
 
39
    formats for their METARs. I've had several requests to add support
 
40
    for parsing them properly as well.
 
41
 
 
42
 
 
43
  * Calculate Heat Index and/or Wind Chill
 
44
 
 
45
    Both would be fairly easy to do, provided you get the formulas
 
46
    correct.
 
47
        
 
48
 
 
49
If you'd like to submit a patch for any of these, please let me know!
 
50
Please put 'METAR' in the subject of your e-mail.
 
51
 
 
52
Jeremy@Zawodny.com
 
53