Skip to content

Commit

Permalink
fix(datapackage): adjst resources to data files
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Jan 22, 2025
1 parent 67606c8 commit 143a852
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"resources": [
{
"name": "csiro_alt_gmsl_mo_2015",
"path": "data/CSIRO_ALT_gmsl_mo_2015.csv",
"name": "csiro_alt_seas_inc",
"path": "data/CSIRO_Alt_seas_inc.csv",
"format": "csv",
"mediatype": "text/csv",
"schema": {
Expand All @@ -37,16 +37,21 @@
"description": "Year and month of GMSL calculation (YYYY-MMM)"
},
{
"name": "GMSL",
"name": "GMSL (monthly)",
"type": "number",
"description": "Global Mean Sea Level in mm"
"description": "Global Mean Sea Level - monthly value in mm"
},
{
"name": "GMSL (smoothed)",
"type": "number",
"description": "Global Mean Sea Level - smoothed value in mm"
}
]
}
},
{
"name": "csiro_alt_gmsl_yr_2015",
"path": "data/CSIRO_ALT_gmsl_yr_2015.csv",
"name": "csiro_alt_yearly",
"path": "data/CSIRO_Alt_yearly.csv",
"format": "csv",
"mediatype": "text/csv",
"schema": {
Expand All @@ -58,9 +63,9 @@
"description": "Year of GMSL calculation (YYYY)"
},
{
"name": "GMSL",
"name": "GMSL (yearly)",
"type": "number",
"description": "Global Mean Sea Level in mm"
"description": "Global Mean Sea Level - yearly average in mm"
}
]
}
Expand Down Expand Up @@ -92,8 +97,8 @@
}
},
{
"name": "csiro_recons_gmsl_yr_2015",
"path": "data/CSIRO_Recons_gmsl_yr_2015.csv",
"name": "csiro_recons_gmsl_yr_2019",
"path": "data/CSIRO_Recons_gmsl_yr_2019.csv",
"format": "csv",
"mediatype": "text/csv",
"schema": {
Expand Down

0 comments on commit 143a852

Please sign in to comment.