RE: [OSGeo-Discuss] Metadata Server applications?

2011-03-04 Thread Kralidis,Tom [Ontario]

Ken: you could use OGC CSW for discovery, which allows for
spatial/aspatial search and present functionality,   assuming you have
some sort of standardized metadata (ISO, Dublin Core, etc.).  Sounds
like you need to connect and expose existing metadata to a search
server.

As for implementations, you also can check out deegree
(http://www.deegree.org/) and eXcat
(http://gdsc.nlr.nl/gdsc/en/tools/excat).

As well, pycsw (http://pycsw.org/) is a new project which covers OGC
CSW.

Hope this helps.

..Tom


> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Ken
> Sent: Friday, 04 March 2011 10:44
> To: discuss@lists.osgeo.org
> Subject: [OSGeo-Discuss] Metadata Server applications?
> 
> I am looking to see if there any new open source metadata 
> server applications. I have looked into GeoNetwork, is there 
> anything else?
> 
> I currently use ISITE2 which is a great product, supported by 
> a great individual. Is there anything new out there I can 
> replace it with?
> 
> What I need:
> - index all the xml files in selected folders/drives on our 
> network either by crawling, or by a provided list
> 
> - ability to search one or more specific tags for keywords 
> from a web application built with PHP or Python, also be able 
> to share access to our catalog by other websites/applications.
> 
> - response from search to provide basic details and ability 
> to target specific file for opening in full.
> 
> - needs to run on a windows server with IIS webserver
> 
> We have our own web mapping applications, webserver already 
> setup, metadata editors, etc. I just need the metadata server portion.
> 
> Thanks,
> 
> Ken
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
> 
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Creating *.shp.xml files with open source tools

2011-02-18 Thread Kralidis,Tom [Ontario]

Also check out http://www.fgdc.gov/metadata/iso-metadata-editor-review.
It also depends on what your metadata requirements are in terms of
standards support.  ISO 19139:2007 (or some profile of, such as North
American Profile) is the metadata standard of choice for many SDI
actitivites currently.

..Tom

> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Alex Mandel
> Sent: Friday, 18 February 2011 14:36
> To: discuss@lists.osgeo.org
> Subject: Re: [OSGeo-Discuss] Creating *.shp.xml files with 
> open source tools
> 
> I created an experimental plugin for QGIS to deal with 
> Metadata xml records. We never got the creation part 
> finished, but there should be template xml files for FGDC, 
> ISO and some other standards (USGS and all US agencies follow 
> FGDC, and now the FGDC variant of a new ISO format).
> Though FGDC only finished their variant of the ISO last year 
> so it has not been included yet.
> 
> There are a few other tools out their: CatMDEdit 
> http://sourceforge.net/projects/gimed/ was also announced a 
> few months back with support for INSPIRE Geonetwork can also 
> be used to edit the same info, I just can't remember if it 
> makes an xml you can download to pack with your file.
> 
> I think there's at least one other QGIS component in the 
> works but I don't know the ETA on it.
> 
> Thanks,
> Alex
> 
> On 02/18/2011 09:04 AM, Bob Basques wrote:
> > 
> > I'd be interested in this as well, with the added request 
> that the generation is adhereing to some standard, like USGS or ??? 
> > 
> > thanks
> > 
> > bobb
> > 
> > 
> > 
> > 
> > 
>  Dan Putler  wrote:
> > 
> > 
> > All,
> > 
> > I wanted to know if there were open source tools available 
> to create 
> > metadata *.shp.xml files to distribute with a shapefile set.
> > 
> > Thanks,
> > 
> > Dan
> > ___
> > Discuss mailing list
> > Discuss@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/discuss
> > 
> > 
> > 
> > 
> > ___
> > Discuss mailing list
> > Discuss@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/discuss
> 
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
> 
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Geenral question about pinging a service for"aliveness" . . .

2011-01-24 Thread Kralidis,Tom [Ontario]

I started a Python library on this some time ago, based on the FGDC
service status checker [1] approach, which can give some ideas on
how/what is monitored.

It would be valuable to have some health check type tools here; I'd be
happy to contribute the code and setup a public repo/effort.

..Tom

[1] http://registry.fgdc.gov/statuschecker/

> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Bob Basques
> Sent: Monday, 24 January 2011 11:17
> To: OSGeo Discussions
> Subject: [OSGeo-Discuss] Geenral question about pinging a 
> service for"aliveness" . . .
> 
> All, 
> 
> 
> I'm working on a system/services monitor, and got to 
> wondering about how to best ping a map service without too 
> much overhead. an "I'm Alive" function in the service would 
> be the easiest way to approach it.  But that's probably not a 
> viable thing to require.  I'm afraid of this getting too 
> complicated when working across services as well, since the 
> possible result types are so varied. 
> 
> 
> I'm working on a MapServer (with WMS / WFS / KML) service 
> first, but this would likely go to other services as well.  
> We're running GeoMoose, so each layer will be pinged and 
> rated as well. 
> 
> 
> The Client is simply a self updating HTML page.  But I'm 
> wondering about how to set up the actual pinging process, 
> what's the best thing to ask for, that can be readily 
> examined easily in a dynamic fashion, without undue overhead. 
> 
> 
> Also, if anyone knows of any PERL (or other CGI) type of 
> product for this kind of monitoring I would be interested in 
> taking a look at it. 
> 
> 
> Thanks 
> 
> 
> bobb 
> 
> 
> 
> 
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Open Source OGC Sensor Web Enablement implementations [SEC=UNCLASSIFIED]

2010-07-23 Thread Kralidis,Tom [Ontario]

> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Bruce Bannerman
> Sent: Friday, 23 July 2010 01:09
> To: OSGeo Discussions
> Subject: [OSGeo-Discuss] Open Source OGC Sensor Web 
> Enablement implementations [SEC=UNCLASSIFIED]
> 
> I'm trying to get an understanding of which FOSS4G projects 
> are currently (or are planning to) support OGC Observations 
> and Measurements as well as other OGC Sensor Web Enablement 
> related standards.
> 
> We see this as a strategic direction that we'll need to explore.
> 
> Can you please reply to the list with urls to your documentation?
> 

MapServer (SOS 1.0.0 server):
http://www.mapserver.org/ogc/sos_server.html

OWSLib (SOS 1.0.0 client - not mature):
http://trac.gispython.org/lab/browser/OWSLib/trunk/owslib/sos.py

52north implementations: http://52north.org/SensorWeb/

OpenLayers client: http://openlayers.org/dev/examples/sos.html

..Tom
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Recall: [OSGeo-Discuss] Open Source OGC Sensor Web Enablement implementations [SEC=UNCLASSIFIED]

2010-07-23 Thread Kralidis,Tom [Ontario]
Kralidis,Tom [Ontario] would like to recall the message, "[OSGeo-Discuss] Open 
Source OGC Sensor Web Enablement implementations [SEC=UNCLASSIFIED]".
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Open Source OGC Sensor Web Enablement implementations [SEC=UNCLASSIFIED]

2010-07-23 Thread Kralidis,Tom [Ontario]
 

> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Bruce Bannerman
> Sent: Friday, 23 July 2010 01:09
> To: OSGeo Discussions
> Subject: [OSGeo-Discuss] Open Source OGC Sensor Web 
> Enablement implementations [SEC=UNCLASSIFIED]
> 
> I'm trying to get an understanding of which FOSS4G projects 
> are currently (or are planning to) support OGC Observations 
> and Measurements as well as other OGC Sensor Web Enablement 
> related standards.
> 
> We see this as a strategic direction that we'll need to explore.
> 
> Can you please reply to the list with urls to your documentation?
> 
> Many thanks in advance.
> 
> Bruce Bannerman
> 
>  
> 
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
> 
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] XML to GML XSLT

2009-06-10 Thread Kralidis,Tom [Ontario]
 

> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of "René 
> A. Enguehard"
> Sent: Wednesday, 10 June 2009 15:29
> To: OSGeo Discussions
> Subject: Re: [OSGeo-Discuss] XML to GML XSLT
> 
> Kralidis,Tom [Ontario] wrote:
> >  
> >
> >   
> >> -Original Message-
> >> From: discuss-boun...@lists.osgeo.org 
> >> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of "René A. 
> >> Enguehard"
> >> Sent: Wednesday, 10 June 2009 13:59
> >> To: discuss@lists.osgeo.org
> >> Subject: [OSGeo-Discuss] XML to GML XSLT
> >>
> >> Hi all,
> >>
> >> I've been working on getting an XML document to transform 
> into a GML 
> >> document. Currently I'm running into two issues:
> >>
> >> 1. How do we define the XSD rules for a string node with an 
> >> attribute?
> >> ie: 12.12, 34.34
> >> Currently all I have found relates to simple text 
> nodes or simple 
> >> attribute nodes, but not mixed ones.
> >>
> >> 
> >
> > You could declare something like:
> >
> > 
> >
> > 
> >  
> >   
> >
> >   
> >  
> > 
> >
> > ..which would look like this when instantiated:
> >
> > bar
> >
> >
> >   
> This worked perfectly. Thanks.
> 
> >> 2. How do we get XSD to "play nice" with the gml: prefix? 
> I want to 
> >> use gml:Point and gml:pos but the XSD file doesn't validate.
> >>
> >> Some sample XML:
> >>
> >>   >> xmlns:gml="http://www.opengis.net/gml";>
> >>test
> >> 
> >> -97.7452090, 30.2687350
> >> 
> >> 
> >>
> >> The XSD file for the code (so far):
> >>
> >>   >> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> >> xmlns:gml="http://www.opengis.net/gml";>
> >> http://www.opengis.net/gml"/>
> >> 
> >>
> >> 
> >> 
> >> 
> >>  
> >>< ???
> >> 
> >> 
> >>
> >> 
> >
> > What version of GML are you designing against?
> >
> >   
> I'm designing with GML 3.x in mind, but it doesn't make much 
> difference since all I'm really using is gml:Point and 
> gml:pos, which have been available for a long time.
> 
> > Have you considered doing your .xsd as a GML application 
> schema, where you would extend as follows: 
> >
> >   
> > 
> >   
> >
> > 
> >  
> >  
> >  
> > 
> >
> >   
> >  
> > 
> >
> > By extending gml:AbstractFeatureType, you inherit 
> gml:location (among other things), from which you can express 
> various geometry types.  So the above would then instantiate as:
> >
> > 
> >  This was where the first meeting was 
> > held  St. Paul  
> 
> >   http://www.opengis.net/gml/srs/epsg.xml#4326";>
> >
> > 
> >
> >   
> >  
> >  2003
> >  University of Minnesota, St. Paul Campus  
> > http://www.mapserver.org
> > 
> >
> >   
> I've tried the above but it causes two problems: 
> substitutionGroup on xs:element is apparently not valid (or 
> at least that's the exception that SAX throws at me) and 
> gml:AbstractFeatureType doesn't resolve anyway. Is there 
> something wrong with how I did my xmlns:gml or my import? I 
> have never worked with XSDs before so I really don't know 
> very much about this issue.
> 

What does your .xsd look like?  You can send it to me offline.

> > You might want to consult the OGC Public Forum 
> (http://feature.opengeospatial.org/forumbb/) as well.
> >
> > ..Tom
> >
> > ___
> > Discuss mailing list
> > Discuss@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/discuss
> >   
> Thanks a lot for your help! I'll keep working at it and post 
> any results I get on here.
> 
> René
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
> 
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] XML to GML XSLT

2009-06-10 Thread Kralidis,Tom [Ontario]
 

> -Original Message-
> From: discuss-boun...@lists.osgeo.org 
> [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of "René 
> A. Enguehard"
> Sent: Wednesday, 10 June 2009 13:59
> To: discuss@lists.osgeo.org
> Subject: [OSGeo-Discuss] XML to GML XSLT
> 
> Hi all,
> 
> I've been working on getting an XML document to transform 
> into a GML document. Currently I'm running into two issues:
> 
> 1. How do we define the XSD rules for a string node with an 
> attribute? 
> ie: 12.12, 34.34
> Currently all I have found relates to simple text nodes 
> or simple attribute nodes, but not mixed ones.
> 

You could declare something like:




 
  
   
  
 


..which would look like this when instantiated:

bar


> 2. How do we get XSD to "play nice" with the gml: prefix? I 
> want to use gml:Point and gml:pos but the XSD file doesn't validate.
> 
> Some sample XML:
> 
> 
> http://www.opengis.net/gml";>
>test
> 
> -97.7452090, 30.2687350
> 
> 
> 
> The XSD file for the code (so far):
> 
> 
>  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:gml="http://www.opengis.net/gml";>
> http://www.opengis.net/gml"/>
> 
> 
> 
> 
> 
>  
>< ???
> 
> 
> 

What version of GML are you designing against?

Have you considered doing your .xsd as a GML application schema, where you 
would extend as follows: 


 
  
   

 
 
 

   
  
 


By extending gml:AbstractFeatureType, you inherit gml:location (among other 
things), from which you can express various geometry types.  So the above would 
then instantiate as:


 This was where the first meeting was held
 St. Paul
 
  http://www.opengis.net/gml/srs/epsg.xml#4326";>
   

   
  
 
 2003
 University of Minnesota, St. Paul Campus
 http://www.mapserver.org


You might want to consult the OGC Public Forum 
(http://feature.opengeospatial.org/forumbb/) as well.

..Tom

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] web services in agriculture

2009-02-11 Thread Kralidis,Tom [Ontario]

> Hi,
> I'm looking after some articles, concerning usage of web 
> services in agriculture or forestry. 
> 
> I would appreciate any links or pdfs or just a hint, where is 
> the best place to start searching.
> 

You might want to check out http://www.nfis.org/ and
http://atlas.agr.gc.ca/.  Both are fine examples of using OGC standards
for discovery, visualization, and access.

..Tom

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss