|
|
11/19/08 08:30:14 |
@1157
|
[1157]
|
seang |
Remove reference to GEOSCoordSeq_getOrdinate (#178) |
|
|
11/17/08 14:56:06 |
@1153
|
[1153]
|
seang |
Remove get of WKB dims |
|
|
11/17/08 14:11:43 |
@1152
|
[1152]
|
seang |
Remove GEOS C API 1.4 functions from ctypes declarations, add notes about … |
|
|
11/11/08 20:49:58 |
@1149
|
[1149]
|
seang |
Patch from Amos Latteier for macports libgeos |
|
|
10/31/08 16:54:38 |
@1145
|
[1145]
|
seang |
Add ctypes declarations from Paul Winkler, with some fixes |
|
|
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) |
|
|
08/22/08 17:10:37 |
@1136
|
[1136]
|
seang |
Reimplement interior access using weakrefs |
|
|
07/21/08 10:17:34 |
@1126
|
[1126]
|
seang |
Use weak reference to avoid a reference cycle with exterior ring of … |
|
|
07/09/08 13:51:54 |
@1121
|
[1121]
|
seang |
Multipolygon bug fix and notes about 1.0.6 |
|
|
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/28/08 10:16:50 |
@1089
|
[1089]
|
seang |
Back out the shortcuts, add geometry caching to adapters (#163) |
|
|
04/27/08 22:04:50 |
@1088
|
[1088]
|
seang |
Hash-based cache of geos geometries prevents corruption while keeping … |
|
|
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/22/08 15:53:03 |
@1051
|
[1051]
|
seang |
set ndim, not ndims |
|
|
02/08/08 08:23:14 |
@1048
|
[1048]
|
seang |
Help to find the kyngchaos framework on darwin platform (#154) |
|
|
02/08/08 07:52:55 |
@1047
|
[1047]
|
seang |
Undo change to SO name |
|
|
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/16/08 15:01:50 |
@1017
|
[1017]
|
seang |
Work around #149, add explicit Windows instructions and correct fredj's … |
|
|
01/14/08 14:12:18 |
@1014
|
[1014]
|
seang |
Add credits to the readme, change classifier to stable |
|
|
01/13/08 13:26:05 |
@1012
|
[1012]
|
seang |
Windows setup that installs GEOS dlls |
|
|
01/04/08 11:13:19 |
@1008
|
[1008]
|
seang |
Free GEOS allocated memory in wkb and wkt dumpers, increment version … |
|
|
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 23:59:30 |
@1004
|
[1004]
|
seang |
Avoid unnecessary copying |
|
|
01/03/08 22:28:50 |
@1003
|
[1003]
|
seang |
Abolish geom leaks in polygon and multipolygon adapters |
|
|
01/03/08 22:15:54 |
@1002
|
[1002]
|
seang |
Abolish geom leaks in linestring and multilinestring adapters |
|
|
01/03/08 21:55:00 |
@1001
|
[1001]
|
seang |
Abolish geom leaks in point and multipoint adapters |
|
|
01/03/08 17:16:18 |
@1000
|
[1000]
|
seang |
Abolish to_wkt and to_wkb memory leaks. Tested on Linux with libc, not yet … |
|
|
01/03/08 15:14:54 |
@999
|
[999]
|
seang |
Use ctypes errcheck in predicates |
|
|
01/03/08 14:55:22 |
@998
|
[998]
|
seang |
Plug memory leak in BaseGeometry?.relate |
|
|
01/03/08 12:46:01 |
@997
|
[997]
|
seang |
Allow single coordinate tuple or coordinate sequence to be used when … |
|
|
11/30/07 09:13:29 |
@980
|
[980]
|
seang |
Make holes optional in asPolygon |
|
|
11/02/07 11:48:08 |
@944
|
[944]
|
seang |
Handle case of null geometries passed to factory and operations between … |
|
|
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 |
|
|
10/29/07 09:18:15 |
@936
|
[936]
|
seang |
Avoid calling lgeos.GEOSGeomType, use GEOSGeomTypeId and internal list of … |
|
|
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/08/07 09:27:53 |
@888
|
[888]
|
seang |
Patch from Benjamin Chartier to allow use of the Windows PostGIS … |
|
|
10/02/07 23:46:23 |
@884
|
[884]
|
seang |
Prevent attempts to free memory when geometry adapters are deleted |
|
|
10/02/07 14:10:12 |
@883
|
[883]
|
seang |
Try to load GEOS SO or DLL by major versioned name first |
|
|
09/13/07 11:36:28 |
@875
|
[875]
|
seang |
Set geometry dimension in the factory |
|
|
09/12/07 21:48:04 |
@873
|
[873]
|
seang |
Remove needless try/except |
|
|
09/10/07 10:51:59 |
@869
|
[869]
|
seang |
Holes may be an empty sequence, watch for this |
|
|
09/05/07 21:00:00 |
@863
|
[863]
|
seang |
asShape factory now handles linestrings, polygons, multipoints, … |
|
|
09/04/07 11:31:36 |
@858
|
[858]
|
seang |
Add usage examples to readme, update setup.py |
|
|
09/04/07 10:41:36 |
@857
|
[857]
|
seang |
Fix memory allocation for linear rings, support coordinate modification |
|
|
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 |
|
|
09/02/07 21:29:50 |
@852
|
[852]
|
seang |
Fix typo in comment and remove extra function definition |
|
|
08/19/07 00:51:39 |
@851
|
[851]
|
seang |
Add interior rings to polygons, improve coordinate and geometry sequences |
|
|
08/16/07 21:42:57 |
@850
|
[850]
|
seang |
Correct multipoint docstrings and add an attribute which reports the … |
|
|
08/16/07 21:36:40 |
@849
|
[849]
|
seang |
Complete multilinestrings |
|
|
08/16/07 15:32:21 |
@848
|
[848]
|
seang |
Move geos geometry factories out of classes and into module functions |
|
|
08/16/07 10:47:34 |
@847
|
[847]
|
seang |
Refactor to make GeometrySequence? |
|
|
08/16/07 01:11:57 |
@846
|
[846]
|
seang |
Multi points complete |
|
|
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/08/07 15:27:46 |
@803
|
[803]
|
dokai |
Import the find_library() function. |
|
|
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/20/07 08:13:24 |
@764
|
[764]
|
seang |
Help find libgeos_c on system using the KyngChaos? framework |
|
|
07/19/07 00:51:11 |
@763
|
[763]
|
seang |
Add coordinate sequences |
|
|
07/17/07 16:05:15 |
@762
|
[762]
|
seang |
Add untested support for the darwin platform |
|
|
07/17/07 00:52:16 |
@760
|
[760]
|
seang |
Add missing self arg to _geos_from_py() |
|
|
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/12/07 09:27:23 |
@756
|
[756]
|
seang |
It's NotImplementedError?, not NotImplemented? (#118) |
|
|
07/11/07 13:34:37 |
@754
|
[754]
|
seang |
MultiLineString? stub (#117) |
|
|
07/10/07 10:57:13 |
@753
|
[753]
|
seang |
Add support for == and != operators, with tests (#115) |
|
|
07/09/07 08:31:01 |
@752
|
[752]
|
seang |
Add shapely.geometry into setup packages (#113) and add multipoint.py to … |
|
|
07/08/07 21:49:45 |
@751
|
[751]
|
seang |
Clarify descriptor attributes |
|
|
07/08/07 14:11:41 |
@750
|
[750]
|
seang |
Add missing docstrings |
|
|
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:30:30 |
@740
|
[740]
|
seang |
Remove unneeded factory module |
|
|
07/03/07 15:07:29 |
@739
|
[739]
|
seang |
Add area, length, and distance |
|
|
07/03/07 14:44:44 |
@738
|
[738]
|
seang |
Improve readibility |
|
|
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 |