Mosaic Logo

Contents:

  • API Documentation
  • Usage
    • Installation guide
    • GDAL Installation guide
    • Using grid index systems in Mosaic
    • BNG - British National Grid
    • Quickstart notebook
    • Kepler visualizations
    • Automatic SQL registration
    • Checkpointing for raster operations
  • Models
  • Mosaic Videos and Talks
Mosaic
  • Usage
  • View page source

Usage

  • Installation guide
    • Supported platforms
    • Package installation
    • Enabling the Mosaic functions
  • GDAL Installation guide
    • Supported platforms
    • GDAL Installation
    • GDAL Configuration
  • Using grid index systems in Mosaic
    • 1. Read the source point and polygon datasets.
    • 2. Compute the resolution of index required to optimize the join.
    • 3. Apply the index to the set of points in your left-hand dataframe.
    • 4. Compute the set of indices that fully covers each polygon in the right-hand dataframe
    • 5. ‘Explode’ the polygon index dataframe, such that each polygon index becomes a row in a new dataframe.
    • 6. Join the new left- and right-hand dataframes directly on the index.
    • Final notes
  • BNG - British National Grid
    • Intro
    • Configuring BNG
    • Coordinate Reference System
  • Quickstart notebook
    • Enable Mosaic in the notebook
    • Geometry constructors and the Mosaic internal geometry format
    • Geometry clipping without an index
    • Read from GeoJson, compute some basic geometry attributes
    • Mosaic spatial join optimizations
    • MosaicFrame abstraction for simple indexing and joins
  • Kepler visualizations
    • Examples
  • Automatic SQL registration
    • Pre-requisites
    • Installation
    • Testing
  • Checkpointing for raster operations
Previous Next

© Copyright 2024, Databricks Inc.

Built with Sphinx using a theme provided by Read the Docs.