-
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.
table updates upon sed coastal integration
- Loading branch information
Showing
20 changed files
with
7,664 additions
and
7,569 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
AGEMODELID,AGEMODEL,AGEMODELAB | ||
-9999,no data,ND | ||
1,Average Dose Model,ADM | ||
2,Arithmetic Mean,AVG | ||
3,Average variance,AVVAR | ||
4,Central Age Model,CAM | ||
5,Unlogged Central Age Mode,CAM_UL | ||
6,Common Age Model,COM_AM | ||
7,Finite Mixture Model,FMM | ||
8,Internal–External Consistency Criterion,IEU | ||
9,Minimum Age Model,MAM | ||
10,Unlogged Minimum Age Model,MAM_UL | ||
11,Maximum Age Model,MAX | ||
12,normalised Median Absolute Deviation Central Age Model,nMAD_CAM | ||
13,pdf Gaussian Age Model,PDFG | ||
14,Probability Density Summation Method,PDS | ||
"AGEMODELID","AGEMODEL","AGEMODELAB" | ||
-9999,"no data","ND" | ||
1,"Average Dose Model","ADM" | ||
2,"Arithmetic Mean","AVG" | ||
3,"Average variance","AVVAR" | ||
4,"Central Age Model","CAM" | ||
5,"Unlogged Central Age Mode","CAM_UL" | ||
6,"Common Age Model","COM_AM" | ||
7,"Finite Mixture Model","FMM" | ||
8,"Internal–External Consistency Criterion","IEU" | ||
9,"Minimum Age Model","MAM" | ||
10,"Unlogged Minimum Age Model","MAM_UL" | ||
11,"Maximum Age Model","MAX" | ||
12,"normalised Median Absolute Deviation Central Age Model","nMAD_CAM" | ||
13,"pdf Gaussian Age Model","PDFG" | ||
14,"Probability Density Summation Method","PDS" | ||
15,"Central / Minimum Age Model","CAM/MAM" |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Field,Data type,Key,Not Null,Parent | ||
FACIESID,int2 seq.,pkey,TRUE, | ||
FACIES,text,ukey,TRUE, | ||
FACIES,text,ukey,TRUE, | ||
PARENTID,int2,fkey,,FACIESID, |
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 |
---|---|---|
@@ -1,11 +1,31 @@ | ||
FACIESID,FACIES | ||
-9999,ND | ||
1,Channel | ||
2,Overbank | ||
3,Beach / Shoreline | ||
4,Deep-water lacustrine | ||
5,Shallow-water lacustrine | ||
6,Near-shore lacustrine | ||
7,Lacustrine (water depth unclear) | ||
8,Playa | ||
9,Calcareous deposits | ||
"FACIESID","FACIES","PARENTID" | ||
-9999,"ND",-9999 | ||
1,"Channel",11 | ||
2,"Overbank",11 | ||
3,"Beach / Shoreline",14 | ||
4,"Deep-water lacustrine",7 | ||
5,"Shallow-water lacustrine",7 | ||
6,"Near-shore lacustrine",7 | ||
7,"Lacustrine (water depth unclear)",7 | ||
8,"Playa",7 | ||
9,"Calcareous deposits",9 | ||
10,"Terrestrial",10 | ||
11,"Fluvial",10 | ||
12,"Marine",12 | ||
13,"Aeolian",10 | ||
14,"Littoral",14 | ||
15,"Dune",13 | ||
16,"Washover",14 | ||
17,"Cyclone or storm deposit",14 | ||
18,"Estuarine",18 | ||
19,"Back-barrier / estuarine ",18 | ||
20,"Lagoonal / lacustrine",7 | ||
21,"Tidal flat ",14 | ||
22,"Nearshore (to wave base)",14 | ||
23,"Shelf",12 | ||
24,"Inner shelf",23 | ||
25,"Outer shelf",23 | ||
26,"Sea Floor Sediments",12 | ||
27,"Estuarine clay / mud",18 | ||
28,"Channel sands and gravels",11 | ||
29,"Estuarine sand",18 |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Field,Data type,Key,Not Null,Parent | ||
GEOTYPEID,int2 seq.,pkey,TRUE, | ||
GEOTYPE,text,ukey,TRUE, | ||
GEOTYPE,text,ukey,TRUE, | ||
PARENTID,int2,fkey,,GEOTYPEID |
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 |
---|---|---|
@@ -1,17 +1,33 @@ | ||
GEOTYPEID,GEOTYPE | ||
-9999,ND | ||
1,Terrace | ||
2,Floodplain | ||
3,Alluvial fan | ||
4,Bench | ||
5,Island | ||
6,Slack water deposit | ||
7,Levee | ||
8,Dune | ||
9,Sandsheet | ||
10,Beach / Shoreline | ||
11,Nearshore deposit | ||
12,Lake floor | ||
13,Lakeshore terrace | ||
14,Deflated cliff | ||
15,Bar | ||
"GEOTYPEID","GEOTYPE","PARENTID" | ||
-9999,"ND",NA | ||
1,"Terrace",NA | ||
2,"Floodplain",NA | ||
3,"Alluvial fan",31 | ||
4,"Bench",NA | ||
5,"Island",NA | ||
6,"Slack water deposit",NA | ||
7,"Levee",NA | ||
8,"Dune",NA | ||
9,"Sandsheet",NA | ||
10,"Beach / Shoreline",NA | ||
11,"Nearshore deposit",NA | ||
12,"Lake floor",NA | ||
13,"Lakeshore terrace",1 | ||
14,"Deflated cliff",NA | ||
15,"Bar",NA | ||
16,"Washover fan",31 | ||
17,"Aeolianite",NA | ||
18,"Tsunami deposit",NA | ||
19,"Marine terrace",1 | ||
20,"Clifftop dune",8 | ||
21,"Coastal barrier (not specific)",NA | ||
22,"Coastal barrier (ridge plain)",NA | ||
23,"Coastal barrier (transgressive dune)",8 | ||
24,"Cheniers",NA | ||
25,"Flood-tide delta",NA | ||
26,"Terrestrial dune",8 | ||
27,"Estuarine floodplain",2 | ||
28,"Delta front",NA | ||
29,"Shoreface",NA | ||
30,"Deep sea bed",NA | ||
31,"Fan",NA |
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
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
Oops, something went wrong.