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에서 보기