From d62482af6700be9099ab19433a01c0117e771967 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Fri, 9 Oct 2015 18:23:36 +0200 Subject: [PATCH] issue #23 - documentation for RIO applying edits --- docs/conf.py | 5 +++-- docs/index.rst | 1 + docs/intro.rst | 3 +++ docs/rio.rst | 18 ++++++++++-------- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 361842f..4280c56 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -67,6 +67,7 @@ #today = '' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' +today_fmt = '%d %B %Y at %H:%M:%S' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/docs/index.rst b/docs/index.rst index 6a73575..bae729d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,7 @@ Contents: .. toctree:: + :numbered: :maxdepth: 1 intro.rst diff --git a/docs/intro.rst b/docs/intro.rst index bc9042d..53ab97d 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -15,6 +15,9 @@ Background reading, see this article: *"Building bridges: experiences and lesson *from the implementation of INSPIRE and e-reporting of air quality data in Europe"* `[PDF] `_. +This is document version |release| generated on |today|. + + About this Document =================== diff --git a/docs/rio.rst b/docs/rio.rst index 34e8af1..94974f6 100644 --- a/docs/rio.rst +++ b/docs/rio.rst @@ -58,7 +58,7 @@ See also an overview in `this presentation (Grothe 2015) `_, the ``.aps`` files are converted to GeoTIFF files. ``aps2raster.py`` reads an APS file line by line. From the first line the metadata elements are parsed. From the remaining lines a 2-dimensional array of floats is populated. -Finally a geoTIFF file is created with the data and metadata. Projection is always in RD/EPSG:28992. +Finally a GeoTIFF file is created with the data and metadata. Projection is always in RD/EPSG:28992. + +`aps2raster.py `_ uses the GDAL and NumPy Python libraries. WMS with Raster Styling ----------------------- Using GeoServer the GeoTIFFs are added as datasources and one layer per GeoTIFF is published. Within GeoServer -this automatically creates both a WCS and a WMS layer. As the GeoTIFF does not contain colors but data values -styling is needed to view the WMS layer. This has been done via Styled Layer Descriptor files. In order -to render the same colors as the RIVM LML daily images a value-interval color-mapping was developed as +this automatically creates both a WCS and a WMS layer. As the GeoTIFF does not contain colors but data values, +styling is needed to view the WMS layer. This has been done via Styled Layer Descriptor (SLD) files. GeoServer supports SLDs for Rasterdata styling. +In order to render the same colors as the RIVM LML daily images a value-interval color-mapping was developed as in this example for NO2: :: @@ -132,7 +134,7 @@ The WMS layers have been added to the existing `SOSPilot Heron viewer