1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update readme with link to the manual, fix undefined variables in example More... over 18 years ago
Add tutorial geometries, with plot More... over 18 years ago
Holes may be an empty sequence, watch for this More... over 18 years ago
Updated version to 1.0a2 More... over 18 years ago
asShape factory now handles linestrings, polygons, multipoints, multilinestrings, and multipolygons. Also fixed geo interface for multipolygons More... over 18 years ago
Fix bugs in usage examples More... over 18 years ago
Enhance the setup with a long description More... over 18 years ago
Add installation and buildout notes More... over 18 years ago
Add usage examples to readme, update setup.py More... over 18 years ago
Fix memory allocation for linear rings, support coordinate modification More... over 18 years ago
Run tests from a single docfile using -t option More... over 18 years ago
Rename parameter to update_ndim in point.py, initial support for modifying linestring coordinates More... over 18 years ago
Initial support for in-place modification of a point geometry's coordinates More... over 18 years ago
Fixed polygon geo interface representation, implemented multipolygons More... over 18 years ago
Fix typo in comment and remove extra function definition More... over 18 years ago
Add interior rings to polygons, improve coordinate and geometry sequences More... over 18 years ago
Correct multipoint docstrings and add an attribute which reports the length of the longest geometry in a collection More... over 18 years ago
Complete multilinestrings More... over 18 years ago
Move geos geometry factories out of classes and into module functions More... over 18 years ago
Refactor to make GeometrySequence More... over 18 years ago
Multi points complete More... over 18 years ago
Fix expectation of point wkt and rename geo interface test More... over 18 years ago
Remove tuple method from geometries. All coordinate access is now mediated by the coordinate sequence Geometry.coords More... over 18 years ago
Set svn:ignore to *.pyc. More... over 18 years ago
Added an alternative doctest runner. More... over 18 years ago
Added dependency information. More... over 18 years ago
Import the find_library() function. More... over 18 years ago
Test for objects that implement the geo interface More... over 18 years ago
New factory for geo interface adapters More... over 18 years ago
New LineStringAdapter and asLineString factory, with tests More... over 18 years ago