Re: [Community] Create GeometryCollection from list of geometries

2010-04-28 Thread Sean Gillies
On Wed, Apr 28, 2010 at 4:56 PM, Aron Bierbaum wrote: > We have recently come across a need to construct a GeometryCollection > from a list of Shapely geometries. I have attached a patch that we > have been using and wanted to submit it back to the community for > review. If people think that it i

[Community] Create GeometryCollection from list of geometries

2010-04-28 Thread Aron Bierbaum
We have recently come across a need to construct a GeometryCollection from a list of Shapely geometries. I have attached a patch that we have been using and wanted to submit it back to the community for review. If people think that it is a good addition to Shapely we can commit it back to Shapely 1

Re: [Community] patch for owslib/iso.py

2010-04-28 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: community-boun...@lists.gispython.org > [mailto:community-boun...@lists.gispython.org] On Behalf Of > Sean Gillies > Sent: Wednesday, 28 April 2010 04:32 > To: gispython.org community projects > Subject: Re: [Community] patch for owslib/iso.py > > On Wed,

Re: [Community] patch for owslib/iso.py

2010-04-28 Thread Sean Gillies
On Wed, Apr 28, 2010 at 1:05 AM, Sebastian Benthall wrote: > Hi!  I've been working with OWSLib's CSW library and in particular > trying to use it to parse records in the ISO19139 schema. > > It looks like there is a bug in that that parser in iso.py breaks when > there is no MD_ScopeCode element,