NAME
g.gui.cswbrowser - Graphical CSW metadata browser.
KEYWORDS
general,
GUI,
metadata
SYNOPSIS
g.gui.cswbrowser
g.gui.cswbrowser --help
g.gui.cswbrowser [--help] [--verbose] [--quiet] [--ui]
Flags:
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
g.gui.cswbrowser supports searching and browsing metadata catalogs based on
Catalogue Service (CSW) standard .
The module allows to setting up connection to csw by uri and search metadata using advanced filter.
For dependencies and installation instructions see the dedicated
wiki page.
After start g.gui.cswbrowser the connection manager is initialized by default connection file which
includes some well
known catalogs. Connection manager allows to add, to delete and to load connection from xml file.
Searching and browsing panel allows to setup request with using custom filter.
The filter can be defined by limitation of area by bounding box which can be set by GRASS region or
manualy.
- Bounding box
Bounding box defined spatial extent for limitation of area. Button "Map extends" allows to set
up values from current GRASS region.
- Keywords
This filter allows to use basic or advance keyword filtering. In the simple case user can define
single keywords or multiple keywords with button "+". Logic operator between keywords is AND(&&).
Second, advanced is based on OGC list of expressions which means that can be set filtr with logic
relations between keywords or sets of keywords. Dialog for settings kewords text string is under
"Advanced" checkbox. Syntax of constraints is based on python list syntax. Each keywords must be
in braces<'>or<">.
-
- OR condition
a || b || c
["a","b","c"]
- AND condition
a && b && c
[["a","b","c"]]
- composition
(a && b) || c || d || e
[["a","b"],["c"],["d"],["e"]] or [["a","b"],"c","d","e"]
In case of successful request, user can browse through results and show request and response in xml format.
If services
contains uri of WMS, WFS or WMS, module allows to add them directly with using upper toolbar.
r.info,
v.info.iso,
g.gui.metadata,
db.csw.harvest,
db.csw.admin,
db.csw.run
See also related wiki page.
Matej Krejci,
OSGeoREL
at the Czech Technical University in Prague, developed
during
Google
Summer of Code 2015 (mentors: Martin Landa)
SOURCE CODE
Available at:
g.gui.cswbrowser source code
(history)
Latest change: Monday Jan 30 19:52:26 2023 in commit: cac8d9d848299297977d1315b7e90cc3f7698730
Main index |
General index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.1dev Reference Manual