[OSGeo-Discuss] Java Tribe - contact?

2011-06-29 Thread maplabs

Hi All -

  I have just returned from Big Data Camp 2011  in Silicon Valley,
an informal collection of talks and presentations prior to the Hadoop
conference tomorrow.. I ran across a developer who is interested in
putting spatial indexes and search into Cassandra. My impresion is that
his company i ssupportive of the work.

  Anyone from the Java world that would like to take up this
conversation?  Please send an email to me off list and I can put up in
contact.

  best regards 
    -Brian

==
Brian Hamlin
GeoCal
OSGeo California Chapter
(415) 717-4462 cell

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


Re: [OSGeo-Discuss] Java Tribe - contact?

2011-06-29 Thread Jody Garnett
He is welcome to drop by the geotools-devel list; we are friendly :-)

-- 
Jody Garnett


On Wednesday, 29 June 2011 at 4:21 PM, mapl...@light42.com 
(mailto:mapl...@light42.com) wrote:

 Hi All -
 
  I have just returned from Big Data Camp 2011 in Silicon Valley, 
 an informal collection of talks and presentations prior to the Hadoop 
 conference tomorrow.. I ran across a developer who is interested in 
 putting spatial indexes and search into Cassandra. My impresion is that 
 his company i ssupportive of the work. 
 
  Anyone from the Java world that would like to take up this 
 conversation? Please send an email to me off list and I can put up in 
 contact. 
 
  best regards 
  -Brian
 
 ==
 Brian Hamlin
 GeoCal
 OSGeo California Chapter
 (415) 717-4462 cell
 
 ___
 Discuss mailing list
 Discuss@lists.osgeo.org (mailto: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


[OSGeo-Discuss] pycsw 1.0.0 released

2011-06-29 Thread Angelos Tzotsos

The pycsw team announces the release of pycsw 1.0.0.

This is the first formal release (previous version 0.1.0), and adds numerous 
core features since 0.1.0 (see below).

pycsw is an OGC CSW server implementation written in Python.  pycsw implements 
clause 10 (HTTP protocol binding (Catalogue Services for
the Web, CSW)) of the OpenGIS Catalogue Service Implementation Specification, 
version 2.0.2.

pycsw allows for the publishing and discovery of geospatial metadata.  Existing 
repositories of geospatial metadata can be exposed via  OGC:CSW
2.0.2.  pycsw is Open Source, released under an MIT license, and runs on all 
major platforms (Windows, Linux, Mac OS X).

Source and binary downloads:


The source code is available at:

http://pycsw.org/download.html


Version 1.0.0 (2011-06-29):


 * simplified setup and configuration
 * support for INSPIRE Discovery Services
 * support for CSW-T
 * support for additional databases
 * Ubuntu and openSUSE installer
 * support GetCapabilities updateSequence parameter
 * support for FGDC profile
 * support for NASA DIF

Testers and developers are welcome.

The pycsw developer team.

http://pycsw.org/

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


Re: [OSGeo-Discuss] pycsw 1.0.0 released

2011-06-29 Thread Massimiliano Cannata
Compliments... i will be really happy to try it out...

Il giorno 29/giu/2011 18:32, Angelos Tzotsos gcpp.kal...@gmail.com ha
scritto:

 The pycsw team announces the release of pycsw 1.0.0.

 This is the first formal release (previous version 0.1.0), and adds
numerous core features since 0.1.0 (see below).

 pycsw is an OGC CSW server implementation written in Python.  pycsw
implements clause 10 (HTTP protocol binding (Catalogue Services for
 the Web, CSW)) of the OpenGIS Catalogue Service Implementation
Specification, version 2.0.2.

 pycsw allows for the publishing and discovery of geospatial metadata.
 Existing repositories of geospatial metadata can be exposed via  OGC:CSW
 2.0.2.  pycsw is Open Source, released under an MIT license, and runs on
all major platforms (Windows, Linux, Mac OS X).

 Source and binary downloads:
 

 The source code is available at:

 http://pycsw.org/download.html


 Version 1.0.0 (2011-06-29):
 

  * simplified setup and configuration
  * support for INSPIRE Discovery Services
  * support for CSW-T
  * support for additional databases
  * Ubuntu and openSUSE installer
  * support GetCapabilities updateSequence parameter
  * support for FGDC profile
  * support for NASA DIF

 Testers and developers are welcome.

 The pycsw developer team.

 http://pycsw.org/

 ___
 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


[OSGeo-Discuss] Any projects dealing with spatial joins?

2011-06-29 Thread Steve Stanton
I'm looking for a project that I could contribute to as a C# (maybe Java) 
developer.
In particular, I'm looking for something that focuses on ways to perform 
flexible spatial joins with some degree of efficiency. The simplest case I'm 
thinking of is where someone picks 2 or more database tables (associated with 
location), and asks to see a combined table. No maps involved, just tables 
(with the overlapping ground area thrown in if we're dealing with a 
polygon/polygon overlay).
A more complex case would be a situation where someone wants to  isolate an 
area based on the attributes in database tables, but doesn't have any advance 
idea of where to start looking. For example, I'm looking for a combination of 
A+B+C that covers at least 1000 hectares, but I'm starting with a database that 
covers the whole world. So to obtain some measure of efficiency, it would 
presumably be nice to have access to relatedgeneralizations of the location 
data.
Is anyone working on this sort of thing?
Steve___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Any projects dealing with spatial joins?

2011-06-29 Thread Jody Garnett
We have just been looking at a proposal for a Join interface (an extension to 
our Query) interface in GeoTools. If you would like to drop by geotools-devel 
you will find this to be a topical subject.

The functionality of a join is part of the Web Feature Server 2.0 specification 
so you should find a lot of projects running into it as a concept over the next 
year.

-- 
Jody Garnett


On Thursday, 30 June 2011 at 8:25 AM, Steve Stanton wrote:

 I'm looking for a project that I could contribute to as a C# (maybe Java) 
 developer.
 
 In particular, I'm looking for something that focuses on ways to perform 
 flexible spatial joins with some degree of efficiency. The simplest case I'm 
 thinking of is where someone picks 2 or more database tables (associated with 
 location), and asks to see a combined table. No maps involved, just tables 
 (with the overlapping ground area thrown in if we're dealing with a 
 polygon/polygon overlay).
 
 A more complex case would be a situation where someone wants to isolate an 
 area based on the attributes in database tables, but doesn't have any advance 
 idea of where to start looking. For example, I'm looking for a combination of 
 A+B+C that covers at least 1000 hectares, but I'm starting with a database 
 that covers the whole world. So to obtain some measure of efficiency, it 
 would presumably be nice to have access to related
 generalizations of the location data.
 
 Is anyone working on this sort of thing?
 
 Steve
 ___
 Discuss mailing list
 Discuss@lists.osgeo.org (mailto: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] Any projects dealing with spatial joins?

2011-06-29 Thread Bruce, Bob (CON)
Steve,
I'm pretty sure that the QGIS project could use your talents as a 
C++ developer. They have been talking about table joins for awhile now.

Did you know that there is an OSGEO .Net user group now?

Bob

**
**Bob Bruce, FEC, P.Eng. Geomatics Support Engineer
**bob.br...@gov.mb.ca   Geospatial Technology Services Management
**work # (204) 945-6636  GeoManitoba, Manitoba Conservation
**FAX  # (204) 945-1365 1007 Century Street,
**  Winnipeg, Manitoba, Canada, 
R3H 0W4
**
** Check out our digital maps at: http://mli2.gov.mb.ca/
** and WMS: http://mlidata.gov.mb.ca/wms/request.aspx
**


From: discuss-boun...@lists.osgeo.org [mailto:discuss-boun...@lists.osgeo.org] 
On Behalf Of Steve Stanton
Sent: June-29-11 5:25 PM
To: discuss@lists.osgeo.org
Subject: [OSGeo-Discuss] Any projects dealing with spatial joins?

I'm looking for a project that I could contribute to as a C# (maybe Java) 
developer.

In particular, I'm looking for something that focuses on ways to perform 
flexible spatial joins with some degree of efficiency. The simplest case I'm 
thinking of is where someone picks 2 or more database tables (associated with 
location), and asks to see a combined table. No maps involved, just tables 
(with the overlapping ground area thrown in if we're dealing with a 
polygon/polygon overlay).

A more complex case would be a situation where someone wants to  isolate an 
area based on the attributes in database tables, but doesn't have any advance 
idea of where to start looking. For example, I'm looking for a combination of 
A+B+C that covers at least 1000 hectares, but I'm starting with a database that 
covers the whole world. So to obtain some measure of efficiency, it would 
presumably be nice to have access to related
generalizations of the location data.

Is anyone working on this sort of thing?

Steve


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


Re: [OSGeo-Discuss] Any projects dealing with spatial joins?

2011-06-29 Thread Noli Sicad
SharpMap is an easy-to-use mapping library for use in web and desktop
applications. It provides access to many types of GIS data, enables
spatial querying of that data, and renders beautiful maps. The engine
is written in C# and based on the .Net 2.0 framework. SharpMap is
released under GNU Lesser General Public License.

http://sharpmap.codeplex.com/

It has support for Spatialite - SQLite Spatial extension.

http://blog.geomusings.com/2009/04/11/spatialite-provider-code-for-sharpmap-09/

Spatialite Cookbook
http://www.gaia-gis.it/spatialite-2.4.0-4/spatialite-cookbook/index.html

Noli



On 6/30/11, Steve Stanton sstan...@btinternet.com wrote:
 I'm looking for a project that I could contribute to as a C# (maybe Java)
 developer.
 In particular, I'm looking for something that focuses on ways to perform
 flexible spatial joins with some degree of efficiency. The simplest case I'm
 thinking of is where someone picks 2 or more database tables (associated
 with location), and asks to see a combined table. No maps involved, just
 tables (with the overlapping ground area thrown in if we're dealing with a
 polygon/polygon overlay).
 A more complex case would be a situation where someone wants to  isolate an
 area based on the attributes in database tables, but doesn't have any
 advance idea of where to start looking. For example, I'm looking for a
 combination of A+B+C that covers at least 1000 hectares, but I'm starting
 with a database that covers the whole world. So to obtain some measure of
 efficiency, it would presumably be nice to have access to
 relatedgeneralizations of the location data.
 Is anyone working on this sort of thing?
 Steve
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Fwd: Proposed copyright text for OSGeo-Live

2011-06-29 Thread Cameron Shorter

osgeo discuss and education participants,
I'm following through on trying to clarify OSGeo-Live documentation 
licenses. Feel free to jump in and comment if you have anything further 
to add to this discussion.


 Original Message 
Subject:Proposed copyright text for OSGeo-Live
Date:   Thu, 30 Jun 2011 09:24:33 +1000
From:   Cameron Shorter cameron.shor...@gmail.com
To: live-d...@lists.osgeo.org live-d...@lists.osgeo.org



Below is proposed copyright text for OSGeo-Live. In summary:

Project Overviews will be Creative Commons By Attribution, CC-By,
which means that they are free, and can be included into closed 
documentation (similar to the more permissive Open Source licenses like 
MIT).


Quickstarts will be Creative Commons By Attribution, Share Alike, CC-By-SA,
which means that all docs which extend or make use of the Quickstarts 
will also need to by CC-By-SA as well, (similar to the GPL license).


If anyone has objections to the license choice, and you have not already 
mentioned them, please speak up now.


Also, feel free to suggest alternative wording for this page.


 OSGeo-Live Copyright

OSGeo-Live is composed entirely of free software, free data and free 
documentation, allowing it to be freely distributed, duplicated and 
passed around.


Project Overviews and Overview Translations, are provided under a 
Creative Commons Attribution 3.0 Unported License 
http://creativecommons.org/licenses/by/3.0/.


Quickstarts and Quickstart Translations, are provided under a Creative 
Commons Attribution-ShareAlike 3.0 Unported License 
http://creativecommons.org/licenses/by-sa/3.0/.


Documentation may also be available under other licenses, as listed below.

Software on OSGeo-Live is available under various Open Source licenses, 
as described on project websites, and copied into the Project Overviews.


Data on OSGeo-Live is available under various Open Licences.


   Attributing OSGeo-Live Documentation

As per the terms of the Creative Commons license, if you include 
OSGeo-Live documentation into a new document, you will need to attribute 
the authors using text similar to:


   This document includes [Project Overviews and/or Quickstarts] from
   the OSGeo-Live http://live.osgeo.org project which is created by
   OSGeo-Live authors, as listed under Documentation Authors.

*Note:* /If Quickstarts are included, which are licenced under the `CC 
By-SA http://creativecommons.org/licenses/by-sa/3.0/`_ license, then 
the new document will also need to be licenced under the `CC By-SA 
http://creativecommons.org/licenses/by-sa/3.0/`_./



   Documentation Authors

The table below credits the creators for each of the documents on 
OSGeo-Live.


TBD: Insert a table which includes:

Document, License(s), List of Authors and/or owners


   Disclaimer

/The contents of OSGeo-Live are provided by the copyright holders and 
contributors as is and any express or implied warranties, including, 
but not limited to, the implied warranties of the merchantability and 
fitness for a particular purpose are disclaimed. In no event shall the 
copyright owner or contributors be liable for any direct, indirect, 
incidental, special, exemplary, or consequential damages (including, but 
not limited to, procurement of substitute goods or services; loss of 
use, date, or profits; or business interruption) however caused and on 
any theory of liability, whether in contract, strict liablity, or tort 
(including negligence or otherwise) arising in any way out of the use of 
this software, even if advised of the possibility of such damage./




--
Cameron Shorter
Geospatial Director
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254

Think Globally, Fix Locally
Geospatial Solutions enhanced with Open Standards and Open Source
http://www.lisasoft.com

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


[OSGeo-Discuss] OSGeo Booth at FOSS4G...

2011-06-29 Thread Tyler Mitchell
Hi all, it's that time of year to think more about what we want the OSGeo booth 
to look like at FOSS4G.  In the past it has served as a meeting place and key 
location for helping connect people with projects and their teams, etc.  Think 
back to the last booth you may have seen and share your thoughts for what would 
make it even better.  We have a nice central location with a fair bit of room.

Also, if you are interested in helping run the booth, even if just for an hour 
or two, let me know.  I usually coordinate the booth, but since I won't be able 
to attend this year (new baby coming at same time!), I'd love to work with 
others to line up handling the booth.  

Any thoughts or ideas?  Share them 
http://wiki.osgeo.org/wiki/FOSS4G2011_OSGeo_Booth

Tyler





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


[OSGeo-Discuss] Liberal licensing of Project Overviews in LiveDVD, do we want this?

2011-06-29 Thread Simon Cropper

Hi Guys,

Cameron has just posted the new licensing details for the LiveDVD.

I presume if you actually opened my post that you may be concerned with 
how Project Overviews may be used.


If you have any opinions on this matter PLEASE speak up -- don't just 
sit in the background as *Cameron will take the lack of any responses as 
an implicit YES to his proposal*.


Personally I have a problem with Project Overviews, or any technical 
documentation for that matter, being locked up in 
Commercial-in-Confidence derivatives. I think Project Overviews, which 
can be legitimately be included 'as is' in a proposal or design 
document, shouldn't need to be reworked. To me the reworked document, 
which needs to include your name as original author, implies some sort 
of collaboration has occurred when none has occurred. Yes, reworked 
documents do look better but contribute nothing the the broader 
CC/FOSS/OSGeo community.


But this is my opinion. If you have one - for or against - *especially 
those people that have authored the Project Overviews*, SPEAK UP!


--
Cheers Simon

   Simon Cropper
   Principal Consultant
   Botanicus Australia Pty Ltd
   PO Box 160, Sunshine, VIC
   W: www.botanicusaustralia.com.au
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss