Skip to content

Commit 921a2f9

Browse files
committed
Disable species records for some surveys AtlasOfLivingAustralia/ecodata#959
1 parent 33338e5 commit 921a2f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/scripts/releases/3.3/insertParatooProtocolConfig.js

+14
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,14 @@ var protocols = {
523523
"949ae38f-c047-42a7-8164-38c24ede35d5": {
524524
"name": "Camera Trap Reequipping",
525525
"usesPlotLayout": false,
526+
"createSpeciesRecord":false,
526527
"tags": ["survey"],
527528
"apiEndpoint": "camera-trap-reequipping-surveys"
528529
},
529530
"90c0f4cc-a22a-4820-9a8b-a01564bc197a": {
530531
"name": "Fauna Aerial Survey",
531532
"usesPlotLayout": false,
533+
"createSpeciesRecord":false,
532534
"tags": ["survey"],
533535
"apiEndpoint": "aerial-surveys",
534536
"overrides": {
@@ -634,18 +636,21 @@ var protocols = {
634636
"ad088dbe-02b2-472a-901f-bd081e590bcf": {
635637
"name": "Camera Trap Deployment",
636638
"usesPlotLayout": false,
639+
"createSpeciesRecord":false,
637640
"tags": ["survey"],
638641
"apiEndpoint": "camera-trap-deployment-surveys"
639642
},
640643
"3db7f7b6-a96d-495a-9981-5d6170a7458d": {
641644
"name": "Camera Trap Retrieval",
642645
"usesPlotLayout": false,
646+
"createSpeciesRecord":false,
643647
"tags": ["survey"],
644648
"apiEndpoint": "camera-trap-retrieval-surveys"
645649
},
646650
"648d545a-cdae-4c19-bc65-0c9f93d9c0eb": {
647651
"name": "Sign-based Fauna Surveys - Within-plot Belt Transect",
648652
"usesPlotLayout": true,
653+
"createSpeciesRecord":false,
649654
"tags": ["survey"],
650655
"apiEndpoint": "within-plot-belt-transect-surveys",
651656
"overrides": {
@@ -679,6 +684,7 @@ var protocols = {
679684
"2cd7b489-b582-41f6-9dcc-264f6ea7801a": {
680685
"name": "Sign-based Fauna Surveys - Off-plot Belt Transect",
681686
"usesPlotLayout": false,
687+
"createSpeciesRecord":false,
682688
"tags": ["survey"],
683689
"apiEndpoint": "off-plot-belt-transect-surveys",
684690
"overrides": {
@@ -700,6 +706,7 @@ var protocols = {
700706
"0c5d1d14-c71b-467f-aced-abe1c83c15d3": {
701707
"name": "Sign-based Fauna - Vehicle Track",
702708
"usesPlotLayout": false,
709+
"createSpeciesRecord":false,
703710
"tags": ["survey"],
704711
"apiEndpoint": "sign-based-vehicle-track-set-ups",
705712
"overrides": {
@@ -727,6 +734,7 @@ var protocols = {
727734
"a76dac21-94f4-4851-af91-31f6dd00750f": {
728735
"name": "Fauna Ground Counts Transects",
729736
"usesPlotLayout": true,
737+
"createSpeciesRecord":false,
730738
"tags": ["survey"],
731739
"apiEndpoint": "fauna-ground-counts-surveys",
732740
"overrides": {
@@ -767,6 +775,7 @@ var protocols = {
767775
"228e5e1e-aa9f-47a3-930b-c1468757f81d": {
768776
"name": "Herbivory and Physical Damage - Active Plot Search",
769777
"usesPlotLayout": true,
778+
"createSpeciesRecord":false,
770779
"tags": ["survey"],
771780
"apiEndpoint": "herbivory-and-physical-damage-active-search-setups",
772781
"overrides": {
@@ -821,6 +830,7 @@ var protocols = {
821830
"cc826a19-a1e7-4dfe-8d6e-f135d258d7f9": {
822831
"name": "Sign-based Fauna - Plot Sign Search",
823832
"usesPlotLayout": true,
833+
"createSpeciesRecord":false,
824834
"tags": ["survey"],
825835
"apiEndpoint": "sign-based-active-plot-search-surveys",
826836
"overrides": {
@@ -875,6 +885,7 @@ var protocols = {
875885
"685b5e9b-20c2-4688-9b04-b6caaf084aad": {
876886
"name": "Sign-based Fauna - Track Station",
877887
"usesPlotLayout": false,
888+
"createSpeciesRecord":false,
878889
"tags": ["survey"],
879890
"overrides": {
880891
"dataModel": {
@@ -888,6 +899,7 @@ var protocols = {
888899
"d706fd34-2f05-4559-b738-a65615a3d756": {
889900
"name": "Fauna Ground Counts Vantage Point",
890901
"usesPlotLayout": true,
902+
"createSpeciesRecord":false,
891903
"tags": ["survey"],
892904
"apiEndpoint": "ground-counts-vantage-point-surveys",
893905
"overrides": {
@@ -915,6 +927,7 @@ var protocols = {
915927
"06cd903e-b8b3-40a5-add4-f779739cce35": {
916928
"name": "Herbivory and Physical Damage - Within-plot Belt Transect",
917929
"usesPlotLayout": true,
930+
"createSpeciesRecord":false,
918931
"tags": ["survey"],
919932
"apiEndpoint": "herbivory-and-physical-damage-belt-transect-setups",
920933
"overrides": {
@@ -951,6 +964,7 @@ var protocols = {
951964
"49d02f5d-b148-4b5b-ad6a-90e48c81b294": {
952965
"name": "Herbivory and Physical Damage - Off-plot Transect",
953966
"usesPlotLayout": false,
967+
"createSpeciesRecord":false,
954968
"tags": ["survey"],
955969
"apiEndpoint": "herbivory-off-plot-belt-transect-setups",
956970
"overrides": {

0 commit comments

Comments
 (0)