cvs commit: ports/devel/libdap Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 28 08:52:30 UTC 2010


sunpoet     2010-09-28 08:52:30 UTC

  FreeBSD ports repository

  Modified files:
    devel/libdap         Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 3.11.0
  
  Changes from 3.10.2 to 3.11.0:
  
  This version of libdap implements DAP 3.4 which introduces multiple
  function calls in a single URL.
  
  Also updated is the geogrid() function; it can now take the latitude and
  longitude vectors as explicit arguments. Thus you can request geographic
  subsets of Grid variables using two forms of this function:
  - geogrid(SST,50,-90,20,-60)
  - geogrid(SST,SST.COADSY,SST.COADSX,50,-90,20,-60)
  
  Both will request data from the SST variable within the region of latitude
  50 north to 20 north and longitude 60 west to 90 west. Calling geogrid
  without arguments returns the version documentation pointer. You can try
  the function on the coads climatology dataset.
  
  Bug fixes, most notably a bug where Grids were not treated correctly given
  certain projections. Now the type of a Grid variable 'decays' to a
  Structure when a projection returns one or more variables that cannot be a
  Grid (because the number of maps fails to meet the data array's
  dimensionality, for example).
  
  Approved by:    pgollucci (mentor)
  
  Revision  Changes    Path
  1.7       +7 -2      ports/devel/libdap/Makefile
  1.5       +6 -3      ports/devel/libdap/distinfo
  1.3       +3 -0      ports/devel/libdap/pkg-descr
  1.5       +2 -2      ports/devel/libdap/pkg-plist


More information about the cvs-all mailing list