add v_pelouseseches
This commit is contained in:
parent
a8c8b1a483
commit
1a5c1ed5f9
@ -9,21 +9,22 @@
|
||||
|
||||
|
||||
from pandas.core.reshape.merge import merge
|
||||
from .pers.pers import _get_table
|
||||
from .sites.sites import _get_typ_milieux
|
||||
# from .params import con
|
||||
from .tools import _get_relation_tab,_set_geom
|
||||
from .tools import _get_relation_tab,_set_geom,_get_table
|
||||
|
||||
schema = 'ps'
|
||||
milieu = 'Pelouses sèches'
|
||||
|
||||
def v_pelouseseches(ids=None,columns=None, params_col={}):
|
||||
from .params import con
|
||||
return _get_table(con,schema,'v_pelouseseches',ids=ids,cols=columns,params_col=params_col)
|
||||
|
||||
|
||||
def get_param():
|
||||
from .tools import _get_param
|
||||
return _get_param(schema=schema,param_table='param',type_table='type_param',type_court=False)
|
||||
|
||||
|
||||
|
||||
def get_sitesInfos(id_site=None, nom_site=None, columns=None, with_nameOrga=False, statut='actif'):
|
||||
from .sites.sites import get_sitesInfos
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user