maptek.vulcan.grid
Interface for Vulcan grids.
class
maptek.vulcan.grid
Bases
maptek.vulcan.VGD_grid_t
class
maptek.vulcan.VGD_grid_t (* args )
Proxy of C++ VGD_grid_t class.
clear ( VGD_grid_t self )
load ( VGD_grid_t self, string const & name ) → int
save ( VGD_grid_t self, string const & name ) → int
load_esri ( VGD_grid_t self, string const & name ) → int
save_esri_ascii ( VGD_grid_t self, string const & name ) → int
get_x0 ( VGD_grid_t self ) → double
get_y0 ( VGD_grid_t self ) → double
get_dx ( VGD_grid_t self ) → double
get_dy ( VGD_grid_t self ) → double
n_data ( VGD_grid_t self ) → int
get_nx ( VGD_grid_t self ) → int
get_ny ( VGD_grid_t self ) → int
get_x ( VGD_grid_t self, int k ) → double
get_y ( VGD_grid_t self, int k ) → double
get_mask ( VGD_grid_t self, int k ) → int
put_w ( VGD_grid_t self, int k, double w )
put_mask ( VGD_grid_t self, int k, int mask )
ij_to_pos ( VGD_grid_t self, int i, int j ) → int
get_w ( VGD_grid_t self, int k ) → double
get_w ( VGD_grid_t self, double x, double y, double * w, int * mask )
get_z ( VGD_grid_t self, double x, double y, double * w, int * mask )
get_elevation ( VGD_grid_t self, double x, double y ) → double
get_elevation_mask ( VGD_grid_t self, double x, double y ) → int
get_w_missing ( VGD_grid_t self, double x, double y, double * w, int * mask )
get_elevation_missing ( VGD_grid_t self, double x, double y, double * w, int * mask ) → double
get_elevation_missing_mask ( VGD_grid_t self, double x, double y, double * w, int * mask ) → int
set_x0 ( VGD_grid_t self, double _x0 ) → VGD_grid_t
set_y0 ( VGD_grid_t self, double _y0 ) → VGD_grid_t
set_dx ( VGD_grid_t self, float _dx ) → VGD_grid_t
set_dy ( VGD_grid_t self, float _dy ) → VGD_grid_t
set_size ( VGD_grid_t self, int _nx, int _ny ) → VGD_grid_t
copy ( VGD_grid_t self, VGD_grid_t right )
basic_stats ( VGD_grid_t self, double * average, double * minw, double * maxw, double * variance, int * count )
get_values ( VGD_grid_t self ) → ARRAY_RESULT_FLOAT
get_values_mask ( VGD_grid_t self ) → ARRAY_RESULT_LONGLONG
get_x_coordinates ( VGD_grid_t self ) → ARRAY_RESULT_DOUBLE
get_y_coordinates ( VGD_grid_t self ) → ARRAY_RESULT_DOUBLE
put_values ( VGD_grid_t self, int n0 )
put_values_mask ( VGD_grid_t self, int n0 )
ok
get_grid()
get_grid_mask()
get_grid_x()
get_grid_y()
put_grid(data)
put_grid_mask(mask)
get_pandas()
put_pandas(dataframe)
pandas
Pandas DataFrame for vulcan.grid.
class
maptek.vulcan.VGD_grid_cell_t (* args )
Bases
object
Proxy of C++ VGD_grid_cell_t class.
set_w ( VGD_grid_cell_t self, double _w ) → VGD_grid_cell_t
put_w( VGD_grid_cell_t self, double _w ) → VGD_grid_cell_t
set_mask ( VGD_grid_cell_t self, int _mask ) → VGD_grid_cell_t
put_mask ( VGD_grid_cell_t self, int _mask ) → VGD_grid_cell_t
get_w ( VGD_grid_cell_t self ) → double
get_mask ( VGD_grid_cell_t self ) → int
get_w_and_mask ( VGD_grid_cell_t self, float * ww, int * m )
get_w_and_mask ( VGD_grid_cell_t self, double * ww, int * m )
copy ( VGD_grid_cell_t self, VGD_grid_cell_t copy ) → VGD_grid_cell_t