Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roelofsen, Hans
MNP utilities
Commits
14cc7c1c
Commit
14cc7c1c
authored
Oct 05, 2020
by
Roelofsen, Hans
Browse files
dummy edits for branch testing'
parent
41a59c92
Changes
2
Hide whitespace changes
Inline
Side-by-side
sample/dk_plant.py
View file @
14cc7c1c
...
...
@@ -84,9 +84,10 @@ dk.loc[dk.mnp_land_type_q.notna(), :].to_clipboard(sep=';', index=False)
'''5. Reporting'''
sp_done
=
len
(
set
(
dk
.
loc
[
dk
.
land_type_q
.
notna
(),
'sp_name'
]))
bt_done
=
len
(
set
(
dk
.
loc
[
dk
.
land_type_q
.
notna
(),
'BT'
]))
sp_done
=
len
(
set
(
dk
.
loc
[
dk
.
dk_ww
.
notna
(),
'sp_name'
]))
bt_done
=
len
(
set
(
dk
.
loc
[
dk
.
dk_ww
.
notna
(),
'BT'
]))
sp_all
=
len
(
set
(
dk
.
sp_name
))
bt_all
=
len
(
set
(
dk
.
BT
))
u_bt
=
len
(
set
(
asso_x_bts
.
BT
))
# nr of unique Beheertypen in WW's excel
u_sp
=
len
(
set
(
asso_x_sps
.
Soortnaam
))
# nr of unique species in WW's excel
r_sp
=
len
(
set
(
mnp_sp_nms
.
Scientific_name
).
intersection
(
set
(
asso_x_sps
.
Soortnaam
)))
sample/mnp/helpers.py
View file @
14cc7c1c
...
...
@@ -211,3 +211,7 @@ def draagkracht_ww(frequentie, trouw):
def
say_hi
():
"""Dummy functie voor branch test01"""
print
(
'Hello there!'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment