root/Shapely/trunk/tests


Mode:

Legend:

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