Changes between Version 14 and Version 15 of ClassGeospatial_data


Ignore:
Timestamp:
Mar 3, 2009, 7:38:38 AM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassGeospatial_data

    v14 v15  
    7474|| '''ensure_absolute(points, geo_reference=None)''' || Ensure that a set of points are in absolute coordinates. If '''geo_reference''' is specified, assume the points are relative to it. ||
    7575|| '''ensure_geospatial(points, geo_reference=None)''' || Convert a set of points to a Geospatial_data instance.  '''geo_reference''' may be either a Geo_reference object or a 3-tuple of (zone, easting, northing). ||
    76 || '''find_optimal_smoothing_parameter(data_file, alpha_list=None, mesh_file=None, boundary_poly=None, mesh_resolution=100000, north_boundary=None, south_boundary=None, east_boundary=None, west_boundary=None, plot_name='all_alphas', split_factor=0.1, seed_num=False, cache=False, verbose=False)''' || Using a sample of points from '''data_file''' and a selection of alpha values from '''alpha_list''' returns the alpha value that has the smallest covariance between the predicted value and removed values. ||
     76|| '''old_find_optimal_smoothing_parameter(data_file, alpha_list=None, mesh_file=None, boundary_poly=None, mesh_resolution=100000, north_boundary=None, south_boundary=None, east_boundary=None, west_boundary=None, plot_name='all_alphas', split_factor=0.1, seed_num=False, cache=False, verbose=False)''' || Using a sample of points from '''data_file''' and a selection of alpha values from '''alpha_list''' returns the alpha value that has the smallest covariance between the predicted value and removed values. ||
    7777|| '''find_optimal_smoothing_parameter()''' || Obsolete version of the above function. ||
    7878