GeoTop#

Constructor#

GeoTop(ds)

GeoTop.from_netcdf(nc_path[, data_vars, ...])

Read the BRO GeoTop subsurface model from a netcdf dataset into a GeoTop VoxelModel instance.

GeoTop.from_opendap([url, data_vars, bbox, lazy])

Download an area of GeoTop directly from the OPeNDAP data server into a GeoTop VoxelModel instance.

Methods#

GeoTop.isel(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

GeoTop.sel(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

GeoTop.select_bottom()

GeoTop.select_by_values()

GeoTop.select_surface_level()

GeoTop.select_top()

GeoTop.select_with_line()

GeoTop.select_with_points(points)

Select voxel columns at the locations of point geometries.

GeoTop.select_within_bbox()

GeoTop.select_within_polygons()

GeoTop.slice_depth_interval()

GeoTop.zslice_to_tiff()

Attributes#