File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99MAJOR_VERSION_PATH = "v1.0"
1010CONFIG_PATH = "v1.0-config.json"
1111GCS_DEFAULT_URL = "gs://vo_afun_release_master_us_central1/"
12+ GCS_DEFAULT_PUBLIC_URL = "gs://vo_anoph_temp_us_central1/vo_agam_release/"
1213GCS_REGION_URLS = {
1314 "us-central1" : "gs://vo_afun_release_master_us_central1" ,
1415}
@@ -78,7 +79,7 @@ class Af1(AnophelesDataResource):
7879 def __init__ (
7980 self ,
8081 url = None ,
81- public_url = "https://storage.googleapis.com/vo_anoph_temp_us_central1/vo_afun_release/" ,
82+ public_url = GCS_DEFAULT_PUBLIC_URL ,
8283 bokeh_output_notebook = True ,
8384 results_cache = None ,
8485 log = sys .stdout ,
Original file line number Diff line number Diff line change 1515MAJOR_VERSION_PATH = "v3"
1616CONFIG_PATH = "v3-config.json"
1717GCS_DEFAULT_URL = "gs://vo_agam_release_master_us_central1/"
18+ GCS_DEFAULT_PUBLIC_URL = "gs://vo_anoph_temp_us_central1/vo_agam_release/"
1819GCS_REGION_URLS = {
1920 "us-central1" : "gs://vo_agam_release_master_us_central1" ,
2021}
@@ -138,7 +139,7 @@ class Ag3(AnophelesDataResource):
138139 def __init__ (
139140 self ,
140141 url = None ,
141- public_url = "https://storage.googleapis.com/vo_anoph_temp_us_central1/vo_agam_release/" ,
142+ public_url = GCS_DEFAULT_PUBLIC_URL ,
142143 bokeh_output_notebook = True ,
143144 results_cache = None ,
144145 log = sys .stdout ,
You can’t perform that action at this time.
0 commit comments