5P by xguru 2021-04-06 | favorite | 댓글 1개

- 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/…

비슷한 용도로 쓰이는 것들
- SQLite R*Tree Module - https://www.sqlite.org/rtree.html
- The Geopoly Interface - https://www.sqlite.org/geopoly.html

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