|
|
08/28/08 22:02:52 |
@1142
|
[1142]
|
seang |
Add WKT delocalization test and back out switch to the new GEOS WKT writer |
|
|
08/28/08 13:31:02 |
@1141
|
[1141]
|
seang |
Add test of WKT delocalization |
|
|
08/22/08 21:10:27 |
@1137
|
[1137]
|
seang |
Rings inherit dimensionality from parent polygon (#168) |
|
|
07/09/08 13:50:57 |
@1120
|
[1120]
|
seang |
Multipolygon bug fix and notes about 1.0.6 |
|
|
05/20/08 01:06:15 |
@1108
|
[1108]
|
seang |
Finished polygonizer |
|
|
05/19/08 11:27:51 |
@1107
|
[1107]
|
seang |
Move polygonize to ops module, raise ValueError? on attempts to create … |
|
|
05/18/08 14:28:40 |
@1105
|
[1105]
|
seang |
Add polygonizer function suggested by Nino Walker |
|
|
04/27/08 21:01:30 |
@1087
|
[1087]
|
seang |
Most users should use shape() instead of asShape() |
|
|
04/26/08 14:51:02 |
@1082
|
[1082]
|
seang |
a == b (Python equality) is no longer the same thing as a.equals(b) … |
|
|
04/01/08 20:42:16 |
@1066
|
[1066]
|
seang |
Give geometries produced by operators a reference to their parent geometry … |
|
|
04/01/08 13:28:34 |
@1065
|
[1065]
|
seang |
Treat GEOS as unsafe. Load using PyDLL so that the GIL is not released … |
|
|
02/08/08 07:51:56 |
@1046
|
[1046]
|
seang |
Coordinate sequences implement the numpy array protocol and can be adapted … |
|
|
02/07/08 22:46:51 |
@1044
|
[1044]
|
seang |
Coordinate and geometry sequences now hold an extra ref to their parent … |
|
|
02/07/08 21:02:31 |
@1043
|
[1043]
|
seang |
Rename coordinate accessors to _get/_set and cripple the ones of classes … |
|
|
01/04/08 10:14:24 |
@1006
|
[1006]
|
seang |
Supporting setting coordinate sequences of null geometries, thereby … |
|
|
01/04/08 01:22:42 |
@1005
|
[1005]
|
seang |
Prevent passing null pointers to GEOS functions using exceptNull decorator |
|
|
01/03/08 21:55:00 |
@1001
|
[1001]
|
seang |
Abolish geom leaks in point and multipoint adapters |
|
|
01/03/08 12:46:01 |
@997
|
[997]
|
seang |
Allow single coordinate tuple or coordinate sequence to be used when … |
|
|
11/19/07 22:18:21 |
@963
|
[963]
|
seang |
Remove test runner shell script |
|
|
11/19/07 22:17:21 |
@962
|
[962]
|
seang |
Use local valgrind suppressions |
|
|
11/19/07 22:00:31 |
@961
|
[961]
|
seang |
Ditch older test runner, remove zope.testing dependency from new test … |
|
|
11/19/07 21:56:16 |
@960
|
[960]
|
seang |
Ditch older test runner, remove zope.testing dependency from new test … |
|
|
11/02/07 11:48:08 |
@944
|
[944]
|
seang |
Handle case of null geometries passed to factory and operations between … |
|
|
11/01/07 13:50:32 |
@943
|
[943]
|
seang |
Remove tests of the values of hex-encoded binary strings since they will … |
|
|
11/01/07 13:45:52 |
@942
|
[942]
|
seang |
Get endianness right in geometry adapters |
|
|
11/01/07 13:13:35 |
@941
|
[941]
|
seang |
Get endianness right in array_interface |
|
|
11/01/07 12:23:28 |
@940
|
[940]
|
seang |
Test round-trip of geometries through hex-encoded binary (#129) |
|
|
10/18/07 14:15:01 |
@925
|
[925]
|
seang |
Add a bounds property (minx, miny, maxx, maxy) |
|
|
10/13/07 08:29:06 |
@902
|
[902]
|
seang |
Fix multipolygon representation (#124) |
|
|
10/02/07 09:55:46 |
@880
|
[880]
|
seang |
Remove derelict json test |
|
|
09/13/07 08:38:13 |
@874
|
[874]
|
seang |
Add test for case reported by Matt Perry |
|
|
09/05/07 21:00:00 |
@863
|
[863]
|
seang |
asShape factory now handles linestrings, polygons, multipoints, … |
|
|
09/04/07 10:41:36 |
@857
|
[857]
|
seang |
Fix memory allocation for linear rings, support coordinate modification |
|
|
09/04/07 10:09:54 |
@856
|
[856]
|
seang |
Run tests from a single docfile using -t option |
|
|
09/03/07 21:00:56 |
@855
|
[855]
|
seang |
Rename parameter to update_ndim in point.py, initial support for modifying … |
|
|
09/03/07 00:37:46 |
@854
|
[854]
|
seang |
Initial support for in-place modification of a point geometry's … |
|
|
09/02/07 22:39:33 |
@853
|
[853]
|
seang |
Fixed polygon geo interface representation, implemented multipolygons |
|
|
08/19/07 00:51:39 |
@851
|
[851]
|
seang |
Add interior rings to polygons, improve coordinate and geometry sequences |
|
|
08/16/07 21:36:40 |
@849
|
[849]
|
seang |
Complete multilinestrings |
|
|
08/16/07 01:11:57 |
@846
|
[846]
|
seang |
Multi points complete |
|
|
08/15/07 21:39:10 |
@845
|
[845]
|
seang |
Fix expectation of point wkt and rename geo interface test |
|
|
08/11/07 06:57:04 |
@829
|
[829]
|
seang |
Remove tuple method from geometries. All coordinate access is now mediated … |
|
|
08/09/07 02:49:50 |
@811
|
[811]
|
dokai |
Set svn:ignore to *.pyc. |
|
|
08/09/07 02:20:40 |
@808
|
[808]
|
dokai |
Added an alternative doctest runner. |
|
|
08/05/07 15:25:17 |
@773
|
[773]
|
seang |
Test for objects that implement the geo interface |
|
|
08/05/07 15:06:13 |
@772
|
[772]
|
seang |
New factory for geo interface adapters |
|
|
07/24/07 00:33:18 |
@765
|
[765]
|
seang |
New LineStringAdapter? and asLineString factory, with tests |
|
|
07/17/07 01:09:07 |
@761
|
[761]
|
seang |
Add another test of an operation after modifying the adapter context |
|
|
07/17/07 00:50:38 |
@759
|
[759]
|
seang |
Add point adapter and asPoint factory |
|
|
07/15/07 15:21:53 |
@758
|
[758]
|
seang |
Add iterator utilities |
|
|
07/10/07 10:57:13 |
@753
|
[753]
|
seang |
Add support for == and != operators, with tests (#115) |
|
|
07/07/07 00:21:25 |
@748
|
[748]
|
seang |
Polygons can be created by its own factory or the abstract factory, with … |
|
|
07/06/07 15:46:17 |
@747
|
[747]
|
seang |
Change over to use of tuple attribute |
|
|
07/06/07 15:30:00 |
@746
|
[746]
|
seang |
Add coordinate access via getitem, change array property to a tuple … |
|
|
07/05/07 15:06:01 |
@745
|
[745]
|
seang |
Numpy array interface for polygons, exterior ring only now |
|
|
07/04/07 14:05:44 |
@743
|
[743]
|
seang |
Add array-based construction to LineString? |
|
|
07/04/07 09:17:02 |
@742
|
[742]
|
seang |
Allow list of coordinates to be used as single constructor parameter |
|
|
07/03/07 22:55:46 |
@741
|
[741]
|
seang |
Enable creation of points from a numpy coordinate array, will build on … |
|
|
07/03/07 15:07:29 |
@739
|
[739]
|
seang |
Add area, length, and distance |
|
|
07/03/07 14:37:40 |
@737
|
[737]
|
seang |
Refactor topological operations to use descriptors |
|
|
07/03/07 14:09:58 |
@736
|
[736]
|
seang |
Implement binary and unary predicates using descriptors |
|
|
07/03/07 11:01:03 |
@735
|
[735]
|
seang |
Finish topological operations, refactor the array and python feature … |
|
|
07/03/07 10:59:49 |
@734
|
[734]
|
seang |
Finish topological operations, refactor the array and python feature … |
|
|
06/24/07 09:47:33 |
@733
|
[733]
|
seang |
Stub multipoint module which allows the symmetic difference topology test … |
|
|
06/24/07 07:10:59 |
@732
|
[732]
|
seang |
Stub polygon module which allows the buffer topology tests to pass |
|
|
06/23/07 14:56:05 |
@731
|
[731]
|
seang |
New abstract geometry factory that avoids circular imports |
|
|
06/17/07 14:04:11 |
@730
|
[730]
|
seang |
Add operations tests. Where possible, GEOS operations will be properties |
|
|
06/11/07 15:01:04 |
@729
|
[729]
|
seang |
Add test of making point from a Numpy array |
|
|
06/11/07 14:51:52 |
@728
|
[728]
|
seang |
Remove older factory tests, now covered by Persist.txt |
|
|
06/11/07 14:50:28 |
@727
|
[727]
|
seang |
Add pickle-ish convenience functions for Geo-JSON |
|
|
06/11/07 14:32:46 |
@726
|
[726]
|
seang |
Add pickle-ish convenience functions for WKB and WKT |
|
|
06/10/07 23:43:01 |
@724
|
[724]
|
seang |
Added a factory for geometries from GeoJSON. Points only in this revision |
|
|
06/10/07 23:16:10 |
@723
|
[723]
|
seang |
WKB geometry factory also tested against wkb exported from ogr.py |
|
|
06/10/07 14:46:30 |
@721
|
[721]
|
seang |
Points now implement Numpy array protocol |
|
|
04/28/07 21:32:25 |
@719
|
[719]
|
seang |
Rename doctest runner |
|
|
04/26/07 22:15:58 |
@718
|
[718]
|
seang |
Support the pickle protocol, with tests |
|
|
04/22/07 21:11:29 |
@716
|
[716]
|
seang |
Replace GEOSError with more specific ReadingError?. Move geometry classes … |
|
|
04/21/07 23:17:50 |
@713
|
[713]
|
seang |
Add tests for independence of coordinate setters |
|
|
04/20/07 11:25:00 |
@711
|
[711]
|
seang |
Importing a very early example of a new stand-alone geometry package, … |