ICOS-Carbon-Portal / pylib

Python library for direct access to ICOS time series data.
12 stars 3 forks source link

ad station.getList('AS') #99

Closed altix closed 2 years ago

altix commented 2 years ago

See https://github.com/ICOS-Carbon-Portal/pylib/issues/98

   station.getList(theme_list)

will create station-objects when the theme is in the theme_list unless the theme is also in [ 'AS','ES','OS'] and the icosClass is not in [1,2] returns list of stn_objects that has icosClasses

This will not affect station.get() or station.getIdList() (which however will return more columns than before)