Hi,

 

I've updated the rwyuse.xml file for KSFO, adding different (commercial) 
schedules for day and 

night. Prefered runways are based on 
http://www.boeing.com/commercial/noise/san_francisco.html
and verified with various sources. Times have been converted to UTC time as 
well (KSFO is UTC-8).

Would be nice if someone could commit it.


Thanks,
Gijs
                                          
_________________________________________________________________
25GB gratis online harde schijf
http://skydrive.live.com
<?xml version="1.0"?>
<rwyuse> <!-- Times are in UTC -->

  <com>  <!-- Commercial Traffic-->
    <wind tail="7"
          cross="20" />
    <time start = "14:00"
          end   = "09:00"
          schedule = "day"/>
  </com> 
  
  <com>  <!-- Commercial Traffic-->
    <wind tail="7"
          cross="20" />
    <time start = "09:00"
          end   = "14:00"
          schedule = "night"/>
  </com>   
  
  <gen> <!-- General Aviation --> 
    <wind tail="7"
          cross="20"/>
    <time start="14:00"
          end  = "09:00"
          schedule = "day"/>

  </gen>

<!-- commercial schedule -->
<schedule name="night">
  <takeoff>10L, 28L, 01R</takeoff>
  <landing>10R, 28R, 01L</landing>
</schedule>

<schedule name="day">
  <takeoff>28L, 10L, 01R</takeoff>
  <landing>28R, 10R, 01L</landing>
</schedule>

</rwyuse>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to