Skip to main content

Geospatial

NuGet Version NuGet Downloads

Geospatial indexing support with Geohash, S2 Cells, and H3 indexing systems.

Installation

dotnet add package Oproto.FluentDynamoDb.Geospatial

Key Features

  • Multiple Index Types - Support for Geohash, S2, and H3
  • Proximity Queries - Find items within a radius
  • Bounding Box - Query items within geographic bounds
  • Automatic Indexing - Index generation from coordinates

Quick Start

var options = new FluentDynamoDbOptions()
.AddGeospatial();

var table = new LocationsTable(client, "locations", options);

For details, see the Geospatial overview.

NuGet

View on NuGet.org