Skip to content

Main Page

Aanish Amir Waseem edited this page Jan 8, 2023 · 1 revision

API - Documentation

Asset Registry

  • Use google S2 API for the geospatial indexing
  • We are using a 2-stage (L13 and L20) lookup design which should make registrations and lookups fast
  • S2 Resolution levels - L13, L20

  • We are storing L8, L13, L15, L18, L19 and L20 (8-9m) currently.
  • Going to higher resolutions will allow payload to get very large and make it impractical.

  • We will be sticking to Python Flask/Django for building these services to keep the design python-first
Clone this wiki locally