[Numpy-discussion] python geospatial package?

Vincent Schut schut at sarvision.nl
Thu Feb 23 04:14:56 EST 2012


On 02/22/2012 10:45 PM, Chao YUE wrote:
> Hi all,
>
> Is anyone using some python geospatial package that can do jobs like
> intersection, etc.  the job is like you automatically extract a region
> on a global map etc.
>
> thanks and cheers,
>
> Chao

Chao,

shapely would do this, though I found it had a bit of a steep learning 
curve. Or you could go the gdal/ogr way, which uses the geos library 
under the hood (if present) to do geometrical operations like 
intersections etc.

cheers,
Vincent.

>
> --
> ***********************************************************************************
> Chao YUE
> Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
> UMR 1572 CEA-CNRS-UVSQ
> Batiment 712 - Pe 119
> 91191 GIF Sur YVETTE Cedex
> Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16
> ************************************************************************************
>
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion





More information about the NumPy-Discussion mailing list