geodesic.boson#
This module contains types for working with configuration of Boson Datasets
Dataset Classes and Utilities#
Datasets area a special type of Entanglement Object that are used to represent data. They store the metadata that Boson needs to provide decentralized data access.
|
Allows interaction with SeerAI datasets. |
|
Dataset Utility Functions#
|
Gets a Dataset from Entanglement by name or by a combination of qualifers and name. |
|
Gets a DatasetList from by name or by a combination of qualifers and name. |
|
Deprecated in 1.0.0 |
Data Structures#
|
Specify and asset from a dataset as well as a list of bands. |
|
BosonConfig Provider Configuration. |
|
A Boson Provider Config. |
|
Cache Configuration. |
|
|
|
Configures the Middleware for a Dataset. |
|
|
|
|
|
|
|
|
|
Middleware and Utilities#
|
Creates a new asset by applying a band arithmetic expression to an existing asset. |
|
Calculate the bounds of the queried geometry. |
|
Buffer the queried geometry. |
|
Creates a new field in the search response based on an expression. |
|
Calculate the centroid of the queried geometry. |
|
Apply a colormap to the pixels data from an existing asset in the dataset. |
|
Combine fields in the properties of a search response. |
|
Compute an ID for each feature in the search response. |
|
Calculate the convex hull of the queried geometry. |
|
Adds CQL filtering to a provider that may not implement it natively. |
|
Create a new asset from existing assets in a dataset. |
|
Creates a new asset by calculating the difference between two datetime bands. |
|
Adds datetime filtering to a provider that may not implement it natively. |
|
Sets the default value of asset_bands in a pixels request on a Dataset. |
|
Sets the default datetime range in a search request on a Dataset. |
|
Adds the H3 cell to properties. |
|
Creates an interpolated image from a feature collection using inverse distance weighting. |
|
Creates a new asset by calculating the normalized difference between two bands. |
|
Create polyline/linestring features from an ordered sequence of points. |
|
Creates a rasterized image from a feature collection as a new raster asset. |
|
Rename fields in the properties of a search response. |
|
Rescale the pixel values of an asset in a dataset. |
|
Adds the S2 cell to properties. |
|
Simplify the queried geometry. |
|
Adds spatial filtering to a provider that may not implement it natively. |