I managed to find my answer. All I needed to do was use
results_with_summary rather than just results in my query.
Cheers,
James
On Wed, May 21, 2014 at 10:18 AM, <
geonetwork-users-request@lists.sourceforge.net> wrote:
Send GeoNetwork-users mailing list submissions to
geonetwork-users@lists.sourceforge.netTo subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
or, via email, send a message with subject or body 'help' to
geonetwork-users-request@lists.sourceforge.netYou can reach the person managing the list at
geonetwork-users-owner@lists.sourceforge.netWhen replying, please edit your Subject line so it is more specific
than "Re: Contents of GeoNetwork-users digest..."Today's Topics:
1. Metadata identifier (Eugenio Trumpy)
2. Re-order tabs in metadata editor By Package view mode - GN
v2.10.2 HTML5UI (shireeb)
3. Re: Resend: Managing copies/instances of datasets
(BOMBAERTS Vincent)
4. Getting more metadata back with csw records request (James
Davy)
5. Keyword services (Philippe Clastre)
6. present / metadata.xsl (Paul Cleverley)---------- Forwarded message ----------
From: Eugenio Trumpy <frippe12573@anonymised.com>
To: Jesse Eichar <jesse.eichar@anonymised.com>
Cc: Lista Geonetwork <geonetwork-users@lists.sourceforge.net>, "
geonetwork-devel@lists.sourceforge.net" <
geonetwork-devel@lists.sourceforge.net>
Date: Mon, 19 May 2014 16:48:52 +0200
Subject: [GeoNetwork-users] Metadata identifierDear Jesse,
I have some other question on compiling metadata.
Is it possible to duplicate a metadata? That is useful and timeless when
only a few filed in the schema change.Another issues is the SiteId, I don't have a code as usually other
geonetwork has, e.g. like siteID: c54df1a5-16a1-4d29-a412-aa52d2b766e8,
but I have what I set as 'Catalogue Identifier'.
That should be important for my new metadata schema inserted before, since
a mandatory field is 'Unique Resource Identifier'. The error
shown is: Identifiers must be prefixed with IPA Respansabile
Administration code. Make sure you have properly configured GeoNetworkSiteId parameter.
Thank you
Regards
Eugenio
From: jesse.eichar@anonymised.com
Date: Mon, 19 May 2014 11:15:10 +0200
Subject: Re: [GeoNetwork-devel] new metadata link me to home
To: frippe12573@anonymised.com
CC: geonetwork-devel@lists.sourceforge.netIf I remember right you should only need to update the config-gui.xml to
try out the other 2 new UIs.
Let me know what errors you are experiencing because we use both in
production.Jesse
On Mon, May 19, 2014 at 10:51 AM, Eugenio Trumpy <frippe12573@anonymised.com>
wrote:Hi Jesse,
you are right!
I didn't remember that I changed an option inside the tag 'client' in the
config-gui.xmlNow it's all ok.
Actually I would like to try the new UI, I remember we talked about it
briefly in IRC channel.My aim could be to test the new UIs with my user to see which one they
prefer, I mean which is the
most user friendly.Are those the lines to un-comment to change the UI in the config-gui.xml?
<!-- Classic interface using the xslt layout-templates -->
<!-- <client type="redirect" widget="false" url="main.home" parameters=""
stateId="" createParameter=""/> --><!--Widget client with tabbed interface (metadata documents open in tab)
--><!--<client type="redirect" widget="true" url="../../apps/tabsearch/"
createParameter="#create" stateId="s"/>--><!-- Widget client with sliding panel interface (metadata records open in
a window) --><!--<client type="redirect" widget="true" url="../../apps/search/"
parameters="" createParameter="#create" stateId="s"/>--><!-- As above but with extra parameters set: custom extent in debug mode
in french --><!--<client type="redirect" widget="true"
url="../../apps/search/index_debug.html"
parameters="extent=-5.1,41,9.7,51&hl=fre" createParameter="#create"
stateId="s"/>-->Or the UI has to be chose in another config file?
Thanks a lot
Eugenio
From: jesse.eichar@anonymised.com
Date: Mon, 19 May 2014 10:33:33 +0200Subject: Re: [GeoNetwork-devel] new metadata link me to home
To: frippe12573@anonymised.com
CC: geonetwork-devel@lists.sourceforge.netIf you are using the classic UI them I suppose there must be a setting
(probably in config-gui.xml) to control what happens when the new Metadata
button is clicked. I have not used the classic UI since 2.6.x so I am not
familiar with all the settings.The reason that new Metadata forwards to home is because the new UIs both
have custom New Metadata user interfaces. However since you are using the
classic UI then you need to disable that. Hopefully the settings is in the
docs or obvious if you look at the config-gui.xml file.Jesse
On Mon, May 19, 2014 at 10:24 AM, Eugenio Trumpy <frippe12573@anonymised.com>
wrote:Hi Jesse,
thank you for your hints.
I understand the steps to include a new metadata-schema.As I wrote, I imported the new metadata-schema uploading it with the UI.
Just to specify I'm using the classic UI.The link http://localhost:8080/geonetwork/srv/eng/find
you suggested doesn't work fine, since it forward me to a log-in page
again.Sorry Jesse, but it is not clear yet the reason why clicking on 'new
metadata' (logged as admin)
I'm forwarded in the home page. Normally I should be forwarded in the
'metadata.create.form'.That's dosen't happen any more since I inserted the new metadata-schema.
What do you suggest? Why the code seems to be corrupted?
Regards
Eugenio
From: jesse.eichar@anonymised.com
Date: Mon, 19 May 2014 05:54:04 +0200Subject: Re: [GeoNetwork-devel] new metadata link me to home
To: frippe12573@anonymised.com
CC: geonetwork-devel@lists.sourceforge.netHi,
When adding a new schema_plugin you can do it via a file manager but that
requires a restart of the geonetwork instance. (and maybe editing the
<data directory>/config/schemaplugin-uri-catalog.xml file)If you upload via the UI, you can verify that it worked by looking in the
<data directory>/config/schema_plugins folder and verifying that the new
schema plugin folder is there. You will also need to check the <data
directory>/config/schemaplugin-uri-catalog.xml file to ensure the plugin is
registered.The final check you can make is put :
http://localhost:8080/geonetwork/srv/eng/find!into your browser and find the schemalist tag. (I think that is available
in 2.10.x) It should contain all the schemas available on the system.Regarding new metadata. If you have one of the new UIs configured (and
you do by default). The New Metadata option will take you to the home UI
and it should open a dialog allowing you to create a new metadata. If
there is a problem check the browser developer tools for errors.Also remember that you need templates for the schema_plugin which you can
import metadata to upload or put in the schema_plugin's template directory.
JesseOn Sat, May 17, 2014 at 4:32 PM, Eugenio Trumpy <frippe12573@anonymised.com>
wrote:Hello everybody,
I'm working with geonetwork 2.10.3 installed in tomcat6 deploying the war
version.Tomcat6 is running on ubuntu server 12.04 lts.
Today I was working on adding metadata-schema.
Firstly I added, manually, a schema but I got problem. For manually
I mean upload the metadata schema directory with a file manager outside
geonetwork.Then, when I realised that it doesn't work, I removed the uploaded dir.
So I used the uploader inside of geonetwork: 'Add a metadata
schema/profile'.Now I'm able to see my new metadata-schema, but
clicking on 'new metadata' the link seem to be modified, in fact the link
forward me to the home page.
How can I solve this problem?
Originally 'new metadata' is linked to
/geoserver/srv/en/metadata.create.formbut I cannot find the page:
/geonetwork/srv/eng/admin
where the link seems to be stored, to modify it.
Can anybody help me?
Regards
E.
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform
availableSimple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork---------- Forwarded message ----------
From: shireeb <s.brockie@anonymised.com>
To: geonetwork-users@lists.sourceforge.net
Cc:
Date: Mon, 19 May 2014 14:11:07 -0700 (PDT)
Subject: [GeoNetwork-users] Re-order tabs in metadata editor By Package
view mode - GN v2.10.2 HTML5UI
Hi,In reply to my own post in case anyone else is interested in doing a
similar
thing.I was changing the correct files (see below) however needed to do a system
stop start for the changes to become effective (rookie mistake).schema_plugins/iso19139/present/metadata-edit.xsl
schema_plugins/iso19139/present/metadata.xslKind regards
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Re-order-tabs-in-metadata-editor-By-Package-view-mode-GN-v2-10-2-HTML5UI-tp5141061p5141285.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.---------- Forwarded message ----------
From: BOMBAERTS Vincent <vincent.bombaerts@anonymised.com>
To: "geonetwork-users@lists.sourceforge.net" <
geonetwork-users@lists.sourceforge.net>
Cc:
Date: Tue, 20 May 2014 08:29:06 +0000
Subject: Re: [GeoNetwork-users] Resend: Managing copies/instances of
datasets
Hi Jonathan,I would make a copy of the original record and update the specific fields
like the conditions of use, the place where it is stored, how to get it,
who can get it, etc.
As your organisation has its own copy of the dataset, I guess we can
consider it as another dataset. So, in my opinion, it must have its own
metadata record.It may have an interest to keep both the original metadata (in sync with
the metadata of the organisation which originally publicates the dataset)
and your organisation version of the metadata if your catalogue is targeted
both towards your organisation and a larger public. Doing so, you can
direct people from your organisation towards your organisation version of
the dataset and the larger public towards the original dataset.I must say I did not experiment this solution yet but we plan to do it
like that.
Any other idea welcomeVincent
Vincent Bombaerts
Service Public de Wallonie
http://geoportail.wallonie.be/geocatalogue-----Message d'origine-----
De : Jonathan Doig [mailto:Jonathan.Doig@anonymised.com]
Envoyé : jeudi 15 mai 2014 3:02
À : geonetwork-users@lists.sourceforge.net
Objet : [GeoNetwork-users] Resend: Managing copies/instances of datasetsHi all
I'm resending this as I haven't had any real response (just one with
questions but no answers).To rephrase the question: when a dataset is supplied from an outside
organisation with metadata, how do you record details about your copy of
the data? E.g. When did we get it? Where is it stored? Who is responsible
for it?Regards
Jonathan-----Original Message-----
From: Jonathan Doig [mailto:Jonathan.Doig@anonymised.com]
Sent: Friday, 11 April 2014 6:11 PM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] Managing copies or instances of datasetsHi all
Is there a common approach to recording details of copies (aka "instances"
or "holdings") of data sourced from another organisation?Currently we add our own contact and location details to the source
ISO19115 record.However it would be cleaner perhaps to leave the source record unchanged,
and add a second record (a child perhaps?) with a minimal set of attributes
to describe the copy, such as:* Date received
* Version
* Our contact
* Our stored location
Jonathan Doig
Senior Data Program Coordinator
Information Management and Spatial
[Description: OEHlogo]----------------------------------------------------------------------------------------------------------------------------------------------------------------------
This email is intended for the addressee(s) named and may contain
confidential and/or privileged information.
If you are not the intended recipient, please notify the sender and then
delete it immediately.
Any views expressed in this email are those of the individual sender
except where the sender expressly and with authority states them to be the
views of the Office of Environment and Heritage, NSW Department of Premier
and Cabinet.PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL
---------- Forwarded message ----------
From: James Davy <james.e.davy@anonymised.com>
To: geonetwork-users@lists.sourceforge.net
Cc:
Date: Tue, 20 May 2014 18:00:08 +0200
Subject: [GeoNetwork-users] Getting more metadata back with csw records
request
Hello,I am rather new to geonetwork and I'm trying to do something which I
believe should be easy, but I have hit a bit of a wall.I have this request:
That gives me my records with the title, description, and a bit of other
data.I want to add more to the result. Like the resource ID (not just the uuid),
along with a few other bits of info that can be found in this kind of
request:http://localhost/geonetwork/srv/eng/xml_iso19139?uuid=be16b5ba-2f2e-4bdb-b858-e2e0edc1b865
In the second request I can find things like:
<gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>
http://sedac.ciesin.columbia.edu:80/geoserver/wms?SERVICE=WMS&
</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>OGC:WMS-1.1.1-http-get-map</gco:CharacterString>
</gmd:protocol>
<gmd:name>
<gco:CharacterString>other:wcmc-world-database-of-protected-areas
</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>World Database of Protected
Areas</gco:CharacterString>
</gmd:description>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>I would like to get things like the gmd:URL and the gmd:name returning in
my larger results list (the first query that I listed) if possible.Thanks,
James
---------- Forwarded message ----------
From: Philippe Clastre <Philippe.Clastre@anonymised.com>
To: "Geonetwork-Users@anonymised.com" <
geonetwork-users@lists.sourceforge.net>
Cc:
Date: Tue, 20 May 2014 18:33:49 +0200
Subject: [GeoNetwork-users] Keyword services
Helloi'm using GN 2.10.2
several metadata records are in the database, and they contain the same
keyword descriptive structure:1 keywords box "connected" to a local thesaurus
a list of independent keywords (as many as needed by the user)I want to request the catalog (services ?) and get separate list:
one list containing all keywords "coming from" the thesaurus
one list containing independant keywordsIs there a solution for this ?
Many thanks for your help
Philippe
--
Re: Publication profil geonetwork---------- Forwarded message ----------
From: Paul Cleverley <P.Cleverley@anonymised.com>
To: "geonetwork-users@lists.sourceforge.net" <
geonetwork-users@lists.sourceforge.net>
Cc:
Date: Wed, 21 May 2014 08:18:01 +0000
Subject: [GeoNetwork-users] present / metadata.xsl
Hi allPlease can someone explain to me (in simple terms :)) how geonetwork uses
the metadata.xsl in the present directory?I have a schema plugin (profile?) anyway - it's called iso19139.mim and
adds some elements and types.Its template adds elements of these types to the gmd:contentInfo element.
In the full ISO view I am able to enter and record appropriate information
and the xml that results looks good.However when I view in any other mode some of the fields get filled with
the wrong data - I suspect this is because I haven't modified the present
stylesheets.This is because I do not understand their function or how geonetwork uses
them.I know *vaguely* that somehow Geonetwork executes a transform on my xml in
order to present it to the end user but I can't for the life of me map
which transforms are used by which "views"...In summary then my schema exentsion mim.xsd includes (amongst other
things!)...
<xs:element name="name" type="gco:CharacterString_PropertyType"/>
<xs:element name="parameterName" type="gco:CharacterString_PropertyType"/>
...My template contains (also amongst other things :)!)
...
<mim:name></mim:name>
<mim:parameterName></mim:parameterName>
...I can load my template and create an instance of this metadata.
I can enter different values for mim:name (= "rf") and mim:parameterName =
"rainfall")The different values are stored correctly in the xml :
<mim:name>rf</mim:name>
<mim:parameterName>rainfall</mim:parameterName>But any other view shows both mim:name and mim:parameterName as = "rf"....
Any ideas at all why this might be would be very very very gratefully
received.Thanks in advance and best wishes to all!
Paul
Paul Cleverley
Software Developer, Hydrodynamics & MetoceanE: p.cleverley@anonymised.com<mailto:p.cleverley@anonymised.com>
T: +44 (0)1491 822483
<http://www.hrwallingford.com/banner.html>
________________________________
[HR Wallingford Logo]HR Wallingford
Howbery Park, Wallingford, Oxfordshire OX10 8BA, United Kingdom
T: +44 (0)1491 835381 F: +44 (0)1491 832233
www.hrwallingford.com[HR Wallingford Secondary Logo]
________________________________
________________________________
HR Wallingford and its subsidiaries uses faxes and emails for confidential
and legally privileged business communications. They do not of themselves
create legal commitments. Disclosure to parties other than addressees
requires our specific consent. We are not liable for unauthorised
disclosures nor reliance upon them.
If you have received this message in error please advise us immediately
and destroy all copies of it.HR Wallingford Limited
Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
Registered in England No. 02562099________________________________
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform
available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork