Open GoogleCodeExporter opened 9 years ago
(Perhaps not directly relevant to the point in question, but hopefully someone
will find it useful when we get round to "doing GIS" for ccc-gistemp)
Joel Lawhead's pyshp (pure python) library reads and writes "shapefiles" which
is one of those funky GIS formats. I've used it and it's approximately awesome.
http://geospatialpython.com/2010/11/introducing-python-shapefile-library.html
http://code.google.com/p/pyshp/
Original comment by drj...@googlemail.com
on 18 Aug 2011 at 10:53
Note that shapefiles are vector data, the outputs from ccc-gistemp should most
likely be gridded/raster GIS data. The simplest format there is ArcInfo gridded
ascii files - see for instance
http://docs.codehaus.org/display/GEOTOOLS/ArcInfo+ASCII+Grid+format
ArcInfo gridded ascii files are fairly universal.
Original comment by fraxi...@oxel.net
on 19 Aug 2011 at 8:27
Original issue reported on code.google.com by
fraxi...@oxel.net
on 10 Mar 2011 at 9:11