Author: a_valentino-guest Date: Fri Aug 23 07:44:18 2013 New Revision: 3857
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3857 Log: Add PyResample to the remotesensing task Modified: projects/gis/trunk/debian-gis/tasks/remotesensing Modified: projects/gis/trunk/debian-gis/tasks/remotesensing URL: http://svn.debian.org/wsvn/blends/projects/gis/trunk/debian-gis/tasks/remotesensing?rev=3857&op=diff ============================================================================== --- projects/gis/trunk/debian-gis/tasks/remotesensing (original) +++ projects/gis/trunk/debian-gis/tasks/remotesensing Fri Aug 23 07:44:18 2013 @@ -352,3 +352,19 @@ The Points2Grid service also provides a null filing option, which applies an inverse distance weighted focal mean via a square moving window of 3, 5, or 7 pixels to fill cells in the DEM that have null values. + +Depends: pyresample +WNPP: 720529 +Responsible: Antonio Valentino <[email protected]> +Homepage: http://code.google.com/p/pyresample/ +License: GPL-3.0+ +Language: Python +Pkg-URL: http://bazaar.launchpad.net/~a.valentino/+junk/pyresample/files +Pkg-Description: Resampling of remote sensing data in Python + Pyresample is a Python package for resampling (reprojection) of earth + observing satellite data. It handles both resampling of gridded data + (e.g. geostationary satellites) and swath data (polar orbiting + satellites). + . + Pyresample can use multiple processor cores for resampling. + Pyresample supports masked arrays. _______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit
