Skip to main content

spatial-databases

Spatial databases, GIS, location queries, and geospatial data

インストールへ移動

ソース情報

リポジトリ
NeuralBlitz/Mito
ソースの最終更新活動
2026年3月22日 13:29
検出された SKILL.md の言語
英語
スター
0
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
spatial-databases
description
Spatial databases, GIS, location queries, and geospatial data
license
MIT
compatibility
opencode
metadata
{"audience":"developers","category":"databases"}
## What I do - Query spatial data efficiently - Implement location-based queries and services - Design spatial indexes - Work with geographic coordinate systems - Process geospatial data ## When to use me When building location-based services, GIS applications, or any system requiring spatial queries. ## Key Concepts ### Spatial Data Types - Points, Lines, Polygons - MultiPoint, MultiLine, MultiPolygon - Geometry vs Geography - Z coordinates (3D) - M coordinates (measures) ### Coordinate Systems - WGS84 (EPSG:4326) - Web Mercator (EPSG:3857) - UTM zones - Coordinate transformations - Projected vs geographic CRS ### Spatial Indexing - R-trees - Quadtrees - Geohash - H3 (Uber's hexagonal hierarchy) - Index optimization ### Spatial Functions - Distance calculations - Area computations - Buffer operations - Union/Intersection - Point-in-polygon - Nearest neighbor ### Common Queries - Find points within radius - Find polygons containing point - K-nearest neighbors - Route between points - Spatial joins - Heatmap generation ### Database Support - PostGIS (PostgreSQL) - MySQL spatial extensions - SQL Server spatial - Oracle Spatial - MongoDB geospatial - Redis geospatial ### Use Cases - Ride-sharing/mapping - Store locators - Geofencing - Asset tracking - Weather analytics - Urban planning
GitHubで見る