Data sources#
General#
|
A DataSource is a parsed section of a DataCatalog. |
Return a summary of the DataSource. |
RasterDataset#
|
DataSource class for the RasterDataset type. |
|
Read data from this source. |
Convert a rasterdataset into a STAC Catalog representation. |
|
|
Return the bounding box and espg code of the dataset. |
|
Detect the time range of the dataset. |
Detect the bounding box and crs of the dataset. |
|
Detect the temporal range of the dataset. |
GeoDataFrame#
|
DataSource for GeoDataFrames. |
|
Use the driver and data adapter to read and harmonize the data. |
Convert a geodataframe into a STAC Catalog representation. |
|
|
Return the bounding box and espg code of the dataset. |
Detect the bounding box and crs of the dataset. |
DataFrame#
|
DataSource for DataFrames. |
|
Use the resolver, driver, and data adapter to read and harmonize the data. |
|
Convert a dataframe into a STAC Catalog representation. |
GeoDataset#
|
DataSource class for the GeoDatasetSource type. |
|
Read data from this source. |
|
Convert a geodataset into a STAC Catalog representation. |
|
Return the bounding box and espg code of the dataset. |
Detect the bounding box and crs of the dataset. |