Class GeoparquetDatasetMetadata


  • public class GeoparquetDatasetMetadata
    extends Object
    Represents metadata for an entire GeoParquet dataset, which may contain multiple files.

    This class collects and aggregates metadata from all files in a dataset, providing unified access to bounds, CRS information, and other dataset-wide properties. When dealing with a directory of GeoParquet files, this class provides a consolidated view of the metadata across all files.

    Key functionality includes:

    • Computing unified bounds across all files in the dataset
    • Providing access to CRS information
    • Supporting directory-based datasets with multiple GeoParquet files
    • Constructor Detail

      • GeoparquetDatasetMetadata

        public GeoparquetDatasetMetadata​(Map<String,​GeoParquetMetadata> md)
        Creates a new dataset metadata instance from a map of individual file metadata.
        Parameters:
        md - Map of file names to their GeoParquet metadata