You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`extractor_settings`, `transformer_settings`, and `loader_settings` should use the same nested JSON shape used by the Data Management app and TypeScript client. For example, HTTP extractors use `sourceUri` and `placeholderVariables` in camelCase.
1083
1140
1141
+
The USGS Instantaneous Values service accepts ISO-8601 datetimes and assumes site-local time when no offset is provided. This example uses a daylight-savings aware local timezone (`America/Denver`). If your sites are in a different timezone, replace that value with the appropriate IANA timezone for your tasks.
1142
+
1143
+
The JSON transformer timestamp configuration also stays on `ISO8601` with `timezoneMode: 'embeddedOffset'` because USGS response `dateTime` values include their timezone offset. In HydroServer, ISO timestamps with embedded offsets are parsed directly; fixed-offset or daylight-savings transformer timezone settings are for sources whose timestamps do not already include timezone information.
1144
+
1084
1145
Each of the methods above will return one or more DataConnection objects. The examples below show the main properties and methods available to a DataConnection object.
0 commit comments