Commit d15a143 1 parent 0e2c530 commit d15a143 Copy full SHA for d15a143
File tree 2 files changed +413
-413
lines changed
lambda_functions/arcgis_loader
2 files changed +413
-413
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ class ArcGisLoader(BaseLoader):
30
30
# layers to import from each service. Also, data from multiple layers might be
31
31
# joined to the same table, if the schemas fit.
32
32
TABLE_NAMES = {
33
- "museovirastoarcrest_metadata" : {
34
- "WFS/MV_KulttuuriymparistoSuojellut:Muinaisjaannokset_piste" : "museovirastoarcrest_muinaisjaannokset" , # noqa
35
- "WFS/MV_KulttuuriymparistoSuojellut:RKY_piste" : "museovirastoarcrest_rkykohteet" , # noqa
36
- "WFS/MV_KulttuuriymparistoSuojellut:RKY_alue" : "museovirastoarcrest_rkyalueet" , # noqa
37
- },
33
+ # "museovirastoarcrest_metadata": {
34
+ # # "WFS/MV_KulttuuriymparistoSuojellut:Muinaisjaannokset_piste": "museovirastoarcrest_muinaisjaannokset", # noqa
35
+ # # "WFS/MV_KulttuuriymparistoSuojellut:RKY_piste": "museovirastoarcrest_rkykohteet", # noqa
36
+ # "WFS/MV_KulttuuriymparistoSuojellut:RKY_alue": "museovirastoarcrest_rkyalueet", # noqa
37
+ # },
38
38
"syke_metadata" : {
39
39
"SYKE/SYKE_SuojellutAlueet:Natura 2000 - SAC Manner-Suomi aluemaiset" : "syke_natura2000" , # noqa
40
40
"SYKE/SYKE_SuojellutAlueet:Natura 2000 - SPA Manner-Suomi" : "syke_natura2000" , # noqa
You can’t perform that action at this time.
0 commit comments