We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba542e7 commit 4772ee2Copy full SHA for 4772ee2
airflow/include/sql/sparte/models/cartofriches/aggragated/friche_land_by_zonage_environnemental.sql
@@ -2,13 +2,13 @@
2
count_friche_by_value(
3
'friche_zonage_environnemental',
4
[
5
- 'proximite_zone (reserves_naturelles)',
6
- 'reserve_naturelle',
7
- 'natura_2000',
8
- 'hors zone',
9
- 'znieff',
10
- 'proximite_zone (znieff)',
11
- 'proximite_zone (natura_2000)'
+ "proche d''une réserve naturelle",
+ "réserve naturelle",
+ "Natura 2000",
+ "hors zone",
+ "ZNIEFF",
+ "proche d''une ZNIEFF",
+ "proche d''une zone Natura 2000"
12
]
13
)
14
}}
0 commit comments