GitXplorerGitXplorer
s

worldmill

public
10 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
2c4f37e153745a33d9076e74ad7e7b40765818f6

Add test_suite to setup.py and more modern directions for building, testing,

committed 16 years ago
Unverified
3ae8eeaf78fd6a55fa068e6a831bfff02537a24b

Allow for features with no geometries, increment version, move test suite, and

committed 16 years ago
Unverified
007a205ed5218c43924d409cda23870f27e5539d

Improve description in readme

committed 17 years ago
Unverified
2283b4e479a336026508b2e02ffe5aa9146b7777

Note dependency on libgdal, increment version, complete setup classifiers

committed 17 years ago
Unverified
d669ff1f31a8158b7060e0d0e25e84ce17ea6c22

Update benchmarking instructions

committed 17 years ago
Unverified
6b05cc12f598d6f1af0af3064ff790e73f78f496

Use distributed data in benchmarking script and add the WorldMill equivalent code to the ogr.py block

committed 17 years ago

README

The README file for this repository.

WorldMill

WorldMill provides a smoother and more productive Python interface to the open source GIS community's most trusted geodata access library; doing for libgdal_ what lxml does for libxml2. WorldMill integrates readily with other Python GIS packages such as pyproj_, Rtree_, and Shapely_.

Dependencies

WorldMill requires libgdal 1.3.2+.

Building

From the distribution root::

$ virtualenv . $ python setup.py test

or if you have nose::

$ virtualenv . $ python setup.py develop $ nosetests tests

If you have ogr.py installed, you can compare to WorldMill::

$ python benchmark.py

Usage

See docs/reading-data.txt_ for examples.

.. _libgdal: http://www.gdal.org .. _pyproj: http://pypi.python.org/pypi/pyproj/ .. _Rtree: http://pypi.python.org/pypi/Rtree/ .. _Shapely: http://pypi.python.org/pypi/Shapely/ .. _docs/reading-data.txt: http://trac.gispython.org/projects/PCL/browser/WorldMill/trunk/docs/reading-data.txt