ปัจจุบันการใช้ Database ในการจัดการข้อมูลเชิงพื้นที่หรือที่หลายท่านคุ้นเคยในชื่อที่เรียกว่า Spatial Database กำลังกลายเป็นที่นิยมและเป็นสิ่งจำเป็นในการใช้พัฒนาระบบขั้นสูง ผมเองก็เคยกล่าวถึง spatial database มาแล้วหลายตัวเช่น Postgresql, Oracle, Mysql และอื่นๆ อีกหนึ่งทางเลือกก็คือ SpatiaLite โมดูล GIS ของ SQLlite
เมื่อไม่นานมานี้ SpatiaLite ออกเวอร์ชั่นใหม่ล่าสุด SpatiaLite 2.2 โดยมีการปรับปรุงฟีเจอร์ต่างๆดังนี้ครับ
- full UTF-8 SQLite internal data storage and locale charsets for input and output
- a GUI tool supporting DB management in an user friendly way
- PROJ.4 latest version (4.6.1), this including an updated EPSG dataset
- SQLite’s latest version (3.6.2) implementing the definitive R*Tree Spatial Index
- an alternative Spatial Index implementation using MBR caching
- added the new Virtual Table module VirtualText supporting direct SQL access to CSV and TxtTab files
ท่านที่สนใจดาวน์โหลดมาใช้งานได้ที่ http://www.gaia-gis.it/spatialite/index.html หรืออ่านวิธีติดตั้งและวิธีใช้ที่ http://emap.wordpress.com/2008/05/18/spatialite/
