[pktools] 101/375: Changelog update
Bas Couwenberg
sebastic at xs4all.nl
Wed Dec 3 21:54:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch upstream-master
in repository pktools.
commit 32d361f5bb943a5558e784d1e970b947cfe0a6ad
Author: Pieter Kempeneers <kempenep at gmail.com>
Date: Mon May 6 14:05:54 2013 +0200
Changelog update
---
ChangeLog | 2 ++
doc/examples_pkcrop.dox | 2 +-
doc/mainpage.dox | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0c280e0..0aa47e8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,8 @@ version 2.4
bug solved in update of progress bar
support of standard deviation
default empty classes
+ bug solved in down option: spatial resolution was not stored properly
+ directional morphological filtering now supports multiple angles
- pkgetmask
options min and max are now set with -min (--min) and -max (--max)
- pkstatogr
diff --git a/doc/examples_pkcrop.dox b/doc/examples_pkcrop.dox
index 2e94a0f..b44a059 100644
--- a/doc/examples_pkcrop.dox
+++ b/doc/examples_pkcrop.dox
@@ -5,7 +5,7 @@ pkcrop -i input.tif -ulx 100 -uly 1000 -lrx 600 -lry 100 -o output.tif
crop image.tif to the given bounding box
\code
-pkcrop -i input.tif -e polygon.shp -o output.tif
+pkcrop -i input.tif -e extent.shp -o output.tif
gdal_rasterize -i -burn 0 -l extent extent.shp output.tif
\endcode
crop image.tif to the envelop of the given polygon and mask all pixels outside polygon as 0 (using gdal_rasterize)
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 43607a9..fd6c2ac 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -59,7 +59,7 @@ Prerequisites (required)
packages to install before pktool
- libgdal-dev http://trac.osgeo.org/gdal/wiki/BuildingOnUnix (or via repository)
- libgsl0-dev http://www.gnu.org/software/gsl/ (or via repository)
- - gslwrap http://sourceforge.net/projects/gslwrap/ (will be replaced with Armadillo eventually...)
+ - libarmadillo-dev (http://arma.sourceforge.net/download.html or via repository)
Prerequisites (optional)
------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git
More information about the Pkg-grass-devel
mailing list