SpatiaLite - SQLite के लिए Spatial SQL एक्सटेंशन
(gaia-gis.it)- PostgreSQL + PostGIS स्तर की spatial DB क्षमताएँ SQLite के ऊपर लागू की जा सकती हैं (OGC-SFS* संगत)
→ डेस्कटॉप/स्टैंडअलोन GIS फीचर लागू करने के लिए उपयुक्त
-
ESRI Shapefile, DBF Archive आदि फ़ाइलों का समर्थन
-
Geometry Notation समर्थन: WKT/WKB, PostGIS का EWKT/EWKB, GML, KML(Google Maps/Google Earth), 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
1 टिप्पणियां
SQLite को वाकई कई तरह से extend किया जा रहा है.
SQLite 3.35 के नए फीचर्स https://hi.news.hada.io/topic?id=3883
CG/SQL - SQLite के लिए Stored Procedure code generator https://hi.news.hada.io/topic?id=2998
SQLite को document DB के रूप में इस्तेमाल करना https://hi.news.hada.io/topic?id=3271
simple-graph : SQLite को Graph DB के रूप में इस्तेमाल करना https://hi.news.hada.io/topic?id=3477
SQLite Plus - regex/statistics/Unicode/virtual table functions जोड़ना https://hi.news.hada.io/topic?id=4011