Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bwi2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wiebke Torsten
bwi2022
Commits
1b446537
Commit
1b446537
authored
1 month ago
by
Schmidt Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Update WK25_WZP_KI.sql
parent
b04a1ee0
Loading
Loading
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bwi_sql/Ausw_Verjuengung/WK25_WZP_KI.sql
+11
-7
11 additions, 7 deletions
bwi_sql/Ausw_Verjuengung/WK25_WZP_KI.sql
with
11 additions
and
7 deletions
bwi_sql/Ausw_Verjuengung/WK25_WZP_KI.sql
+
11
−
7
View file @
1b446537
--WZP
--andere BA - Codes
-- Pinus sylvestris: 20
-- Fagus sylvativa: 100
-- Quercus robur: 110
-- Quercus petraea: 111
--alle Kiefern
select
distinct
wzp
.
tnr
,
wzp
.
enr
,
wzp
.
m_hoe
,
...
...
@@ -16,10 +26,4 @@ JOIN waldinv_geo.b3_ecke_ist geom
JOIN
bwi_meta
.
x3_ba
x3
ON
wzp
.
ba
=
x3
.
icode
WHERE
wzp
.
ba
<=
29
AND
wzp
.
ba
>=
20
;
m_hoe
IS
NOT
null
AND
wzp
.
pk
<
6
AND
wzp
.
pk
<>
4
ORDER
BY
wzp
.
m_hoe
desc
limit
500
;
\ No newline at end of file
AND
wzp
.
ba
>=
20
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment