Tool to read / fill a grid and extract to its coordinates. A grid / table is a set of boxes characterized by the organization of their data via coordinates.
Grid Coordinates - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Tool to read / fill a grid and extract to its coordinates. A grid / table is a set of boxes characterized by the organization of their data via coordinates.
Indicate the list of values to dCode, regardless of the format. Then indicate if the values are separated by a special character or not and / or if the beginning of lines have a distinctive sign or not (carriage return/new line, character separator, etc.).
dCode will automatically transform the data into a table, and provide coordinates.
Example: abcdef can be represented as an array of 2x3 as follows:
a | b |
c | d |
e | f |
Example: 1,2,3,4 can be represented as an array of 2x2 as:
1 | 2 |
3 | 4 |
The extraction of the coordinates require to read all the rows and all the columns of the table to note the positions of type (line, column) or (column, line).
Generally, the numbering is based on numbers (from 1 to N) or letters (A to Z).
dCode retains ownership of the online 'Grid Coordinates' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script or API access will be for free, same for Grid Coordinates download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!