Skip to content
Snippets Groups Projects
Commit 501ef332 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Use provided type in edge factory when it is a location code

parent ec299712
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!301.1.1 rc
......@@ -379,6 +379,8 @@ class EdgeFactory(TimeseriesFactory):
location = "Q0"
elif type == "definitive":
location = "D0"
elif len(type) == 2:
location = type
return location
def _get_edge_network(self, observatory, channel, type, interval):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment