Posts

Showing posts with the label spatial database

Integrating SDE Enterprise Geodatabase and PostGIS under Same Database Part 2 PostGIS Configuration

Image
This post straight continuation from my previous post about Integration of Enterprise Geodatabase and PostGIS inside PostgreSQL Environment. The video tutorial can be viewed at the end of this post. In the video I demonstrate about how to configure PostGIS extension inside PostgreSQL enterprise geodatabase. The steps are little bit tricky so if you are not familiar with Enterprise Geodatabase and PostGIS, I suggest you to watch the Part 1 of the series. The configuration steps I show on the video must be done one by one following the order like I demonstrate on the video. On step missed will result in Geodatabase in not usable and PostGIS wont works like how it should.  I dont test these steps on other OS like Linux, but I guess it wont be much different. And please remember that you must see this trick as experimental because personally I also didnt evaluate its performance in actual production environment. 

Integrates Enterprise Geodatabase and PostGIS under Same PostgreSQL Database Part 1. Installation and Initial Configuration.

Image
As promised from my previous post, I have started to make series of video demonstration about how to extend Enterprise Geodatabase functionalities with PostGIS features inside PostgreSQL Database Management System. The first video below will show you about the PostgreSQL, PostGIS and Enterprise Geodatabase installation and initial configuration under Windows OS. I dont test it on Linux yet but I think it would be pretty much same. If you readers already familiar about PostgreSQL, PostGIS and Enterprise Geodatabase installation, guess you can skip this post and wait for my next post.  You can test the workflow from your local computer or remote online server, I have done both, so far there are no problem arised, but if you want to implement multi client editing (for example using ArcGIS and QGIS at same time) I suggest you to be careful because I found an ObjectID increment functions on both software are conflicting, but it is only happen if two or more clients perform commit data o...

PLUGIN OFFLINE EDITING DI QUANTUM GIS SEBAGAI ALTERNATIF DARI ARCPAD

Bagi anda yang sering melakukan pekerjaan updating data spasial di lapangan dan pernah menggunakan ArcPad untuk pekerjaan tersebut, pasti sangat merasakan sekali manfaat fasilitas offline editing dan synchronization dari ArcPad ke ArcGIS desktop. Di Quantum GIS, hal yang sama juga dapat dilakukan menggunakan Plugin Offline Editing.  Sebagai mana kita tahu, Quantum GIS juga dikembangkan untuk sistem operasi Android, sehingga updating data spasial di lapangan dapat dilakukan menggunakan gadget Android baik tablet PC maupun Handphone. Cara kerja Plugin Offline Editing adalah sebagai berikut : 1.       Data yang akan diupdate dikonversi menjadi file spatialite database (Offline Editing Menu > Convert to Offline Project) 2.         File hasil konversi dibawa ke lapangan lalu diolah menggunakan Quantum GIS Android 3.         File hasil pengolahan lapangan dibuka kembali di Quantum GIS Desktop lalu dilakukan s...

Spatialite Sebagai Alternatif Personal/File Geodatabase

Image
Spatialite adalah sebuah ekstensi dari SQLite DBMS yang memungkinkan database SQLite menyimpan dan mengelola data spasial (Database spasial). Berbeda dengan PostGRE SQL/POSTGIS, SQLLite/Spatialite tidak dikembangkan dalam arsitektur Client-Server Database. Jadi file database bersifat kompak seperti database Microsoft Access (mdb) atau ESRI File Geodatabase (gdb).  Database ini cukup ringan dan sangat optimal untuk penyimpanan dan diseminasi data spasial yang ukurannya tidak terlalu besar, dan bisa menjadi alternatif untuk ESRI personal/file geodatabase, walaupun fitur yang ada tidak selengkap geodatabase.  Beberapa client software yang sudah mendukung SQLite/Spatialite antara lain QuantumGIS , dan MAPNIK.  Versi GUI dari Spatialite dapat diunduh dari alamat ini . Aplikasi ini dapat mengimport data Shapefile (shp) untuk dimasukkan ke dalam database SQlite, yang nanti dapat dipanggil dalam client software seperti Quantum GIS desktop dan Quantum GIS Client, atau...