View Single Post
  #7  
Old October 23rd 08, 05:35 AM posted to rec.aviation.piloting
[email protected]
external usenet poster
 
Posts: 2,892
Default TFR data source?

Tuno wrote:
Jim: thanks -- this is new and good stuff, but I'm not sure it will
help me. The raw notam text is written for a human to read and make
sense; it's not formatted in a regular (e.g. tabular) way that I can
write a program to parse.

Mike et al: Here's what I'm trying to accomplish: I have a web page
that glider pilots use for getting specially formatted airspace data
files that are generated from the FAA's NFD. (See www.justsoar.com.)
For special soaring events, especially regional and national contests,
I want to add a feature that appends TFRs to the product data files.
To do this I have to be able to programatically download and parse
data files (or web pages) that provide the TFR data in a precise,
regular format, just like the NFD.

(The NFD uses the ARINC specification 424-15, which describes Special
Use Airspace polygons in terms of rhumb lines and arcs (e.g. from
point A to point B around center C of radius X). I'm looking for the
same style of descriptions for TFRs (and other NOTAMs).)

-ted


Good luck on that.

TFR's are just notams, and while there is a consistant style to them,
they are meant to be human readable.

Parsing that text given the fixed style should be trivial for the
TFR's that are circular. Irregular shapes would be a bit harder.

However, there are also what I believe to be GIS files of some sort
at http://tfr.faa.gov/save_pages/notam number.shp.zip where
notam number is the same format as before.

I think these are only available for TFR's that have been graphically
mapped.


--
Jim Pennino

Remove .spam.sux to reply.