Skip to content

Commit

Permalink
Update to new facility name in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skydeo committed Feb 4, 2022
1 parent 60564ad commit 576bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def export_kml(dataframe, filename):

kml_data["GECF"] = (
dataframe["Hole_ID"].apply(
lambda x: "LacCoreID: " + str(x) if pd.notnull(x) else ""
lambda x: "CSD Facility ID: " + str(x) if pd.notnull(x) else ""
)
+ dataframe["Original_ID"].apply(
lambda x: " / FieldID: " + str(x) if pd.notnull(x) else ""
Expand Down

0 comments on commit 576bb64

Please sign in to comment.