[SciPy-User] Equal area grid - lat/long conversion

Jose Gomez-Dans jgomezdans at gmail.com
Wed Sep 2 12:14:26 EDT 2009


2009/9/2 bar tomas <bartomas at gmail.com>

> Hi,
> I've got some georeferenced lat/long data and I'd like to construct an
> equal area grid (for instance 50km * 50km) to examine and calculate some
> functions on the data per each cell of the grid.
> Is there any python script or package  out there that can construct an
> equal area grid and convert from grid indexes to lat/long relative to some
> projection?
>

Admittedly, this works for rasters, but might get you going, using a
combination of ogr and gdal:
<http://sites.google.com/site/spatialpython/aggregating-data-to-grid-cells>

J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090902/7d50f8ff/attachment.html>


More information about the SciPy-User mailing list