Changeset 1502
- Timestamp:
- 07/09/06 15:21:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/Examples/BODC/demoCreateBODCPointSeries.py
r1499 r1502 1 1 ''' demo - how to create typical BODC PointSeries Feature using attributes of parser objects. 2 Dominic Lowe 07 August 2006, (c) BADC, CCLRC ''' 2 Dominic Lowe 07 August 2006, (c) BADC, CCLRC 3 updated 07 September 2006 to reflect new module structure 4 the only changes are: 5 different imports 6 prefixed parser objects with csml.parser. 7 renamed variable 'csml' to 'csmldoc' to avoid conflict with package names 8 ''' 3 9 4 10 import csml.parser
Note: See TracChangeset
for help on using the changeset viewer.