-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9,907 changed files
with
276,264 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Load JSON Key Display</title> | ||
<link rel='stylesheet' href='https://bootswatch.com/5/sketchy/bootstrap.css'> | ||
<style> | ||
body { padding:10px; } | ||
h2 { font-size:0.8rem; margin-left: 10px } | ||
h3 { font-size:0.6rem; margin-left: 15px ; color:gray } | ||
p { margin-left: 30px } | ||
pre {border: none; padding:40px} | ||
ul {padding-left: 40px} | ||
</style> | ||
</head> | ||
<body> | ||
<h1 id='title'>Data Descriptor</h1> | ||
<div> | ||
<code id="content"></code> | ||
</div> | ||
|
||
<script src='https://wcrp-cmip.github.io/CMIP-LD/static/404_restful.js'> | ||
|
||
</script> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"@context": { | ||
"@base": "https://wcrp-cmip.github.io/CF/", | ||
"@vocab": "https://wcrp-cmip.github.io/CF/", | ||
"id": "@id", | ||
"type": "@type", | ||
"cf": "https://wcrp-cmip.github.io/CF/", | ||
"cmip6plus": "https://wcrp-cmip.github.io/CMIP6Plus_CVs/", | ||
"cmip7": "https://wcrp-cmip.github.io/CMIP7_CVs/", | ||
"mip-variables": "https://wcrp-cmip.github.io/MIP-variables/", | ||
"wcrp-universe": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/" | ||
}, | ||
"@embed": "@always" | ||
} |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"@context": [ | ||
"../_context_", | ||
{ | ||
"@base": "https://wcrp-cmip.github.io/CF/area_type_table/", | ||
"@vocab": "https://wcrp-cmip.github.io/CF/area_type_table/", | ||
"CFAreaTypeTable": { | ||
"@id": "CFAreaTypeTable", | ||
"@type": "@id" | ||
} | ||
} | ||
], | ||
"@embed": "@always" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/air", | ||
"type": "area-type-table", | ||
"name": "air", | ||
"description": "The area type of \"air\" distinguishes the atmospheric portion of a domain from the land portion (or any other non-air portion). It is needed when a variable such as wind speed is reported, for example, on a surface at mean sea level pressure. At most locations over land, this surface would be underground and would need to be excluded from consideration, which could be indicated by specifying a cell_ methods \"where air\"." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/air", | ||
"type": "area-type-table", | ||
"name": "air", | ||
"description": "The area type of \"air\" distinguishes the atmospheric portion of a domain from the land portion (or any other non-air portion). It is needed when a variable such as wind speed is reported, for example, on a surface at mean sea level pressure. At most locations over land, this surface would be underground and would need to be excluded from consideration, which could be indicated by specifying a cell_ methods \"where air\"." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/all_area_types", | ||
"type": "area-type-table", | ||
"name": "all_area_types", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/all_area_types", | ||
"type": "area-type-table", | ||
"name": "all_area_types", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/bare_ground", | ||
"type": "area-type-table", | ||
"name": "bare_ground", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/bare_ground", | ||
"type": "area-type-table", | ||
"name": "bare_ground", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/burnt_vegetation", | ||
"type": "area-type-table", | ||
"name": "burnt_vegetation", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/burnt_vegetation", | ||
"type": "area-type-table", | ||
"name": "burnt_vegetation", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/c3_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "c3_plant_functional_types", | ||
"description": "A plant that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
7 changes: 7 additions & 0 deletions
7
data_descriptors/area_type_table/c3_plant_functional_types.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/c3_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "c3_plant_functional_types", | ||
"description": "A plant that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/c4_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "c4_plant_functional_types", | ||
"description": "A plant that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
7 changes: 7 additions & 0 deletions
7
data_descriptors/area_type_table/c4_plant_functional_types.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/c4_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "c4_plant_functional_types", | ||
"description": "A plant that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/clear_sky", | ||
"type": "area-type-table", | ||
"name": "clear_sky", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/clear_sky", | ||
"type": "area-type-table", | ||
"name": "clear_sky", | ||
"description": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/cloud", | ||
"type": "area-type-table", | ||
"name": "cloud", | ||
"description": "The \"cloud\" area type is a general term and includes both convective_cloud and stratiform_cloud types and any additional cloud areas that are not separately named." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/cloud", | ||
"type": "area-type-table", | ||
"name": "cloud", | ||
"description": "The \"cloud\" area type is a general term and includes both convective_cloud and stratiform_cloud types and any additional cloud areas that are not separately named." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/convective_cloud", | ||
"type": "area-type-table", | ||
"name": "convective_cloud", | ||
"description": "This area type complements the \"stratiform_cloud\" area type, which is the other major category of cloud. The \"cloud\" area type is a more general term and includes both convective_cloud and stratiform_cloud types." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/convective_cloud", | ||
"type": "area-type-table", | ||
"name": "convective_cloud", | ||
"description": "This area type complements the \"stratiform_cloud\" area type, which is the other major category of cloud. The \"cloud\" area type is a more general term and includes both convective_cloud and stratiform_cloud types." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/crops", | ||
"type": "area-type-table", | ||
"name": "crops", | ||
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/crops", | ||
"type": "area-type-table", | ||
"name": "crops", | ||
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops." | ||
} |
7 changes: 7 additions & 0 deletions
7
data_descriptors/area_type_table/crops_of_c3_plant_functional_types
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/crops_of_c3_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "crops_of_c3_plant_functional_types", | ||
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c3 plant\" is one that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
7 changes: 7 additions & 0 deletions
7
data_descriptors/area_type_table/crops_of_c3_plant_functional_types.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/crops_of_c3_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "crops_of_c3_plant_functional_types", | ||
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c3 plant\" is one that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
7 changes: 7 additions & 0 deletions
7
data_descriptors/area_type_table/crops_of_c4_plant_functional_types
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/crops_of_c4_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "crops_of_c4_plant_functional_types", | ||
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c4 plant\" is one that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
7 changes: 7 additions & 0 deletions
7
data_descriptors/area_type_table/crops_of_c4_plant_functional_types.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/crops_of_c4_plant_functional_types", | ||
"type": "area-type-table", | ||
"name": "crops_of_c4_plant_functional_types", | ||
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c4 plant\" is one that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/dust_aerosol", | ||
"type": "area-type-table", | ||
"name": "dust_aerosol", | ||
"description": "An area_type of \"dust_aerosol\" indicates that dust aerosol is present at some level in the atmospheric column above an area on the surface of the Earth." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/dust_aerosol", | ||
"type": "area-type-table", | ||
"name": "dust_aerosol", | ||
"description": "An area_type of \"dust_aerosol\" indicates that dust aerosol is present at some level in the atmospheric column above an area on the surface of the Earth." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/fire", | ||
"type": "area-type-table", | ||
"name": "fire", | ||
"description": "An area_type of \"fire\" indicates that biomass fire, either flaming, smouldering, or both, is present." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/fire", | ||
"type": "area-type-table", | ||
"name": "fire", | ||
"description": "An area_type of \"fire\" indicates that biomass fire, either flaming, smouldering, or both, is present." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/floating_ice", | ||
"type": "area-type-table", | ||
"name": "floating_ice", | ||
"description": "All ice floating on water including lake-ice, sea-ice, ice-shelves and icebergs." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/floating_ice", | ||
"type": "area-type-table", | ||
"name": "floating_ice", | ||
"description": "All ice floating on water including lake-ice, sea-ice, ice-shelves and icebergs." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/floating_ice_shelf", | ||
"type": "area-type-table", | ||
"name": "floating_ice_shelf", | ||
"description": "An area type of \"floating ice shelf\" indicates where ice shelves are present. Ice shelves are the component of ice sheets that flow over the ocean." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/floating_ice_shelf", | ||
"type": "area-type-table", | ||
"name": "floating_ice_shelf", | ||
"description": "An area type of \"floating ice shelf\" indicates where ice shelves are present. Ice shelves are the component of ice sheets that flow over the ocean." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/fresh_free_water", | ||
"type": "area-type-table", | ||
"name": "fresh_free_water", | ||
"description": "An area type of \"fresh_free_water\" means a free interface between freshwater and the atmosphere without vegetation or other obstructions." | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": "_context_", | ||
"id": "cf:area-type-table/fresh_free_water", | ||
"type": "area-type-table", | ||
"name": "fresh_free_water", | ||
"description": "An area type of \"fresh_free_water\" means a free interface between freshwater and the atmosphere without vegetation or other obstructions." | ||
} |
Oops, something went wrong.