Skip to content

Commit

Permalink
Fix provider name and url
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Jul 30, 2024
1 parent 1acb145 commit 010803c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ingestion-data/staging/collections/nldas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
},
"providers": [
{
"name": "NLDAS-3 precipitation",
"url": "https://ldas.gsfc.nasa.gov/nldas/v3",
"name": "NLDAS",
"url": "https://ldas.gsfc.nasa.gov/nldas",
"roles": [
"producer",
"processor",
Expand Down
4 changes: 2 additions & 2 deletions ingestion-data/staging/collections/nldas3.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
},
"providers": [
{
"name": "NLDAS-3 precipitation",
"url": "https://ldas.gsfc.nasa.gov/nldas/v3",
"name": "NLDAS",
"url": "https://ldas.gsfc.nasa.gov/nldas",
"roles": [
"producer",
"processor",
Expand Down

0 comments on commit 010803c

Please sign in to comment.