You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-3
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,45 @@ QgsWcsClient2
3
3
4
4
A QGis WCS2.0/EO-WCS Plugin
5
5
6
-
A tool to download (and subset in space and time) a series of raster data
6
+
A tool to download (and subset in space and time) a time-series of raster data and get the data in your desired file-format and projection.
7
7
8
-
The WCS 2.0/EO-WCS Client allows to specify an Area-Of-Interest and a Time-Of-Interest and then access/download the raster data (coverages) from OGC WCS-2.0 compliant servers.
8
+
The WCS 2.0/EO-WCS Client allows to specify an Area-Of-Interest and a Time-Of-Interest and then access/download the raster data (coverages) from OGC WCS-2.0 and WCS-2.0/EO-WCS compliant servers.
9
9
Unlike WMS, WCS enables the access to the original data (and not just to portrayals).
10
10
The tool also handles the EO-WCS Application profile which allows to access/download a full time-series of coverages with just a few clicks. For multi-band EO-imagery the bands of interest can also be selected/sub-setted and their order in the output can be chosen.
11
-
The downloaded coverages are directly loaded as layers into QGIS
11
+
The downloaded coverages are directly loaded as layers into QGIS.
12
12
13
13
Requirements: This tool requires the python lxml-module to be pre-installed.
14
+
[ Help for installation in Windows (thankfully provided by hkristen) can by found at: https://github.com/EOX-A/QgsWcsClient2/issues/8]
15
+
16
+
It would be more than welcome to receive accessible EO-WCS server-urls for additional testing.
17
+
18
+
19
+
Added Features & Fixed Bugs:
20
+
2017-05-03 - verison 0.3:
21
+
- added Button to import WCS-Urls already stored in native QGis settings
22
+
- added Button to sort the Server_List
23
+
- enabled resizing of QgsWcsClient2-Client Window
24
+
- added "WGS84 UpperCorner & WGS84LowerCorner" (BoundingBox) fields to GetCapabilities and DescribeEOCoverageSet Results-View
25
+
- added a uniq "Browser tag" to be submitted with the requests, to verify in the access log-files that the Qgis-plugin was used
26
+
(Identifies now with User-Agent => 'Python-urllib/2.7,QgsWcsClient-plugin')
27
+
- enabled support to access https:// sites
28
+
- config_server.pkl file (containing the server entries) will not get overwritten during update/re-installatinon anymore
29
+
(a default one will only be installed if it is not available at plugin startup)
30
+
- added possibility to view full GetCapabilities XML response-document (also made more clear to view DescribeEOCoverageSet XML)
31
+
(now all are accessible => GetCap, DescCov, DescEOCov: just use copy/paste to save them)
32
+
- better error checking e.g. for http errors -> warning messages (e.g. for redirects, automatic redirection is not supported to
33
+
minimize security issues)
34
+
35
+
- fixed xml_parsing error
36
+
- fixed issue with "offered CRS"
37
+
- fixed issue "offered interpolation"
38
+
- fixed issue if no coverage was found in selected time-period
39
+
- removed the "striping/alternatingRowColors" from the Coverage-listings
40
+
- fixed issue with "no data selected" fixed for "DescribeEOCoverage" Request
41
+
- fixed various the xml-namespace handling issues
42
+
- fixed issue with the "clock" icon shown permanently
43
+
- fixed Time selection (BeginTime/EndTime) for DescribeEOCoverageSet (2.5 D coverages i.e 2D plus Time), added plausability check
44
+
- fixed issue with associateing the corresponding axisLabel / CRS etc. with each coverage (once DescribeCoverage is executed for a specific
0 commit comments