# SpatiaLite - SQLite용 Spatial SQL 확장

> Clean Markdown view of GeekNews topic #4017. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4017](https://news.hada.io/topic?id=4017)
- GeekNews Markdown: [https://news.hada.io/topic/4017.md](https://news.hada.io/topic/4017.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-06T09:25:37+09:00
- Updated: 2021-04-06T09:25:37+09:00
- Original source: [gaia-gis.it](https://www.gaia-gis.it/fossil/libspatialite/index)
- Points: 5
- Comments: 1

## Topic Body

- PostgresQL + PostGIS 수준의 공간 DB 기능을 SQlite 위 에서 구현 가능 (OGC-SFS* 호환)

ㅤ→ 데스크탑/Standalone GIS 기능 구현에 적합

- ESRI Shapefile, DBF Archive 등의 파일 지원

- Geometry Notation 지원 : WKT/WKB, PostGIT의 EWKT/EWKB, GML, KML(구글맵/구글어스), GeoJSON, SVG

OGC-SFS : Open Geospatial Consortium - Simple Features Interface Standard

- OGC SFS(단순 피처 모델) : https://docs.qgis.org/2.8/ko/docs/training_manual/spatial_databases/simple_feature_model.html

비슷한 용도로 쓰이는 것들

- SQLite R*Tree Module - https://www.sqlite.org/rtree.html

- The Geopoly Interface - https://www.sqlite.org/geopoly.html

## Comments



### Comment 4792

- Author: xguru
- Created: 2021-04-06T09:25:45+09:00
- Points: 3

SQLite는 정말 다양하게 확장하네요.

SQLite 3.35 의 새 기능 https://news.hada.io/topic?id=3883

- Math 함수 : cos,sin,tan,log,ln,exp,floor,mod,pi,pow,power,radians,sqrt등

CG/SQL - SQLite용 Stored Procedure 코드 생성기 https://news.hada.io/topic?id=2998

SQLite를 도큐먼트DB로 사용하기 https://news.hada.io/topic?id=3271

simple-graph : SQLite를 Graph DB로 사용하기 https://news.hada.io/topic?id=3477

SQLite Plus - 정규식/통계/유니코드/가상테이블 함수 추가 https://news.hada.io/topic?id=4011
