@@ -237,7 +237,6 @@ def get_daily(
237237 k : v for k , v in locals ().items ()
238238 if k not in {"service" , "output_id" } and v is not None
239239 }
240- args ["convertType" ] = False
241240
242241 return waterdata_helpers .get_ogc_data (args , output_id , service )
243242
@@ -536,7 +535,6 @@ def get_monitoring_locations(
536535 k : v for k , v in locals ().items ()
537536 if k not in {"service" , "output_id" } and v is not None
538537 }
539- args ["convertType" ] = False
540538
541539 return waterdata_helpers .get_ogc_data (args , output_id , service )
542540
@@ -723,7 +721,6 @@ def get_time_series_metadata(
723721 k : v for k , v in locals ().items ()
724722 if k not in {"service" , "output_id" } and v is not None
725723 }
726- args ["convertType" ] = False
727724
728725 return waterdata_helpers .get_ogc_data (args , output_id , service )
729726
@@ -889,7 +886,6 @@ def get_latest_continuous(
889886 k : v for k , v in locals ().items ()
890887 if k not in {"service" , "output_id" } and v is not None
891888 }
892- args ["convertType" ] = False
893889
894890 return waterdata_helpers .get_ogc_data (args , output_id , service )
895891
@@ -1055,7 +1051,6 @@ def get_field_measurements(
10551051 k : v for k , v in locals ().items ()
10561052 if k not in {"service" , "output_id" } and v is not None
10571053 }
1058- args ["convertType" ] = False
10591054
10601055 return waterdata_helpers .get_ogc_data (args , output_id , service )
10611056
0 commit comments