Deltares / ddlpy

API to Dutch Rijkswaterstaat archive (DDL, waterinfo.rws.nl) of monitoring water data
https://deltares.github.io/ddlpy/
GNU General Public License v3.0
20 stars 6 forks source link

Disable measurement available check in ddlpy.measurements() #57

Closed veenstrajelmer closed 8 months ago

veenstrajelmer commented 8 months ago

Description

As reported in https://github.com/openearth/ddlpy/issues/46, the check whether measurements are available does not always work. This is done before retrieving measurements since https://github.com/openearth/ddlpy/pull/33. We will temporarily disable this feature again, to avoid measurements that are available to not be retrieved. When this issue is fixed in the ddl, we can re-enable it again as part of https://github.com/openearth/ddlpy/issues/46.

Also make measurements_available public.