Changes between Version 1 and Version 2 of ClassGeospatial_data


Ignore:
Timestamp:
Feb 27, 2009, 4:34:00 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassGeospatial_data

    v1 v2  
    22-----
    33
    4 = Class {name_of_class} =
    5 Defined in file xyzzy.py.
     4= Class Geospatial_data =
     5
     6Defined in file geospatial_data/geospatial_data.py.
    67
    78== Discussion ==
    89
    9 Put a general discussion of the class, it's usage, whatever, here.
     10
    1011
    1112== {name_of_class} Attributes ==
    1213
    13 || '''attribute_name''' || Detailed discussion of attribute ||
     14|| '''geo_reference''' ||  ||
     15|| '''file_name''' ||  ||
     16|| '''max_read_lines''' ||  ||
     17|| '''data_points''' ||  ||
     18|| '''attributes''' || Dictionary ||
     19|| '''default_attribute_name''' ||  ||
     20|| '''verbose''' ||  ||
     21|| '''blocking_georef''' ||  ||
     22|| '''blocking_keys''' ||  ||
     23|| '''number_of_points''' ||  ||
     24|| '''fid''' ||  ||
     25|| '''start_row''' ||  ||
     26|| '''last_row''' ||  ||
     27|| '''show_verbose''' ||  ||
     28|| '''verbose_block_size''' ||  ||
     29|| '''block_number''' ||  ||
     30|| '''number_of_blocks''' ||  ||
     31|| '''header''' ||  ||
     32|| '''file_pointer''' ||  ||
    1433
    1534== {name_of_class} Methods ==