Last active
August 29, 2015 14:02
-
-
Save gubi/3ea204ed1d6a4b83f99c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
paging: { | |
step: 50, | |
total: 3, | |
}, | |
table: { | |
params: { | |
description_tooltip: "true", | |
filter_addon: "false", | |
paging_buttons: { | |
placement: ["top", "bottom"], | |
buttons: { | |
first: "true", | |
previous: "true", | |
current: { | |
input: "true", | |
step: 0 | |
} | |
next: "true", | |
last: "true" | |
} | |
} | |
}, | |
cols: { | |
0: { | |
label: "Unit number", | |
description: "This number is the <em>unique identifier of the unit</em> described. This number <em>should not be duplicated or reassigned to another unit</em>." | |
}, | |
1: { | |
label: "Unit data collection date", | |
description: "Date in which the <em>unit data was collected</em>, the date should be expressed in <kbd>YYYYMMDD</kbd> format, where day and month may be omitted." | |
}, | |
2: { | |
label: "Country", | |
description: "This attribute holds the <em>enumerated value</em> describing the location <em>country</em>. For historical reasons legacy countries are included." | |
}, | |
3: { | |
label: "Primary administrative unit", | |
description: "This attribute holds the <em>name of the primary administrative unit</em> below the country." | |
}, | |
4: { | |
label: "Secondary administrative unit", | |
description: "This attribute holds the <em>name of the secondary administrative unit</em> below the primary administrative unit." | |
}, | |
5: { | |
label: "Lowest administrative unit", | |
description: "This attribute holds the <em>name of the lowest administrative unit</em>, or <em>local name</em> of the location." | |
}, | |
}, | |
rows: { | |
0: { | |
cells: { | |
0: { | |
label: "BEL00013", | |
description: "..." | |
}, | |
1: { | |
label: "", | |
description: "" | |
}, | |
2: { | |
label: "Belgium", | |
description: "..." | |
}, | |
3: { | |
label: "West-Vlaanderen", | |
description: "..." | |
}, | |
4: { | |
label: "", | |
description: "" | |
}, | |
5: { | |
label: "Ieper", | |
description: "..." | |
} | |
} | |
data: { | |
domain: "Forest", | |
authority: "BEL", | |
identifier: "00013", | |
reference_version_or_date: 1999 | |
position: { | |
type: "Point", | |
coordinates: [2.9495286944444,50.840473222222] | |
}, | |
registered_time: { | |
sec: 1402611750, | |
usec: 226000 | |
}, | |
country: "Belgium", | |
primary_administrative_unit: "West-Vlaanderen", | |
lowest_administrative_unit: "Ieper", | |
locality: "Hoge Bos", | |
minimum_elevation: 45, | |
maximum_elevation: 45, | |
datum: "WGS-84", | |
decimal_latitude: 50.840473222222, | |
decimal_longitude: 2.9495286944444, | |
coordinates_restricted: "false", | |
unit_number: "BEL00013", | |
national_unit_number: "5VB1001", | |
surface_area_of_the unit: 1.3, | |
ownership_type_of_the_unit: "Public" | |
type_and_function_of_the_unit: "Gene reserve forest, Seed stand, Forest area managed for wood production and /or multiple uses and services", | |
date_of_the_most_recent_visit: 2000 | |
} | |
}, | |
1: { | |
... | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The elements of the following array are defined as follows: