Skip to content
Hiroaki KAWAI edited this page Mar 16, 2015 · 2 revisions

summary Grid mesh code overview.

Japan's government utilize grid square mesh code for census and other purposes. The specificateion is documented as JIS C 6304, and revised to JIS X 0410. NTT DoCoMo use modified version of that grid code for Open i-Area.

The code is intended to use in Japan, and the expression supports only between latitude between 0--66 degree and longitude between 100--180 degree.

Base grid size is about 1km. Below shows various grid sizes.

You can scan a database with grid code PREFIX to find a record that belongs to that grid. For example you want to find a record that is in '535633', you scan for the grid code that starts with '535633'. '53563332312' has the same prefix, and it is in the grid of course.

Grid code encoding, decoding examples are shown below.

  • JpgridExample
  • JpiareaExample
Clone this wiki locally