TY - JOUR AU - Humhong, Chingchai AU - Choosumrong, Sittichai AU - Homhuan, Sakda PY - 2016 TI - การพัฒนาระบบสนับสนุนการตัดสินใจเชิงพื้นที่สำหรับการพิจารณาจัดสรรผู้เข้าพักอาศัยในหอพักบุคลากรของมหาวิทยาลัยนเรศวรด้วยซอฟต์แวร์รหัสเปิด JF - Naresuan University Journal: Science and Technology (NUJST); Vol 24 No 1 (2016): January-April 2016 KW - ระบบสนับสนุนการตัดสินใจเชิงพื้นที่, ซอฟต์แวร์รหัสเปิด, OGC Web Service, pgRouting, PostgreSQL/PostGIS, Driving distance Spatial Decision Support System, FOSS4G, OGC Web Service, pgRouting N2 -         ปัจจุบัน การสืบค้นข้อมูลเพื่อขอสิทธิ์หอพักบุคลากรในมหาวิทยาลัยแบบเดิมนั้นเป็นแบบแผนที่กระดาษและตารางซึ่งมีความซับซ้อน ไม่สะดวกและใช้เวลาค่อนข้างมากในการสืบค้นและจัดการข้อมูล การศึกษาครั้งนี้ได้พัฒนาระบบสนับสนุนการตัดสินใจเชิงพื้นที่สำหรับการพิจารณาจัดสรรผู้เข้าพักอาศัยในหอพักบุคลากรของมหาวิทยาลัยนเรศวร ในรูปแบบเว็บแผนที่ออนไลน์ผ่านเครือข่ายอินเตอร์เน็ต และสามารถวิเคราะห์ตำแหน่งหมู่บ้านของผู้ใช้บริการที่สามารถขอหอพักและไม่สามารถขอหอพักของมหาวิทยาลัยนเรศวร การพัฒนาระบบผู้วิจัยได้เลือกใช้ซอฟต์แวร์รหัสเปิด (Free and Open Source Software for Geospatial: FOSS4G) ในการพัฒนาระบบทั้งหมด โดยใช้ pgRouting algorithm ซึ่งเป็นเครื่องมือที่ทำงานร่วมกับ PostgreSQL/PostGIS เข้ามาช่วยในการวิเคราะห์ระบบโครงข่ายถนนสำหรับการบริการเส้นทางที่สั้นที่สุดด้วยฟังก์ชัน pgDijkstra ส่วนการวิเคราะห์พื้นที่ให้บริการได้เปรียบเทียบการวิเคราะห์ 2 วิธีการคือ 1) วิเคราะห์แบบรัศมี 25 กิโลเมตร โดยใช้ฟังก์ชัน ST_Buffer และ 2) วิเคราะห์แบบพื้นที่ให้บริการซึ่งคำนวณจากระยะทางสัญจร 25 กิโลเมตร โดยใช้ฟังก์ชัน pgr_drivingDistance และ pgr_alphaShape  ผลการศึกษาครั้งนี้พบว่าระบบที่พัฒนาขึ้นสามารถนำไปใช้สนับสนุนงานบริการสวัสดิการหอพักบุคลากรได้ เมื่อทราบตำแหน่งหมู่บ้านของผู้ใช้บริการ และทราบพื้นที่ให้บริการในรัศมี 25 กิโลเมตร ทำให้สามารถวิเคราะห์สิทธิ์การขอหอพักบุคลากรได้ โดยนำข้อมูลตำแหน่งหมู่บ้านมาวิเคราะห์ร่วมกับพื้นที่ให้บริการด้วยฟังก์ชัน ST_Within ถ้าตำแหน่งหมู่บ้านอยู่ในพื้นที่ให้บริการ แสดงว่าไม่สามารถขอหอพักได้ แต่ถ้าตำแหน่งหมู่บ้านอยู่นอกพื้นที่ให้บริการแสดงว่าสามารถขอหอพักได้ โดยข้อมูลที่ได้จากการวิเคราะห์ทั้งหมดจะถูกนำไปแสดงในรูปแบบของ OGC Web Service (OWS) ตามมาตรฐานของ Open Geospatial Consortium (OGC) คำสำคัญ: ระบบสนับสนุนการตัดสินใจเชิงพื้นที่, ซอฟต์แวร์รหัสเปิด, OGC Web Service, pgRouting, PostgreSQL/PostGIS, Driving distance         Nowadays, the use of dormitory qualification method in Naresuan University is using paper-based which take along time, difficult to search and manage data. Thus, this study aims to developing web-enabled considering decision support system for staff dormitory service in Naresuan University and to evaluate the village location of users between acceptable and unacceptable to stay. The system has implemented and developed as web mapping application using Free and Open Source Software for Geospatial (FOSS4G), Open Data and Open Standards. The Shortest Path network analysis and Service Area provided by pgDijkstra algorithm in pgRouting Library PostGIS/PostgreSQL is used for calculating the distance from Naresuan University as a starting point to the selected village as destination point. Twentyfive kilometers of service area can be calculated and compared between radial method using ST_Buffer function and driving distance method using pgr_drivingDistance and pgr_alphaShape functions. The results of this study showed that the developed system can be used to support staff in dormitory service in Naresuan University. The system can investigate the result by calculating the service area in 25 kilometers with the location of the village using ST_Within function in PostGIS.  If the village is located in the service area, then that village will be unacceptable to stay in dormitory but if the village is not intersected with in the buffer area then it can be acceptable to stay in the dormitory. The data from the analysis will be presented in the form of OCG Web Service (OWS) and Open Geospatial Consortium (OGC). Keywords: Spatial Decision Support System, FOSS4G, OGC Web Service, pgRouting, PostgreSQL/PostGIS, Driving distance UR - https://www.journal.nu.ac.th/NUJST/article/view/1274