Warung Bebas

Rabu, 30 Oktober 2013

BigData Spatial Joins

There has been a lot of research on performing spatial joins using Hadoop MapReduce on BigData, specially when both sets are very big. A notable one is the Spatial Hadoop project at the University of Minnesota. This post is derived from that body of work and uses the Esri Geometry API in the GIS Tools for Hadoop project to perform the spatial operations in the map and reduce phases.
Lexicographical join of native types (numerical,textural) in BigData can be performed in the map phase or in the reduce phase depending on the size of the input data and how much memory the mapper or reducer has access to. Actually, Hadoop provides a join framework package as this is a common pattern. The same can be applied for spatially joining two big data sets. It can be performed in the mapper phase or the reducer phase depending on the size of the data and how much memory each phase has access to.
Let's start with a map phase spatial join. Let's say you have a billion point records and you have the polygon areas of the US zip codes, and the task at hand is to find the count of points per zip code. Since the US zip code feature class is a 'small' set (~41,700), it can be fully loaded into each mapper memory space at start up. In addition, it can be in-memory spatially indexed using the API QuadTree for quick look up based on the envelope of each feature. The GeometryEngine comes with a handy 'contains' method that can further refine the spatial constraint. The source of the zip code feature class can be from the DistributedCache or from HDFS. In addition, it can be in the Esri JSON format or GeoJSON or in the OGC format . The GeometryEngine API can parse all these formats into Geometry POJOs. As the mapper is reading each point feature, it locates the zip code polygon where the point falls into and emits the zip code to the reducer. The reducer task is to sum the emitted values per zip code.
Now, let's say that you have a billion polygons that you want to spatially join with yet another billion polygons and return the intersection set. How do you proceed with doing that in MapReduce when clearly a billion features cannot all fit in the mapper space (at least not in a typical node that I have access to :-). This is where we take advantage of the shuffle and sort phase of Hadoop's MapReduce implementation to partition and group all the "similar" elements, in such that the "reduced" set can be held in memory for processing. In our case that similarity is based on spatial grouping. So, in the map phase, the extent that the two polygon sets occupy is projected onto a grid with predefined cell sizes. The minimum bounding rectangle (MBR) of the input polygon from each set is overlaid onto the grid. The overlapping cells are emitted as keys whose value is a tuple consisting of an input source reference and the polygon shape. So now, all the polygons that overlap a specific cell are sent to the same reducer. In the reduce phase, we know the cell that we are operating over as this is derived from the key, we divide the list of values based on their source into separate lists where we can now perform a spatial cartesian product from one list to the other. Actually, one of the lists can be spatially indexed for fast lookup. Since an input polygon MBR can straddle multiple cells, there is a trick to not dispatch multiple times the spatial join by different reducers. It is best explained using the below picture.

Given two MBRs of polygons A and B, and given a grid partitioning of depth 1 with 4 quads, we can see that A and B overlap the top two quads (1,0) (1,1). So the mapper will emit values (A,B) for Quad (1,0) and (1,1) as keys. In the reducer for key (1,0) we have a reference to A and B and we calculate the lower left corner of the intersection of A and B MBRs (red dot). Because the intersection point falls into the Quad (1,0), we can then proceed with the spatial join and emit the result. Now, in the reducer for key (1,1), we can see that the intersection point does _not_ fall into quad (1,1) indicating that the spatial join was performed or will be performed by a reducer for another quad, thus any further processing is stopped and nothing is emitted.
Neat trick. However, the question at hand is "What is the 'correct' grid size ?" This takes me back to my days when I was an SDE specialist and had to tweak the spatial grid sizes and levels of a layer for best performance based on the layer content and usage. This will be a nice follow on post on writing an MR preprocessing task to scan through the static data and 'recommend' a value. In addition, the current implementation is assuming that you will want to spatially join _all_ the polygons in the full extent. What is missing is a spatial index to enable an initial cookie cutting of a region to operate over. This is what the above project does. However, it assumes the data is static and can be migrated into a new spatially optimized layout. Yet another post on how to do that on dynamic existing data.
Like usual all the source code is available here.

Selasa, 22 Oktober 2013

Cara Nonton Film Star Wars di Command Prompt ( CMD )

Cara Nonton Film Star Wars di Command Prompt ( CMD )


Bagi Kalian Yang Belum Paham Tentang Ini Ayo Ikuti Tutorial nya ^_^


==========
Tutorial :
==========
[-] Buka Run Atau Tekan Windows + R Pada Keyboard
[-] Lalu Ketik CMD
 
 
[-] Nanti Akan Muncul Tampilan Seperti Ini
 
 

[-] Ketik telnet Lalu Enter



[-] Kemudian Ketik O Lalu Enter Lagi





[-] Tahap Terakhir Ketik towel.blinkenlights.nl Lalu Tekan Enter
[-] Tunggu Beberapa Saat Hingga Film Star Wars nya Muncul




[-] Enjoy ^_^ Jangan Lupa Cemilan Sama Teh Hangat Nya Ya :) hihihi 

===========
Thankz To :
===========
[-] Cirebon-Cyber4rt
[-] Firman-SGB
 

Cara Membuat Kalkulator Sederhana Dengan Notepad

Cara Membuat Kalkulator Sederhana Dengan Notepad


Bagi Kalian Yang Belum Tau Cara Membuat Kalkulator Sederhana Dengan Notepad Ayo Ikuti Langkahnya ^_^

==============
Bahan Bahan :
==============
[-] Notepad
[-] Script
[-] Teh Hangat
[-] Cemilan
 
===============
Cara Membuat : 
===============
[-] Buka Notepad / [ Start > All Programs > Accessories > Notepad
[-] Copy Dan Pastekan Code Berikut Ke Notepad
======================================
@echo off
title Calculator by : Firman-SGB
:ulang
echo ./Enjoy It!
set /p A=Masukkan Angka Pertama =
set /p B=Masukkan Angka Kedua =
set /p o=Pilih pengoperasian anda (*, +, -, /) =
set /a "jumlah" = A%o%B
echo Jumlah = %jumlah%
pause>null
goto ulang
======================================
[-] Lalu Klik File > Save As
[-] Beri Nama kalkulator.bat > Lalu Save [ Agar Lebih Mudah Di Save Ke Desktop ]
[-] Coba Lihat di Desktop Anda, Lalu Double Click Pada "kalkulator.bat" Dan Hitung Lah Sesuka Kalian

=====================
Cara Menghentikannya : 
=====================
[-] Close Aja File Nya -_-

===========
Thankz To :
===========
[-] Cirebon-Cyber4rt
[-] Firman-SGB

Cara Membuat Efek Matrix Menggunakan Notepad

Cara Membuat Efek Matrix Menggunakan Notepad


Bagi Kalian Yang Belum Paham Ayo Ikuti Langkah Nya ^_^
Gunanya Untuk Apa ? Buat Iseng Iseng Aja :D kawkwak

==============
Bahan Bahan :
==============
[-] Notepad
[-] Script
[-] Teh Hangat
[-] Cemilan
===============
Cara Membuat : 
===============
[-] Buka Notepad / [ Start > All Programs > Accessories > Notepad
[-] Copy Dan Pastekan Code Berikut Ke Notepad
@echo off
color 02
:mat
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto mat  
[-] Lalu Klik File > Save As
[-] Beri Nama Matrix.bat > Lalu Save [ Agar Lebih Mudah Di Save Ke Desktop ]
[-] Coba Lihat di Desktop Anda, Lalu Double Click Pada "Matrix.bat" Dan Lihat Matrix Nya Sudah Terlihat Bukan ? hehehe

=====================
Cara Menghentikannya : 
=====================
[-] Close Aja File Nya -_-

===========
Thankz To :
===========
[-] Cirebon-Cyber4rt
[-] Firman-SGB

Cara Membuat Lampu Keyboard Berdisko

Cara Membuat Lampu Keyboard Berdisko



Bagi Kalian Yang Belum Paham Tentang Lampu Keyboard Berdisko Yaitu Lampu Num Lock , Caps Lock , Dan Scroll Lock Berkedip Kedip Seperti Berdisko ^_^ haha Penasaran Bukan ? Ikuti Langkah Nya

==============
Bahan Bahan :
==============
[-] Notepad
[-] Script
[-] Teh Hangat
[-] Cemilan

===============
Cara Membuat : 
===============
[-] Buka Notepad / [ Start > All Programs > Accessories > Notepad
[-] Copy Dan Pastekan Code Berikut Ke Notepad

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
[-] Lalu Klik File > Save As
[-] Beri Nama disko.vbs > Lalu Save [ Agar Lebih Mudah Di Save Ke Desktop ]
[-] Coba Lihat di Desktop Anda, Lalu Double Click Pada "disko.vbs" Dan Lihat Lampu Keyboard Anda

=====================
Cara Menghentikannya : 
=====================
[-] Tekan CTRL + ALT + DEL [ Bersamaan ]
[-] Click Menu Task Manager > Processes
[-] Cari File Yang Bernama "wscript.exe" Lalu Klik Kanan Dan End Process

===========
Thankz To :
===========
[-] Firman-Cyber4rt
[-] Firman-SGB

Senin, 21 Oktober 2013

Cara Menggunakan IDs Twitter [ Bagi Pemula ]

Kali Ini Saya Akan Memberi Tau Cara Menggunakan IDs Twitter [ Bagi Pemula ] :)
Langsung Saja Ikuti Langkah Nya Ya ^_^

  1. Buka Mass Follow Nya Disini Work 100% [ Gunanya Untuk Mem-Follow Automatic Ke Username Anda Yang Anda Tulis ]
  2. Setelah Terbuka Mass Follow Nya Masukkan Username Anda Di Kolom Yang Kecil
  3. Setelah Itu Anda Baru Massukan IDs Twitter Nya di Kolom Yang Besar UPDATE IDs Tiap Hari
  4. Setelah di Masukkan di Kolom Yang Besar Klik Start !
  5. Tunggu Beberapa Saat
  6. Dan Akan Muncul Tampilan Seperti Ini [ Jika Berwarna Merah Berarti Sudah Suspended / Login Salah , Dan Apabila Berwarna Hijau Itu Sudah Masuk Ke Followers Anda ]
  7. Success ^_^ Mudah Bukan ? Hehehe
Jangan Lupa Follow Twitter Saya Ya @Neutix
Sekian Dari Saya ..
Terima Kasih ..

Sabtu, 19 Oktober 2013

Cara Download Apilikasi Yang Berbayar di Google Play

Salam Pengguna Android !! 
Kali ini saya akan mengajarkan anda, Bagaimana cara membuat apilikasi di Google Play yang membayar menjadi gratis alias "Free". Nah Bagaimana caranya?? Caranya adalah dengan menggunakan apilikasi Blackmart. Blackmart membuat apilikasi yang berbayar menjadi gratis, dan menyediakan apilikasi Android versi Pro yang bisa di download tanpa biaya. Penasaran?? Coba download dulu aja sobat

Screenshot :


File Size : 2Mb Via DataFileHost "(Hilankan Ceklist "Use Our Download nya)"
Tested : Galaxy Chat Work 100% 
No Root Acess

"Silahkan comment bila ada kesulitan"

Rabu, 16 Oktober 2013

Contact Me & Pasang Iklan / Banner GRATIS

HP : 083806690473
Facebook : Click Here
Twitter : Click Here

IKLAN :
Rp.GRATIS/2Bulan (125 X 125) [1 Slot] ( 5 Slot Berakhir Pada Senin, 16 Desember 2013 )

Persyaratan :
  1. Gambar Iklan Harus Sesuai Dengan Ukuran Iklan
  2. Gambar Iklan Dilarang Berbau Porno/Judi
Pembayaran :
  1. GRATIS Sampai Minggu, 20 Oktober 2013
Format Gambar :
  1. Format Gambar Adalah : JPG , PNG , Dan GIF

NB : Jika Anda Berminat Memasang Iklan di Blog Ini Segeralah Comment di Bawah Dan Sertakan Link Gambar & URL Yang Di Tuju & Deskripsi Iklan

Terima Kasih.

Sabtu, 05 Oktober 2013

Download Mini Partition Wizard Technician Edition v7.8

MiniTool Partition Wizard Technician Edition v7.8 adalah versi baru dari MiniTool Partition Wizard, Berfungsi untuk mempartisi harddisk, menghapus partisi, dan resize tanpa kehilangan data. Ini adalah produk terbaik dari semua produk MiniTool. Software ini ukurannya kecil namun cukup berguna untuk mengotak-atik ukuran hardisk anda.

Screenshot :


Feature :
  • Copy UEFI boot disk (New)
  • Extend partition with one step
  • Fully Support UEFI boot
  • Spit one partition into two safely
  • Create Format and Delete Partiton
  • Change NFTS into FAT
  • Change FAT into NFTS
  • dll.

Download :

http://adf.ly/WyE8A (IDWS, 11 Mb)



 

Virush-SGB Copyright © 2012 Fast Loading -- Powered by Blogger