@aguacerowx/react-native 0.0.53 → 0.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +14 -2
- package/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +77 -0
- package/index.js +1 -1
- package/ios/WeatherFrameProcessorModule.m +19 -15
- package/ios/WeatherFrameProcessorModule.swift +65 -0
- package/lib/commonjs/AguaceroContext.js +0 -4
- package/lib/commonjs/AguaceroContext.js.map +1 -1
- package/lib/commonjs/GridRenderLayer.js +62 -76
- package/lib/commonjs/GridRenderLayer.js.map +1 -1
- package/lib/commonjs/MapManager.js +110 -224
- package/lib/commonjs/MapManager.js.map +1 -1
- package/lib/commonjs/MapRegistry.js +21 -33
- package/lib/commonjs/MapRegistry.js.map +1 -1
- package/lib/commonjs/NexradRadarLayer.android.js +28 -100
- package/lib/commonjs/NexradRadarLayer.android.js.map +1 -1
- package/lib/commonjs/NexradRadarLayer.ios.js +26 -97
- package/lib/commonjs/NexradRadarLayer.ios.js.map +1 -1
- package/lib/commonjs/NexradSitesMapLayer.js +41 -61
- package/lib/commonjs/NexradSitesMapLayer.js.map +1 -1
- package/lib/commonjs/SatelliteLayer.android.js +26 -38
- package/lib/commonjs/SatelliteLayer.android.js.map +1 -1
- package/lib/commonjs/SatelliteLayer.ios.js +30 -42
- package/lib/commonjs/SatelliteLayer.ios.js.map +1 -1
- package/lib/commonjs/StyleApplicator.js +129 -175
- package/lib/commonjs/StyleApplicator.js.map +1 -1
- package/lib/commonjs/WeatherLayerManager.js +995 -1646
- package/lib/commonjs/WeatherLayerManager.js.map +1 -1
- package/lib/commonjs/aguaceroCoreDebugHooks.js +58 -130
- package/lib/commonjs/aguaceroCoreDebugHooks.js.map +1 -1
- package/lib/commonjs/aguaceroRnDebug.js +147 -288
- package/lib/commonjs/aguaceroRnDebug.js.map +1 -1
- package/lib/commonjs/cdnAuthenticatedFetch.js +104 -0
- package/lib/commonjs/cdnAuthenticatedFetch.js.map +1 -0
- package/lib/commonjs/dispatchViewManagerCommandCompat.js +51 -88
- package/lib/commonjs/dispatchViewManagerCommandCompat.js.map +1 -1
- package/lib/commonjs/gridCdnAuth.js +41 -50
- package/lib/commonjs/gridCdnAuth.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/nexrad/nexradAndroidController.js +851 -863
- package/lib/commonjs/nexrad/nexradAndroidController.js.map +1 -1
- package/lib/commonjs/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js +62 -85
- package/lib/commonjs/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -1
- package/lib/commonjs/nexrad/nexradDiag.js +32 -148
- package/lib/commonjs/nexrad/nexradDiag.js.map +1 -1
- package/lib/commonjs/nexrad/nexradLevel2Keys.js +261 -0
- package/lib/commonjs/nexrad/nexradLevel2Keys.js.map +1 -0
- package/lib/commonjs/nexrad/nexradLutBuild.js +64 -111
- package/lib/commonjs/nexrad/nexradLutBuild.js.map +1 -1
- package/lib/commonjs/nexrad/nexradMapboxFrameOpts.bundled.js +136 -164
- package/lib/commonjs/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -1
- package/lib/commonjs/nexrad/nexradSdkImports.js +51 -0
- package/lib/commonjs/nexrad/nexradSdkImports.js.map +1 -0
- package/lib/commonjs/nexrad/radarArchiveCore.bundled.js +2848 -4455
- package/lib/commonjs/nexrad/radarArchiveCore.bundled.js.map +1 -1
- package/lib/commonjs/nexrad/radarDecode.worker.bundled.js +445 -648
- package/lib/commonjs/nexrad/radarDecode.worker.bundled.js.map +1 -1
- package/lib/commonjs/nexrad/radarFrameGpuMatch.bundled.js +52 -68
- package/lib/commonjs/nexrad/radarFrameGpuMatch.bundled.js.map +1 -1
- package/lib/commonjs/nexradNativeCommandIds.js +24 -0
- package/lib/commonjs/nexradNativeCommandIds.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.android.js.map +1 -1
- package/lib/commonjs/nws/NwsAlertsOverlay.ios.js.map +1 -1
- package/lib/commonjs/nws/NwsAlertsOverlay.js +3 -3
- package/lib/commonjs/nws/NwsAlertsOverlay.js.map +1 -1
- package/lib/commonjs/nws/NwsAlertsOverlay.native.js +235 -361
- package/lib/commonjs/nws/NwsAlertsOverlay.native.js.map +1 -1
- package/lib/commonjs/nws/eventSourceRnPolyfill.js +92 -146
- package/lib/commonjs/nws/eventSourceRnPolyfill.js.map +1 -1
- package/lib/commonjs/nws/nwsAndroidConstants.js +2 -8
- package/lib/commonjs/nws/nwsAndroidConstants.js.map +1 -1
- package/lib/commonjs/satellite/satelliteAndroidController.js +117 -202
- package/lib/commonjs/satellite/satelliteAndroidController.js.map +1 -1
- package/lib/commonjs/satelliteBridgeDiag.js +3 -13
- package/lib/commonjs/satelliteBridgeDiag.js.map +1 -1
- package/lib/commonjs/satelliteRnDebug.js +117 -218
- package/lib/commonjs/satelliteRnDebug.js.map +1 -1
- package/lib/module/AguaceroContext.js +2 -7
- package/lib/module/AguaceroContext.js.map +1 -1
- package/lib/module/GridRenderLayer.js +66 -80
- package/lib/module/GridRenderLayer.js.map +1 -1
- package/lib/module/MapManager.js +125 -239
- package/lib/module/MapManager.js.map +1 -1
- package/lib/module/MapRegistry.js +21 -33
- package/lib/module/MapRegistry.js.map +1 -1
- package/lib/module/NexradRadarLayer.android.js +32 -104
- package/lib/module/NexradRadarLayer.android.js.map +1 -1
- package/lib/module/NexradRadarLayer.ios.js +30 -101
- package/lib/module/NexradRadarLayer.ios.js.map +1 -1
- package/lib/module/NexradSitesMapLayer.js +44 -63
- package/lib/module/NexradSitesMapLayer.js.map +1 -1
- package/lib/module/SatelliteLayer.android.js +32 -44
- package/lib/module/SatelliteLayer.android.js.map +1 -1
- package/lib/module/SatelliteLayer.ios.js +36 -48
- package/lib/module/SatelliteLayer.ios.js.map +1 -1
- package/lib/module/StyleApplicator.js +144 -191
- package/lib/module/StyleApplicator.js.map +1 -1
- package/lib/module/WeatherLayerManager.js +1024 -1675
- package/lib/module/WeatherLayerManager.js.map +1 -1
- package/lib/module/aguaceroCoreDebugHooks.js +59 -130
- package/lib/module/aguaceroCoreDebugHooks.js.map +1 -1
- package/lib/module/aguaceroRnDebug.js +151 -292
- package/lib/module/aguaceroRnDebug.js.map +1 -1
- package/lib/module/cdnAuthenticatedFetch.js +97 -0
- package/lib/module/cdnAuthenticatedFetch.js.map +1 -0
- package/lib/module/dispatchViewManagerCommandCompat.js +52 -90
- package/lib/module/dispatchViewManagerCommandCompat.js.map +1 -1
- package/lib/module/gridCdnAuth.js +38 -50
- package/lib/module/gridCdnAuth.js.map +1 -1
- package/lib/module/index.js +9 -7
- package/lib/module/index.js.map +1 -1
- package/lib/module/nexrad/nexradAndroidController.js +865 -876
- package/lib/module/nexrad/nexradAndroidController.js.map +1 -1
- package/lib/module/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js +62 -85
- package/lib/module/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -1
- package/lib/module/nexrad/nexradDiag.js +31 -145
- package/lib/module/nexrad/nexradDiag.js.map +1 -1
- package/lib/module/nexrad/nexradLevel2Keys.js +245 -0
- package/lib/module/nexrad/nexradLevel2Keys.js.map +1 -0
- package/lib/module/nexrad/nexradLutBuild.js +64 -110
- package/lib/module/nexrad/nexradLutBuild.js.map +1 -1
- package/lib/module/nexrad/nexradMapboxFrameOpts.bundled.js +136 -163
- package/lib/module/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -1
- package/lib/module/nexrad/nexradSdkImports.js +4 -0
- package/lib/module/nexrad/nexradSdkImports.js.map +1 -0
- package/lib/module/nexrad/radarArchiveCore.bundled.js +2839 -4448
- package/lib/module/nexrad/radarArchiveCore.bundled.js.map +1 -1
- package/lib/module/nexrad/radarDecode.worker.bundled.js +445 -648
- package/lib/module/nexrad/radarDecode.worker.bundled.js.map +1 -1
- package/lib/module/nexrad/radarFrameGpuMatch.bundled.js +50 -66
- package/lib/module/nexrad/radarFrameGpuMatch.bundled.js.map +1 -1
- package/lib/module/nexradNativeCommandIds.js +18 -0
- package/lib/module/nexradNativeCommandIds.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.android.js +1 -1
- package/lib/module/nws/NwsAlertsOverlay.android.js.map +1 -1
- package/lib/module/nws/NwsAlertsOverlay.ios.js +1 -1
- package/lib/module/nws/NwsAlertsOverlay.ios.js.map +1 -1
- package/lib/module/nws/NwsAlertsOverlay.js +5 -5
- package/lib/module/nws/NwsAlertsOverlay.js.map +1 -1
- package/lib/module/nws/NwsAlertsOverlay.native.js +248 -373
- package/lib/module/nws/NwsAlertsOverlay.native.js.map +1 -1
- package/lib/module/nws/eventSourceRnPolyfill.js +92 -146
- package/lib/module/nws/eventSourceRnPolyfill.js.map +1 -1
- package/lib/module/nws/nwsAndroidConstants.js +2 -8
- package/lib/module/nws/nwsAndroidConstants.js.map +1 -1
- package/lib/module/satellite/satelliteAndroidController.js +123 -208
- package/lib/module/satellite/satelliteAndroidController.js.map +1 -1
- package/lib/module/satelliteBridgeDiag.js +3 -13
- package/lib/module/satelliteBridgeDiag.js.map +1 -1
- package/lib/module/satelliteRnDebug.js +123 -223
- package/lib/module/satelliteRnDebug.js.map +1 -1
- package/lib/typescript/AguaceroContext.d.ts +0 -4
- package/lib/typescript/AguaceroContext.d.ts.map +1 -1
- package/lib/typescript/GridRenderLayer.d.ts.map +1 -1
- package/lib/typescript/MapManager.d.ts +0 -12
- package/lib/typescript/MapManager.d.ts.map +1 -1
- package/lib/typescript/MapRegistry.d.ts +10 -12
- package/lib/typescript/MapRegistry.d.ts.map +1 -1
- package/lib/typescript/NexradRadarLayer.android.d.ts.map +1 -1
- package/lib/typescript/NexradRadarLayer.ios.d.ts.map +1 -1
- package/lib/typescript/NexradSitesMapLayer.d.ts +4 -10
- package/lib/typescript/NexradSitesMapLayer.d.ts.map +1 -1
- package/lib/typescript/SatelliteLayer.android.d.ts.map +1 -1
- package/lib/typescript/SatelliteLayer.ios.d.ts.map +1 -1
- package/lib/typescript/StyleApplicator.d.ts +1 -1
- package/lib/typescript/StyleApplicator.d.ts.map +1 -1
- package/lib/typescript/WeatherLayerManager.d.ts.map +1 -1
- package/lib/typescript/aguaceroCoreDebugHooks.d.ts +2 -9
- package/lib/typescript/aguaceroCoreDebugHooks.d.ts.map +1 -1
- package/lib/typescript/aguaceroRnDebug.d.ts +47 -66
- package/lib/typescript/aguaceroRnDebug.d.ts.map +1 -1
- package/lib/typescript/cdnAuthenticatedFetch.d.ts +10 -0
- package/lib/typescript/cdnAuthenticatedFetch.d.ts.map +1 -0
- package/lib/typescript/dispatchViewManagerCommandCompat.d.ts +1 -17
- package/lib/typescript/dispatchViewManagerCommandCompat.d.ts.map +1 -1
- package/lib/typescript/gridCdnAuth.d.ts +16 -21
- package/lib/typescript/gridCdnAuth.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/nexrad/nexradAndroidController.d.ts +39 -89
- package/lib/typescript/nexrad/nexradAndroidController.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts +2 -1
- package/lib/typescript/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradDiag.d.ts +13 -101
- package/lib/typescript/nexrad/nexradDiag.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradLevel2Keys.d.ts +36 -0
- package/lib/typescript/nexrad/nexradLevel2Keys.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradLutBuild.d.ts +3 -10
- package/lib/typescript/nexrad/nexradLutBuild.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradMapboxFrameOpts.bundled.d.ts +4 -3
- package/lib/typescript/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradSdkImports.d.ts +2 -0
- package/lib/typescript/nexrad/nexradSdkImports.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts +12 -7
- package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts.map +1 -1
- package/lib/typescript/nexrad/radarDecode.worker.bundled.d.ts +20 -20
- package/lib/typescript/nexrad/radarDecode.worker.bundled.d.ts.map +1 -1
- package/lib/typescript/nexrad/radarFrameGpuMatch.bundled.d.ts +4 -3
- package/lib/typescript/nexrad/radarFrameGpuMatch.bundled.d.ts.map +1 -1
- package/lib/typescript/nexradNativeCommandIds.d.ts +2 -0
- package/lib/typescript/nexradNativeCommandIds.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts +6 -17
- package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts.map +1 -1
- package/lib/typescript/nws/eventSourceRnPolyfill.d.ts +0 -3
- package/lib/typescript/nws/eventSourceRnPolyfill.d.ts.map +1 -1
- package/lib/typescript/nws/nwsAndroidConstants.d.ts +0 -5
- package/lib/typescript/nws/nwsAndroidConstants.d.ts.map +1 -1
- package/lib/typescript/satellite/satelliteAndroidController.d.ts +9 -47
- package/lib/typescript/satellite/satelliteAndroidController.d.ts.map +1 -1
- package/lib/typescript/satelliteBridgeDiag.d.ts +1 -5
- package/lib/typescript/satelliteBridgeDiag.d.ts.map +1 -1
- package/lib/typescript/satelliteRnDebug.d.ts +24 -30
- package/lib/typescript/satelliteRnDebug.d.ts.map +1 -1
- package/package.json +75 -74
- package/src/AguaceroContext.js +1 -7
- package/src/GridRenderLayer.js +1 -128
- package/src/MapManager.js +1 -277
- package/src/MapRegistry.js +1 -56
- package/src/NexradRadarLayer.android.js +1 -121
- package/src/NexradRadarLayer.ios.js +1 -115
- package/src/NexradSitesMapLayer.js +1 -75
- package/src/SatelliteLayer.android.js +1 -63
- package/src/SatelliteLayer.ios.js +1 -70
- package/src/StyleApplicator.js +1 -241
- package/src/WeatherLayerManager.js +1 -2045
- package/src/aguaceroCoreDebugHooks.js +1 -142
- package/src/aguaceroRnDebug.js +1 -336
- package/src/cdnAuthenticatedFetch.js +1 -0
- package/src/dispatchViewManagerCommandCompat.js +1 -100
- package/src/gridCdnAuth.js +1 -56
- package/src/index.js +1 -27
- package/src/nexrad/nexradAndroidController.js +1 -1078
- package/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js +1 -91
- package/src/nexrad/nexradDiag.js +1 -150
- package/src/nexrad/nexradLevel2Keys.js +1 -0
- package/src/nexrad/nexradLutBuild.js +1 -126
- package/src/nexrad/nexradMapboxFrameOpts.bundled.js +1 -245
- package/src/nexrad/nexradSdkImports.js +1 -0
- package/src/nexrad/radarArchiveCore.bundled.js +1 -7085
- package/src/nexrad/radarDecode.worker.bundled.js +1 -813
- package/src/nexrad/radarFrameGpuMatch.bundled.js +1 -79
- package/src/nexradNativeCommandIds.js +1 -0
- package/src/nws/NwsAlertsOverlay.android.js +1 -1
- package/src/nws/NwsAlertsOverlay.ios.js +1 -1
- package/src/nws/NwsAlertsOverlay.js +1 -7
- package/src/nws/NwsAlertsOverlay.native.js +1 -463
- package/src/nws/eventSourceRnPolyfill.js +7 -193
- package/src/nws/nwsAndroidConstants.js +1 -8
- package/src/satellite/satelliteAndroidController.js +1 -257
- package/src/satelliteBridgeDiag.js +1 -15
- package/src/satelliteRnDebug.js +1 -269
- package/lib/commonjs/nexrad/nexradNativeCommandIds.js +0 -51
- package/lib/commonjs/nexrad/nexradNativeCommandIds.js.map +0 -1
- package/lib/module/nexrad/nexradNativeCommandIds.js +0 -44
- package/lib/module/nexrad/nexradNativeCommandIds.js.map +0 -1
- package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts +0 -9
- package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts.map +0 -1
- package/src/nexrad/nexradNativeCommandIds.js +0 -44
- /package/lib/commonjs/{nexrad/nexradSitesUs.json → nexradSitesUs.json} +0 -0
- /package/lib/module/{nexrad/nexradSitesUs.json → nexradSitesUs.json} +0 -0
- /package/src/{nexrad/nexradSitesUs.json → nexradSitesUs.json} +0 -0
|
@@ -1,64 +1,53 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*/
|
|
4
|
-
export function setAguaceroRnDebugEnabled(enabled: boolean): void;
|
|
5
|
-
/**
|
|
6
|
-
* @param {{ enabled?: boolean }} opts
|
|
7
|
-
*/
|
|
8
|
-
export function configureAguaceroRnDebug(opts?: {
|
|
9
|
-
enabled?: boolean;
|
|
10
|
-
}): void;
|
|
11
|
-
/**
|
|
12
|
-
* True when `debug={true}`, {@link configureAguaceroRnDebug}, or `globalThis.__AGUACERO_DEBUG__ === true`.
|
|
13
|
-
* @returns {boolean}
|
|
14
|
-
*/
|
|
1
|
+
export function setAguaceroRnDebugEnabled(e: any): void;
|
|
2
|
+
export function configureAguaceroRnDebug(e?: {}): void;
|
|
15
3
|
export function isAguaceroRnDebugEnabled(): boolean;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export function
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export function
|
|
41
|
-
/**
|
|
42
|
-
* Auth / HTTP failures: logged when debug is on (same prefix).
|
|
43
|
-
* @param {string} tag
|
|
44
|
-
* @param {Record<string, unknown> | undefined} detail
|
|
45
|
-
*/
|
|
46
|
-
export function aguaceroDebugWarn(tag: string, detail: Record<string, unknown> | undefined): void;
|
|
47
|
-
/**
|
|
48
|
-
* @param {import('@aguacerowx/javascript-sdk').AguaceroCore | { apiKey?: string; bundleId?: string | null; gridRequestSiteOrigin?: string | null; baseGridUrl?: string; isReactNative?: boolean }} core
|
|
49
|
-
* @param {Record<string, unknown>} [extra]
|
|
50
|
-
*/
|
|
51
|
-
export function getAguaceroAuthDiagnosticSnapshot(core: any | {
|
|
52
|
-
apiKey?: string;
|
|
53
|
-
bundleId?: string | null;
|
|
54
|
-
gridRequestSiteOrigin?: string | null;
|
|
55
|
-
baseGridUrl?: string;
|
|
56
|
-
isReactNative?: boolean;
|
|
57
|
-
}, extra?: Record<string, unknown>): {
|
|
4
|
+
export function describeSecret(e: any): {
|
|
5
|
+
present: boolean;
|
|
6
|
+
length: number;
|
|
7
|
+
trimmedLength?: undefined;
|
|
8
|
+
hasLeadingWhitespace?: undefined;
|
|
9
|
+
hasTrailingWhitespace?: undefined;
|
|
10
|
+
hasInternalWhitespace?: undefined;
|
|
11
|
+
fingerprint?: undefined;
|
|
12
|
+
looksLikePlaceholder?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
present: boolean;
|
|
15
|
+
length: number;
|
|
16
|
+
trimmedLength: number;
|
|
17
|
+
hasLeadingWhitespace: boolean;
|
|
18
|
+
hasTrailingWhitespace: boolean;
|
|
19
|
+
hasInternalWhitespace: boolean;
|
|
20
|
+
fingerprint: string;
|
|
21
|
+
looksLikePlaceholder: boolean;
|
|
22
|
+
};
|
|
23
|
+
export function fingerprintSecret(e: any): string;
|
|
24
|
+
export function redactApiKeyFromUrl(e: any): string;
|
|
25
|
+
export function shouldLogAguaceroUrl(e: any): boolean;
|
|
26
|
+
export function aguaceroDebug(e: any, t: any): void;
|
|
27
|
+
export function aguaceroDebugWarn(e: any, t: any): void;
|
|
28
|
+
export function getAguaceroAuthDiagnosticSnapshot(e: any, t?: {}): {
|
|
58
29
|
platform: "ios" | "android" | "windows" | "macos" | "web";
|
|
59
30
|
isReactNative: boolean;
|
|
60
31
|
baseGridUrl: any;
|
|
61
|
-
apiKey:
|
|
32
|
+
apiKey: {
|
|
33
|
+
present: boolean;
|
|
34
|
+
length: number;
|
|
35
|
+
trimmedLength?: undefined;
|
|
36
|
+
hasLeadingWhitespace?: undefined;
|
|
37
|
+
hasTrailingWhitespace?: undefined;
|
|
38
|
+
hasInternalWhitespace?: undefined;
|
|
39
|
+
fingerprint?: undefined;
|
|
40
|
+
looksLikePlaceholder?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
present: boolean;
|
|
43
|
+
length: number;
|
|
44
|
+
trimmedLength: number;
|
|
45
|
+
hasLeadingWhitespace: boolean;
|
|
46
|
+
hasTrailingWhitespace: boolean;
|
|
47
|
+
hasInternalWhitespace: boolean;
|
|
48
|
+
fingerprint: string;
|
|
49
|
+
looksLikePlaceholder: boolean;
|
|
50
|
+
};
|
|
62
51
|
bundleId: {
|
|
63
52
|
present: boolean;
|
|
64
53
|
value: string;
|
|
@@ -84,14 +73,6 @@ export function getAguaceroAuthDiagnosticSnapshot(core: any | {
|
|
|
84
73
|
willSendAppIdentifier: boolean;
|
|
85
74
|
willSendOriginHeaders: boolean;
|
|
86
75
|
};
|
|
87
|
-
|
|
88
|
-
* @param {Record<string, unknown>} options - {@link buildGridFrameProcessOptions} output
|
|
89
|
-
* @param {import('@aguacerowx/javascript-sdk').AguaceroCore} [core]
|
|
90
|
-
* @returns {Record<string, unknown>}
|
|
91
|
-
*/
|
|
92
|
-
export function augmentProcessFrameOptionsForDebug(options: Record<string, unknown>, core?: any): Record<string, unknown>;
|
|
93
|
-
/**
|
|
94
|
-
* Patches `global.fetch` once to log Aguacero CDN / API traffic when debug is enabled.
|
|
95
|
-
*/
|
|
76
|
+
export function augmentProcessFrameOptionsForDebug(e: any, t: any): any;
|
|
96
77
|
export function installGlobalFetchLogger(): void;
|
|
97
78
|
//# sourceMappingURL=aguaceroRnDebug.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aguaceroRnDebug.d.ts","sourceRoot":"","sources":["../../src/aguaceroRnDebug.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"aguaceroRnDebug.d.ts","sourceRoot":"","sources":["../../src/aguaceroRnDebug.js"],"names":[],"mappings":"AAA2O,wDAAqF;AAAA,uDAA0a;AAAA,oDAAoS;AAAoG;;;;;;;;;;;;;;;;;;EAAob;AAAA,kDAA6I;AAAA,oDAAsI;AAAA,sDAAmI;AAAA,oDAAoI;AAAA,wDAAoJ;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoqB;AAAA,wEAA6iB;AAAqZ,iDAAirC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function nexradNativeCloudFrontFetchUnavailableReason(): string | null;
|
|
2
|
+
export function createNexradCloudFrontFetch(e: any): ((c: any, L?: {}) => Promise<{
|
|
3
|
+
ok: boolean;
|
|
4
|
+
status: number;
|
|
5
|
+
headers: {
|
|
6
|
+
get(n: any): any;
|
|
7
|
+
};
|
|
8
|
+
arrayBuffer: () => Promise<ArrayBuffer | SharedArrayBuffer>;
|
|
9
|
+
}>) | null;
|
|
10
|
+
//# sourceMappingURL=cdnAuthenticatedFetch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cdnAuthenticatedFetch.d.ts","sourceRoot":"","sources":["../../src/cdnAuthenticatedFetch.js"],"names":[],"mappings":"AAA8jB,8EAAqW;AAAA;;;;;;;WAAkpF"}
|
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
* Dispatches native view-manager commands on both the New Architecture (Fabric `HostInstance`)
|
|
3
|
-
* and the legacy Paper renderer (`reactTag` from {@code findNodeHandle}).
|
|
4
|
-
*
|
|
5
|
-
* Codegen views that only used {@code UIManager.dispatchViewManagerCommand(findNodeHandle(...))}
|
|
6
|
-
* silently no-op on Fabric when {@code findNodeHandle} returns null — satellite/NEXRAD/grid
|
|
7
|
-
* commands never reach native.
|
|
8
|
-
*
|
|
9
|
-
* @param {React.RefObject | { current: unknown }} nativeRef
|
|
10
|
-
* @param {string} viewManagerName e.g. `'SatelliteLayer'`
|
|
11
|
-
* @param {string} commandName e.g. `'syncSatellite'` (must match native Commands export)
|
|
12
|
-
* @param {Array<unknown>} args
|
|
13
|
-
* @returns {boolean} true if a dispatch path ran
|
|
14
|
-
*/
|
|
15
|
-
export function dispatchViewManagerCommandCompat(nativeRef: React.RefObject | {
|
|
16
|
-
current: unknown;
|
|
17
|
-
}, viewManagerName: string, commandName: string, args: Array<unknown>): boolean;
|
|
1
|
+
export function dispatchViewManagerCommandCompat(m: any, i: any, a: any, s: any): boolean;
|
|
18
2
|
//# sourceMappingURL=dispatchViewManagerCommandCompat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dispatchViewManagerCommandCompat.d.ts","sourceRoot":"","sources":["../../src/dispatchViewManagerCommandCompat.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dispatchViewManagerCommandCompat.d.ts","sourceRoot":"","sources":["../../src/dispatchViewManagerCommandCompat.js"],"names":[],"mappings":"AAAsD,0FAA+sD"}
|
|
@@ -1,24 +1,19 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @returns {string}
|
|
3
|
-
*/
|
|
4
1
|
export function readGlobalGridRequestSiteOrigin(): string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*/
|
|
22
|
-
/** Fallback when no prop/core/global origin is configured (any origin satisfies the CDN). */
|
|
2
|
+
export function resolveGridRequestSiteOrigin(t: any, e: any): string | null;
|
|
3
|
+
export function normalizeCdnApiKey(t: any): string;
|
|
4
|
+
export function ensureApiKeyInUrl(t: any, e: any): any;
|
|
5
|
+
export function buildNativeCloudFrontFetchOptions({ url: t, apiKey: e, bundleId: i, gridRequestSiteOrigin: n, core: r, range: o }: {
|
|
6
|
+
url: any;
|
|
7
|
+
apiKey: any;
|
|
8
|
+
bundleId: any;
|
|
9
|
+
gridRequestSiteOrigin: any;
|
|
10
|
+
core: any;
|
|
11
|
+
range: any;
|
|
12
|
+
}): {
|
|
13
|
+
url: any;
|
|
14
|
+
apiKey: string;
|
|
15
|
+
bundleId: string;
|
|
16
|
+
gridRequestSiteOrigin: string;
|
|
17
|
+
};
|
|
23
18
|
export const RN_DEFAULT_GRID_REQUEST_SITE_ORIGIN: "https://localhost";
|
|
24
19
|
//# sourceMappingURL=gridCdnAuth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gridCdnAuth.d.ts","sourceRoot":"","sources":["../../src/gridCdnAuth.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gridCdnAuth.d.ts","sourceRoot":"","sources":["../../src/gridCdnAuth.js"],"names":[],"mappings":"AAAqE,0DAAkM;AAAA,4EAAkX;AAAA,mDAA4E;AAAA,uDAA4L;AAAA;;;;;;;;;;;;EAA6U;AAA9sC,kDAAiD,mBAAmB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { MapManager } from "./MapManager";
|
|
2
2
|
export { WeatherLayerManager } from "./WeatherLayerManager";
|
|
3
3
|
export { default as GridRenderLayer } from "./GridRenderLayerNativeComponent";
|
|
4
|
+
export { NexradSitesMapLayer } from "./NexradSitesMapLayer";
|
|
4
5
|
export { configureAguaceroRnDebug, setAguaceroRnDebugEnabled, isAguaceroRnDebugEnabled, getAguaceroAuthDiagnosticSnapshot, aguaceroDebug, aguaceroDebugWarn } from "./aguaceroRnDebug";
|
|
5
6
|
export { SATELLITE_DIAGNOSTIC_EVENT, auditSatelliteIntegration, installSatelliteDiagnosticListener, logSatelliteSyncReport, interpretSatelliteBlackScreenHints, basisFormatLabel } from "./satelliteRnDebug";
|
|
6
7
|
export { resolveGridRequestSiteOrigin, RN_DEFAULT_GRID_REQUEST_SITE_ORIGIN } from "./gridCdnAuth";
|
|
@@ -1,110 +1,60 @@
|
|
|
1
1
|
export class NexradAndroidController {
|
|
2
|
-
|
|
3
|
-
* @param {*} core - AguaceroCore instance
|
|
4
|
-
* @param {React.MutableRefObject<{ uploadNexradFrame?: (s: string) => void; uploadNexradStyleOnly?: (s: string) => void; clearNexrad?: () => void; activateNexradCachedFrame?: (k: string) => void } | null>} layerRef
|
|
5
|
-
* @param {object} [options]
|
|
6
|
-
*/
|
|
7
|
-
constructor(core: any, layerRef: React.MutableRefObject<{
|
|
8
|
-
uploadNexradFrame?: (s: string) => void;
|
|
9
|
-
uploadNexradStyleOnly?: (s: string) => void;
|
|
10
|
-
clearNexrad?: () => void;
|
|
11
|
-
activateNexradCachedFrame?: (k: string) => void;
|
|
12
|
-
} | null>, options?: object);
|
|
2
|
+
constructor(e: any, t: any, a?: {});
|
|
13
3
|
core: any;
|
|
14
|
-
_layerRef:
|
|
15
|
-
uploadNexradFrame?: (s: string) => void;
|
|
16
|
-
uploadNexradStyleOnly?: (s: string) => void;
|
|
17
|
-
clearNexrad?: () => void;
|
|
18
|
-
activateNexradCachedFrame?: (k: string) => void;
|
|
19
|
-
} | null>;
|
|
4
|
+
_layerRef: any;
|
|
20
5
|
_lastSyncKey: any;
|
|
21
6
|
_abort: AbortController | null;
|
|
22
7
|
_interpolateColormap: boolean;
|
|
23
8
|
_gateSmoothing: boolean;
|
|
24
9
|
_frameCache: Map<any, any>;
|
|
25
|
-
/** WeakMap: decoded frame → Map(uploadOptsKey → prepared frame). Avoids O(n²) canonical re-bin every map move. */
|
|
26
10
|
_gpuReadoutPrep: WeakMap<WeakKey, any>;
|
|
27
11
|
_preloadAbort: AbortController | null;
|
|
28
12
|
_preloadTimelineSig: any;
|
|
13
|
+
_listingRefreshPromise: any;
|
|
29
14
|
_nativeFrameUploaded: boolean;
|
|
30
|
-
/** @type {{ valueScale: number; valueOffset: number } | null} */
|
|
31
15
|
_lastUploadMeta: {
|
|
32
|
-
valueScale:
|
|
33
|
-
valueOffset:
|
|
16
|
+
valueScale: any;
|
|
17
|
+
valueOffset: any;
|
|
18
|
+
} | {
|
|
19
|
+
valueScale: any;
|
|
20
|
+
valueOffset: any;
|
|
21
|
+
} | {
|
|
22
|
+
valueScale: any;
|
|
23
|
+
valueOffset: any;
|
|
34
24
|
} | null;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
_nativeGpuReadyKeys: Set<string>;
|
|
43
|
-
/** @type {Map<string, { valueScale: number; valueOffset: number }>} */
|
|
44
|
-
_uploadMetaBySyncKey: Map<string, {
|
|
45
|
-
valueScale: number;
|
|
46
|
-
valueOffset: number;
|
|
47
|
-
}>;
|
|
48
|
-
/** @type {{ remove: () => void } | null} */
|
|
49
|
-
_gpuReadyEventSub: {
|
|
50
|
-
remove: () => void;
|
|
51
|
-
} | null;
|
|
52
|
-
_trimNativeGpuReadyKeys(max: any): void;
|
|
53
|
-
_rememberUploadMetaForSyncKey(syncKey: any, valueScale: any, valueOffset: any): void;
|
|
54
|
-
updateStyleOptions(options: any): void;
|
|
25
|
+
_nativeUploadJsonLru: Map<any, any>;
|
|
26
|
+
_nativeGpuReadyKeys: Set<any>;
|
|
27
|
+
_uploadMetaBySyncKey: Map<any, any>;
|
|
28
|
+
_gpuReadyEventSub: import("react-native").EmitterSubscription | null;
|
|
29
|
+
_trimNativeGpuReadyKeys(e: any): void;
|
|
30
|
+
_rememberUploadMetaForSyncKey(e: any, t: any, a: any): void;
|
|
31
|
+
updateStyleOptions(e: any): void;
|
|
55
32
|
destroy(): void;
|
|
56
|
-
_getPreparedReadoutFrame(
|
|
33
|
+
_getPreparedReadoutFrame(e: any, t: any): any;
|
|
57
34
|
_native(): any;
|
|
58
|
-
_lutPack(
|
|
35
|
+
_lutPack(e: any): {
|
|
59
36
|
lutB64: string;
|
|
60
37
|
lutMin: any;
|
|
61
38
|
lutMax: any;
|
|
62
|
-
discreteIntegerLut:
|
|
39
|
+
discreteIntegerLut: boolean;
|
|
63
40
|
};
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
valueScale: number;
|
|
72
|
-
valueOffset: number;
|
|
73
|
-
} | null;
|
|
74
|
-
/** @param {string} syncKey @param {{ json: string; valueScale: number; valueOffset: number }} entry */
|
|
75
|
-
_nativeUploadJsonLruPut(syncKey: string, entry: {
|
|
76
|
-
json: string;
|
|
77
|
-
valueScale: number;
|
|
78
|
-
valueOffset: number;
|
|
79
|
-
}): void;
|
|
80
|
-
/**
|
|
81
|
-
* Full-frame JSON includes LUT + opacity + shader toggles; keep LRU key aligned so scrubbing
|
|
82
|
-
* cannot resurrect an outdated style after the user changes only presentation options.
|
|
83
|
-
*/
|
|
84
|
-
_nativeUploadLruKey(state: any, syncKey: any): string;
|
|
85
|
-
/**
|
|
86
|
-
* After JS decoded a frame into `_frameCache`, optionally push it through the native bridge.
|
|
87
|
-
* During timeline preload we **only** upload the **currently displayed** unix to Metal; other
|
|
88
|
-
* volumes stay in the JS cache until {@link sync} needs them (avoids 40+ full decodes on load).
|
|
89
|
-
*/
|
|
90
|
-
_primeNativeGpuUploadIfNeeded(snapshot: any, unix: any, p: any, frame: any, abortSignal: any): void;
|
|
91
|
-
/**
|
|
92
|
-
* @param {*} state
|
|
93
|
-
* @param {*} frame - decoded archive frame
|
|
94
|
-
* @param {{ fetchKey: string }} p - from {@link _buildFetchParamsForUnix}
|
|
95
|
-
* @param {number} unix
|
|
96
|
-
*/
|
|
97
|
-
_uploadFrameToNative(state: any, frame: any, p: {
|
|
98
|
-
fetchKey: string;
|
|
99
|
-
}, unix: number): void;
|
|
100
|
-
applyStyleFromState(state: any): void;
|
|
101
|
-
_resolveListingContext(state: any): {
|
|
41
|
+
_nativeUploadJsonLruTouch(e: any): any;
|
|
42
|
+
_nativeUploadJsonLruPut(e: any, t: any): void;
|
|
43
|
+
_nativeUploadLruKey(e: any, t: any): string;
|
|
44
|
+
_primeNativeGpuUploadIfNeeded(e: any, t: any, a: any, n: any, i: any): void;
|
|
45
|
+
_uploadFrameToNative(e: any, t: any, a: any, n: any): void;
|
|
46
|
+
applyStyleFromState(e: any): void;
|
|
47
|
+
_resolveListingContext(e: any): {
|
|
102
48
|
nk: any;
|
|
103
49
|
ent: any;
|
|
104
50
|
timeToKeyMap: any;
|
|
105
51
|
motionMap: any;
|
|
106
52
|
};
|
|
107
|
-
|
|
53
|
+
_nexradStateWithCoreListing(e: any): any;
|
|
54
|
+
_ensureLevel2ListingReady(e: any): Promise<void>;
|
|
55
|
+
_logListingDiag(e: any, t: any, a: any, n?: {}): void;
|
|
56
|
+
_nexradRadarSource(e: any): "level2" | "level3";
|
|
57
|
+
_buildFetchParamsForUnix(e: any, t: any, a?: {}): {
|
|
108
58
|
objectKey: any;
|
|
109
59
|
url: any;
|
|
110
60
|
fetchKey: string;
|
|
@@ -113,15 +63,15 @@ export class NexradAndroidController {
|
|
|
113
63
|
radarSource: string;
|
|
114
64
|
groupId: any;
|
|
115
65
|
} | null;
|
|
116
|
-
_fetchFrame(
|
|
66
|
+
_fetchFrame(e: any, t: any, { signal: a, priority: n }: {
|
|
117
67
|
signal: any;
|
|
118
68
|
priority: any;
|
|
119
69
|
}): Promise<any>;
|
|
120
|
-
_preloadTimelineSignature(
|
|
121
|
-
_syncIdentity(
|
|
122
|
-
preloadAllAvailable(
|
|
123
|
-
sync(
|
|
124
|
-
getInspectPayload(
|
|
70
|
+
_preloadTimelineSignature(e: any): string;
|
|
71
|
+
_syncIdentity(e: any, t: any, a: any): string;
|
|
72
|
+
preloadAllAvailable(e: any): Promise<void>;
|
|
73
|
+
sync(e: any): Promise<void>;
|
|
74
|
+
getInspectPayload(e: any, t: any, a: any): {
|
|
125
75
|
lngLat: {
|
|
126
76
|
lng: any;
|
|
127
77
|
lat: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexradAndroidController.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradAndroidController.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nexradAndroidController.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradAndroidController.js"],"names":[],"mappings":"AAAo9H;IAAqC,oCAA8uC;IAAxtC,UAAW;IAAC,eAAgB;IAAC,kBAAsB;IAAC,+BAAgB;IAAC,8BAA0D;IAAC,wBAA8C;IAAC,2BAAwB;IAAC,uCAAgC;IAAC,sCAAuB;IAAC,yBAA6B;IAAC,4BAAgC;IAAC,8BAA4B;IAAC;;;;;;;;;aAAyB;IAAC,oCAAiC;IAAC,8BAAgC;IAAC,oCAAiC;IAAC,qEAA2B;IAAiuB,sCAAiL;IAAA,4DAA0P;IAAA,iCAAoM;IAAA,gBAAge;IAAA,8CAAyN;IAAA,eAAyC;IAAA;;;;;MAAsR;IAAA,uCAA+J;IAAA,8CAA6R;IAAA,4CAAwH;IAAA,4EAAyX;IAAA,2DAAo4F;IAAA,kCAAw+B;IAAA;;;;;MAAgjC;IAAA,yCAAszB;IAAA,iDAAymC;IAAA,sDAAwyB;IAAA,gDAA6E;IAAA;;;;;;;;aAAiwB;IAAA;;;qBAAskC;IAAA,0CAAmV;IAAA,8CAAiK;IAAA,2CAAy7H;IAAA,4BAA2wI;IAAA;;;;;;;;;;;;;;;aAAq0C;CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexradCrossSectionSampleAtLatLon.bundled.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nexradCrossSectionSampleAtLatLon.bundled.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js"],"names":[],"mappings":";AAAiuB;;;SAAwnB"}
|
|
@@ -1,103 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* (filter {@code [Aguacero][NEXRAD]} and {@code [Aguacero][NEXRAD][PERF]}).
|
|
6
|
-
*
|
|
7
|
-
* Legacy pipe line-by-line bridge logs: only if {@code global.__AGUACERO_NEXRAD_PIPE_TRACE = true}.
|
|
8
|
-
*/
|
|
9
|
-
export function nexradDiagEnabled(): boolean;
|
|
10
|
-
/**
|
|
11
|
-
* Opt-in only — line-by-line bridge logs.
|
|
12
|
-
* @param {string} tag
|
|
13
|
-
* @param {Record<string, unknown>} [detail]
|
|
14
|
-
*/
|
|
15
|
-
export function nexradPipeTrace(tag: string, detail?: Record<string, unknown>): void;
|
|
16
|
-
export function nexradDiag(phase: any, detail: any): void;
|
|
17
|
-
/**
|
|
18
|
-
* @param {string} label
|
|
19
|
-
* @returns {{ elapsedMs: () => number, end: (detail?: Record<string, unknown>) => number }}
|
|
20
|
-
*/
|
|
21
|
-
export function nexradPerfSpan(label: string): {
|
|
22
|
-
elapsedMs: () => number;
|
|
23
|
-
end: (detail?: Record<string, unknown>) => number;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* @param {Record<string, unknown>} [extra]
|
|
27
|
-
*/
|
|
28
|
-
export function nexradDiagBootSnapshot(extra?: Record<string, unknown>): void;
|
|
29
|
-
/**
|
|
30
|
-
* @param {Uint8Array} gateData
|
|
31
|
-
* @param {number} nGates
|
|
32
|
-
* @param {number} nRays
|
|
33
|
-
* @param {number} valueScale
|
|
34
|
-
* @param {number} valueOffset
|
|
35
|
-
* @param {number} lutMin
|
|
36
|
-
* @param {number} lutMax
|
|
37
|
-
*/
|
|
38
|
-
export function nexradDiagGateTextureSummary(gateData: Uint8Array, nGates: number, nRays: number, valueScale: number, valueOffset: number, lutMin: number, lutMax: number): {
|
|
39
|
-
skipped: boolean;
|
|
40
|
-
error?: undefined;
|
|
41
|
-
len?: undefined;
|
|
42
|
-
expected?: undefined;
|
|
43
|
-
samples?: undefined;
|
|
44
|
-
nodataSamples?: undefined;
|
|
45
|
-
inLutSamples?: undefined;
|
|
46
|
-
minRaw?: undefined;
|
|
47
|
-
maxRaw?: undefined;
|
|
48
|
-
minPhys?: undefined;
|
|
49
|
-
maxPhys?: undefined;
|
|
50
|
-
lutMin?: undefined;
|
|
51
|
-
lutMax?: undefined;
|
|
52
|
-
valueScale?: undefined;
|
|
53
|
-
valueOffset?: undefined;
|
|
54
|
-
} | {
|
|
55
|
-
error: string;
|
|
56
|
-
skipped?: undefined;
|
|
57
|
-
len?: undefined;
|
|
58
|
-
expected?: undefined;
|
|
59
|
-
samples?: undefined;
|
|
60
|
-
nodataSamples?: undefined;
|
|
61
|
-
inLutSamples?: undefined;
|
|
62
|
-
minRaw?: undefined;
|
|
63
|
-
maxRaw?: undefined;
|
|
64
|
-
minPhys?: undefined;
|
|
65
|
-
maxPhys?: undefined;
|
|
66
|
-
lutMin?: undefined;
|
|
67
|
-
lutMax?: undefined;
|
|
68
|
-
valueScale?: undefined;
|
|
69
|
-
valueOffset?: undefined;
|
|
70
|
-
} | {
|
|
71
|
-
error: string;
|
|
72
|
-
len: number;
|
|
73
|
-
expected: number;
|
|
74
|
-
skipped?: undefined;
|
|
75
|
-
samples?: undefined;
|
|
76
|
-
nodataSamples?: undefined;
|
|
77
|
-
inLutSamples?: undefined;
|
|
78
|
-
minRaw?: undefined;
|
|
79
|
-
maxRaw?: undefined;
|
|
80
|
-
minPhys?: undefined;
|
|
81
|
-
maxPhys?: undefined;
|
|
82
|
-
lutMin?: undefined;
|
|
83
|
-
lutMax?: undefined;
|
|
84
|
-
valueScale?: undefined;
|
|
85
|
-
valueOffset?: undefined;
|
|
86
|
-
} | {
|
|
87
|
-
samples: number;
|
|
88
|
-
nodataSamples: number;
|
|
89
|
-
inLutSamples: number;
|
|
90
|
-
minRaw: number | null;
|
|
91
|
-
maxRaw: number | null;
|
|
92
|
-
minPhys: number | null;
|
|
93
|
-
maxPhys: number | null;
|
|
94
|
-
lutMin: number;
|
|
95
|
-
lutMax: number;
|
|
96
|
-
valueScale: number;
|
|
97
|
-
valueOffset: number;
|
|
98
|
-
skipped?: undefined;
|
|
99
|
-
error?: undefined;
|
|
100
|
-
len?: undefined;
|
|
101
|
-
expected?: undefined;
|
|
1
|
+
export function nexradDiagBootSnapshot(e: any): void;
|
|
2
|
+
export function nexradPipelineLog(e: any, n: any): void;
|
|
3
|
+
export function nexradPerfSpan(e: any): {
|
|
4
|
+
end(o: any): void;
|
|
102
5
|
};
|
|
6
|
+
export function nexradDiagGateTextureSummary(e: any, n: any, o: any, t: any, i: any, s: any, l: any): {
|
|
7
|
+
nGates: any;
|
|
8
|
+
nRays: any;
|
|
9
|
+
gateBytes: any;
|
|
10
|
+
valueScale: any;
|
|
11
|
+
valueOffset: any;
|
|
12
|
+
lutMin: any;
|
|
13
|
+
lutMax: any;
|
|
14
|
+
} | null;
|
|
103
15
|
//# sourceMappingURL=nexradDiag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexradDiag.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradDiag.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nexradDiag.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradDiag.js"],"names":[],"mappings":"AAA6M,qDAA2E;AAAA,wDAA+G;AAAA;;EAAiM;AAAA;;;;;;;;SAAuO"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export function isValidLevel2SweepObjectKey(e: any): boolean;
|
|
2
|
+
export function buildLevel2SweepObjectKey(e: any, t: any, n: any, r: any, o: any): string;
|
|
3
|
+
export function lookupClenForUnix(e: any, t: any): number | null;
|
|
4
|
+
export function listingContextParams(e: any): {
|
|
5
|
+
site: any;
|
|
6
|
+
elevNorm: any;
|
|
7
|
+
group: any;
|
|
8
|
+
radarVarU: any;
|
|
9
|
+
};
|
|
10
|
+
export function rebuildLevel2TimeToKeyMap({ stationId: e, elevNorm: t, group: n, timeToKeyMap: r, level2Clens: o, unixTimes: i }: {
|
|
11
|
+
stationId: any;
|
|
12
|
+
elevNorm: any;
|
|
13
|
+
group: any;
|
|
14
|
+
timeToKeyMap?: {} | undefined;
|
|
15
|
+
level2Clens: any;
|
|
16
|
+
unixTimes: any;
|
|
17
|
+
}): {};
|
|
18
|
+
export function mergeLevel2NexradListingEntry(e: any, t: any, n: any, r?: {}): {
|
|
19
|
+
unixTimes: any[];
|
|
20
|
+
timeToKeyMap: {};
|
|
21
|
+
level2Clens: any;
|
|
22
|
+
listWindowHours: any;
|
|
23
|
+
level2ListingEmpty: boolean;
|
|
24
|
+
};
|
|
25
|
+
export function fetchAndApplyLevel2ListingToCore(e: any, t: any, n?: {}): Promise<boolean>;
|
|
26
|
+
export function level2ListingCacheNeedsRefresh(e: any): boolean;
|
|
27
|
+
export function resolveLevel2SweepObjectKeyForFetch(e: any, t: any): string | null;
|
|
28
|
+
export function resolveLevel2ObjectKeyForFetch({ state: e, listingEntry: t, unix: n, radarVar: r, rawKey: o }: {
|
|
29
|
+
state: any;
|
|
30
|
+
listingEntry: any;
|
|
31
|
+
unix: any;
|
|
32
|
+
radarVar: any;
|
|
33
|
+
rawKey: any;
|
|
34
|
+
}): string | null;
|
|
35
|
+
export function level2ListingEmptyHint(e: any): "TDWR site: Level-II sweep lambda returned no volumes. Try a WSR-88D site (K*) such as KSHV or KTLX." | "Level-II sweep lambda returned no volumes for this site/tilt/window.";
|
|
36
|
+
//# sourceMappingURL=nexradLevel2Keys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nexradLevel2Keys.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradLevel2Keys.js"],"names":[],"mappings":"AAAsU,6DAA0F;AAAkC,0FAAwG;AAAA,iEAA6V;AAAA;;;;;EAA8N;AAAA;;;;;;;OAA0jB;AAA+X;;;;;;EAAy/B;AAAgF,2FAA4yC;AAAA,gEAA4W;AAAA,mFAA6W;AAAA;;;;;;kBAA8c;AAAA,+NAAmO"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* @param {number} lutValueMax
|
|
5
|
-
* @param {boolean} interpolateColormap
|
|
6
|
-
* @returns {{ bytes: Uint8Array, discreteIntegerLut: number }}
|
|
7
|
-
*/
|
|
8
|
-
export function buildNexradLutRgba(colormapFlat: number[] | null | undefined, lutValueMin: number, lutValueMax: number, interpolateColormap: boolean): {
|
|
9
|
-
bytes: Uint8Array;
|
|
10
|
-
discreteIntegerLut: number;
|
|
1
|
+
export function buildNexradLutRgba(t: any, o: any, u: any, n: any): {
|
|
2
|
+
bytes: Uint8Array<ArrayBuffer>;
|
|
3
|
+
discreteIntegerLut: boolean;
|
|
11
4
|
};
|
|
12
5
|
//# sourceMappingURL=nexradLutBuild.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexradLutBuild.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradLutBuild.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nexradLutBuild.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradLutBuild.js"],"names":[],"mappings":"AAA60C;;;EAA0e"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
declare function E(e: any): {
|
|
2
2
|
geometryLayoutKey: string;
|
|
3
3
|
};
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
declare function s(e: any, r: any, t: any): string;
|
|
5
|
+
declare function c(e: any): boolean;
|
|
6
|
+
export { E as mapboxFrameUploadOptionsForNexradState, s as nexradLevel3S3ProductForSiteTilt, c as nexradLevel3UsesTiltIndexedS3Products };
|
|
6
7
|
//# sourceMappingURL=nexradMapboxFrameOpts.bundled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexradMapboxFrameOpts.bundled.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradMapboxFrameOpts.bundled.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nexradMapboxFrameOpts.bundled.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradMapboxFrameOpts.bundled.js"],"names":[],"mappings":"AAAk1F;;EAAggB;AAAvtB,mDAAuN;AAA7W,oCAAwD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nexradSdkImports.d.ts","sourceRoot":"","sources":["../../../src/nexrad/nexradSdkImports.js"],"names":[],"mappings":""}
|