[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4
Bas Couwenberg
sebastic at xs4all.nl
Wed Oct 2 16:06:09 UTC 2013
The following commit has been merged in the master branch:
commit 0ba6550f12fd1b2b8c16ae82eb19cfa4af82f243
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Oct 2 16:28:26 2013 +0200
Add man page for: rasterlite_pyramid.
diff --git a/debian/changelog b/debian/changelog
index 8495ea1..bdff5d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
* Add man page for tools:
- rasterlite_grid
- rasterlite_load
+ - rasterlite_pyramid
-- Bas Couwenberg <sebastic at xs4all.nl> Tue, 01 Oct 2013 22:27:37 +0200
diff --git a/debian/man/rasterlite_load.1.xml b/debian/man/rasterlite_pyramid.1.xml
similarity index 57%
copy from debian/man/rasterlite_load.1.xml
copy to debian/man/rasterlite_pyramid.1.xml
index d174beb..89c8214 100644
--- a/debian/man/rasterlite_load.1.xml
+++ b/debian/man/rasterlite_pyramid.1.xml
@@ -1,34 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<refentry id='rasterlite_load'>
+<refentry id='rasterlite_pyramid'>
<refmeta>
- <refentrytitle>rasterlite_load</refentrytitle>
+ <refentrytitle>rasterlite_pyramid</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
- <refname>rasterlite_load</refname>
- <refpurpose>upload GeoTIFF rasters into a SpatiaLite DB</refpurpose>
+ <refname>rasterlite_pyramid</refname>
+ <refpurpose>build raster pyramids into a SpatiaLite DB</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
- <command>rasterlite_load</command>
+ <command>rasterlite_pyramid</command>
<arg choice='opt'><option>-?</option></arg>
<arg choice='opt'><option>-t</option></arg>
<arg choice='opt'><option>-v</option></arg>
<arg choice='opt'><option>-d</option> <replaceable>pathname</replaceable></arg>
<arg choice='opt'><option>-T</option> <replaceable>name</replaceable></arg>
- <arg choice='opt'><option>-D</option> <replaceable>dir_path</replaceable></arg>
- <arg choice='opt'><option>-f</option> <replaceable>file_name</replaceable></arg>
- <arg choice='opt'><option>-s</option> <replaceable>num</replaceable></arg>
- <arg choice='opt'><option>-e</option> <replaceable>num</replaceable></arg>
<arg choice='opt'><option>-i</option>
<group>
<arg choice='plain'>JPEG</arg>
- <arg choice='plain'>PNG</arg>
- <arg choice='plain'>GIF</arg>
<arg choice='plain'>TIFF</arg>
</group>
</arg>
@@ -39,8 +33,8 @@
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
- <command>rasterlite_load</command> is a tool for uploading GeoTIFF
- rasters into a SpatiaLite DB.
+ <command>rasterlite_pyramid</command> is a tool for building raster
+ pyramids into a SpatiaLite DB.
</para>
</refsect1>
@@ -89,40 +83,8 @@
</varlistentry>
<varlistentry>
- <term><option>-D</option> <replaceable>dir_path</replaceable></term>
- <term><option>--dir</option> <replaceable>dir_path</replaceable></term>
- <listitem>
- <para>the DIR path containing GeoTIFF files</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-f</option> <replaceable>file_name</replaceable></term>
- <term><option>--file</option> <replaceable>file_name</replaceable></term>
- <listitem>
- <para>a single GeoTIFF file</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-s</option> <replaceable>num</replaceable></term>
- <term><option>--tile-size</option> <replaceable>num</replaceable></term>
- <listitem>
- <para>override the default tile size (default = 512)</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-e</option> <replaceable>num</replaceable></term>
- <term><option>--epsg-code</option> <replaceable>num</replaceable></term>
- <listitem>
- <para>set the optional EPSG code</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-i</option> [JPEG|PNG|GIF|TIFF]</term>
- <term><option>--image-type</option> [JPEG|PNG|GIF|TIFF]</term>
+ <term><option>-i</option> [JPEG|TIFF]</term>
+ <term><option>--image-type</option> [JPEG|TIFF]</term>
<listitem>
<para>select image type</para>
</listitem>
diff --git a/debian/rasterlite-bin.manpages b/debian/rasterlite-bin.manpages
index 8ca1253..b46db7b 100644
--- a/debian/rasterlite-bin.manpages
+++ b/debian/rasterlite-bin.manpages
@@ -1,2 +1,3 @@
debian/man/rasterlite_grid.1
debian/man/rasterlite_load.1
+debian/man/rasterlite_pyramid.1
--
library supporting raster data sources for spatialite
More information about the Pkg-grass-devel
mailing list