This project provides a library written in Python for reading and eventually writing ISO8211 files. ISO8211 is a format used for various GIS systems (geographic data), including SDTS, the format used by the US Geological Survey.
Be the first to post a text review of Python ISO8211 Library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
I've released the first new version of the library today. There are three major changes: 1. The library is now under the BSD license 2. The library has been modified to run in Python 2.2 (I need to test 2.3) 3. The library's handling of field arrays has been changed to return individual array elements when iterating over fields. Derek
* 0.9.1 - Modified to work with Python 2.2 (Derek Chen-Becker) - Changed old string.atoi() to int() (Derek Chen-Becker) - Modified field handling to report field arrays as multiple fields, similar to SDTS++ (Derek Chen-Becker)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?