Skip to content

Commit

Permalink
Minor adjustment to the lidar and csu gpr. This is now being called f…
Browse files Browse the repository at this point in the history
…armers-creamers.
  • Loading branch information
micahjohnson150 committed Aug 17, 2024
1 parent e983408 commit c9716ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/upload/add_AK_lidar.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
'no_data': -9999,
'in_timezone': 'AKST',
'doi':'https://doi.org/10.5067/BV4D8RRU1H7U',
"site_name": "farmers loop/creamers field"
"site_name": "farmers-creamers"
}
# Build a list of uploaders and then execute them
uploaders = []
Expand Down
2 changes: 1 addition & 1 deletion scripts/upload/add_csu_gpr_AK.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
'depth_is_metadata': False,

# Constant Metadata for the GPR data
'site_name': 'farmers loop/creamers field',
'site_name': 'farmers-creamers',
'observers': 'Randall Bonnell',
'instrument': 'pulseEkko pro 1 GHz GPR',
'in_timezone': 'UTC',
Expand Down

0 comments on commit c9716ce

Please sign in to comment.