BRO#

BRO api#

BroApi([server_url])

BroApi.get_objects(bro_ids[, object_type])

Return BRO objects as a generator containing element trees that can be parsed to a reader.

BroApi.search_objects_in_bbox(xmin, xmax, ...)

Search for BRO objects of the given object type within the given bounding box.

BroApi.apis

BroApi.document_types

BRO 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.select(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

GeoTop.select_bottom()

GeoTop.select_by_values()

GeoTop.select_index(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

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#