Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#79: updated singificance and duration in dataframe for obs table
Browse files Browse the repository at this point in the history
rjhd2 committed Aug 24, 2023
1 parent 854d068 commit 059b842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PYTHON_CDM_Conversion_code/hourly_qff_to_cdm_obs_v1.py
Original file line number Diff line number Diff line change
@@ -203,7 +203,7 @@ def main(station="", subset="", run_all=False, clobber=False):
df["observation_id"] = ""
df["data_policy_licence"] = ""
df["date_time_meaning"] = "1"
df["observation_duration"] = "0"
df["observation_duration"] = ""
df["latitude"] = df["Latitude"]
df["longitude"] = df["Longitude"]
df["crs"] = ""
@@ -213,7 +213,7 @@ def main(station="", subset="", run_all=False, clobber=False):
df["observed_variable"] = ""
df["secondary_variable"] = ""
df["observation_value"] = ""
df["value_significance"] = "12"
df["value_significance"] = ""
df["secondary_value"] = ""
df["units"] = ""
df["code_table"] = ""

0 comments on commit 059b842

Please sign in to comment.