@aguacerowx/react-native 0.0.46 → 0.0.49
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/aguacerowx-react-native.podspec +41 -6
- package/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +1 -1
- package/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +1 -1
- package/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +32 -3
- package/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +42 -5
- package/index.js +1 -4
- package/ios/GridRenderLayer.swift +1 -1
- package/ios/GridRenderLayerBridge.swift +51 -0
- package/ios/NexradRadarLayer.swift +743 -0
- package/ios/NexradRadarLayerView.swift +475 -0
- package/ios/NexradRadarManager.mm +162 -0
- package/ios/RCTSatelliteLayerComponentView.mm +97 -0
- package/ios/RadarFrameGpuMatch.swift +162 -0
- package/ios/RadarRayGeometryBuilder.swift +132 -0
- package/ios/SatelliteColormap.swift +103 -0
- package/ios/SatelliteKtxBridge.h +9 -0
- package/ios/SatelliteKtxBridge.mm +24 -0
- package/ios/SatelliteLayer.swift +716 -0
- package/ios/SatelliteLayerManager.mm +175 -0
- package/ios/SatelliteLayerView.swift +510 -0
- package/ios/SatelliteMeshBuilder.swift +204 -0
- package/ios/Shaders.metal +170 -0
- package/ios/WeatherFrameProcessorModule.swift +44 -8
- package/ios/aguacero-sdks.code-workspace +11 -0
- package/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/ios/cpp/aguacero_satellite_ktx.h +19 -0
- package/ios/cpp/satellite_ktx_transcode.cpp +153 -0
- package/ios/vendor/proj4/proj4.js +1 -0
- package/lib/commonjs/AguaceroContext.js.map +1 -0
- package/lib/commonjs/GridRenderLayer.js.map +1 -0
- package/lib/commonjs/GridRenderLayerNativeComponent.js.map +1 -0
- package/lib/commonjs/MapManager.js +277 -0
- package/lib/commonjs/MapManager.js.map +1 -0
- package/lib/commonjs/MapRegistry.js.map +1 -0
- package/lib/commonjs/NexradRadarLayer.android.js +126 -0
- package/lib/commonjs/NexradRadarLayer.android.js.map +1 -0
- package/lib/commonjs/NexradRadarLayer.ios.js +122 -0
- package/lib/commonjs/NexradRadarLayer.ios.js.map +1 -0
- package/lib/commonjs/NexradRadarLayerNativeComponent.js.map +1 -0
- package/lib/commonjs/NexradSitesMapLayer.js.map +1 -0
- package/lib/commonjs/SatelliteLayer.android.js +66 -0
- package/lib/commonjs/SatelliteLayer.android.js.map +1 -0
- package/lib/commonjs/SatelliteLayer.ios.js +71 -0
- package/lib/commonjs/SatelliteLayer.ios.js.map +1 -0
- package/lib/commonjs/SatelliteLayerNativeComponent.js.map +1 -0
- package/lib/commonjs/StyleApplicator.js.map +1 -0
- package/lib/commonjs/WeatherLayerManager.js +1759 -0
- package/lib/commonjs/WeatherLayerManager.js.map +1 -0
- package/lib/commonjs/dispatchViewManagerCommandCompat.js +111 -0
- package/lib/commonjs/dispatchViewManagerCommandCompat.js.map +1 -0
- package/lib/commonjs/index.js +4 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/nexrad/nexradAndroidController.js +1021 -0
- package/lib/commonjs/nexrad/nexradAndroidController.js.map +1 -0
- package/lib/commonjs/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/nexradDiag.js +160 -0
- package/lib/commonjs/nexrad/nexradDiag.js.map +1 -0
- package/lib/commonjs/nexrad/nexradLutBuild.js.map +1 -0
- package/lib/commonjs/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/nexradNativeCommandIds.js +51 -0
- package/lib/commonjs/nexrad/nexradNativeCommandIds.js.map +1 -0
- package/lib/commonjs/nexrad/radarArchiveCore.bundled.js +6439 -0
- package/lib/commonjs/nexrad/radarArchiveCore.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/radarDecode.worker.bundled.js +691 -0
- package/lib/commonjs/nexrad/radarDecode.worker.bundled.js.map +1 -0
- package/lib/commonjs/nexrad/radarFrameGpuMatch.bundled.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.android.js +20 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.android.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.ios.js +20 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.ios.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.js.map +1 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.native.js +442 -0
- package/lib/commonjs/nws/NwsAlertsOverlay.native.js.map +1 -0
- package/lib/commonjs/nws/eventSourceRnPolyfill.js.map +1 -0
- package/lib/commonjs/nws/nwsAndroidConstants.js.map +1 -0
- package/lib/commonjs/satellite/satelliteAndroidController.js +228 -0
- package/lib/commonjs/satellite/satelliteAndroidController.js.map +1 -0
- package/lib/commonjs/satelliteBridgeDiag.js +22 -0
- package/lib/commonjs/satelliteBridgeDiag.js.map +1 -0
- package/lib/module/AguaceroContext.js.map +1 -0
- package/lib/module/GridRenderLayer.js.map +1 -0
- package/lib/module/GridRenderLayerNativeComponent.js.map +1 -0
- package/lib/module/MapManager.js +269 -0
- package/lib/module/MapManager.js.map +1 -0
- package/lib/module/MapRegistry.js.map +1 -0
- package/lib/module/NexradRadarLayer.android.js +118 -0
- package/lib/module/NexradRadarLayer.android.js.map +1 -0
- package/lib/module/NexradRadarLayer.ios.js +114 -0
- package/lib/module/NexradRadarLayer.ios.js.map +1 -0
- package/lib/module/NexradRadarLayerNativeComponent.js.map +1 -0
- package/lib/module/NexradSitesMapLayer.js.map +1 -0
- package/lib/module/SatelliteLayer.android.js +58 -0
- package/lib/module/SatelliteLayer.android.js.map +1 -0
- package/lib/module/SatelliteLayer.ios.js +63 -0
- package/lib/module/SatelliteLayer.ios.js.map +1 -0
- package/lib/module/SatelliteLayerNativeComponent.js.map +1 -0
- package/lib/module/StyleApplicator.js.map +1 -0
- package/lib/module/WeatherLayerManager.js +1751 -0
- package/lib/module/WeatherLayerManager.js.map +1 -0
- package/lib/module/dispatchViewManagerCommandCompat.js +106 -0
- package/lib/module/dispatchViewManagerCommandCompat.js.map +1 -0
- package/lib/module/index.js +4 -4
- package/lib/module/index.js.map +1 -1
- package/lib/module/nexrad/nexradAndroidController.js +1013 -0
- package/lib/module/nexrad/nexradAndroidController.js.map +1 -0
- package/lib/module/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -0
- package/lib/module/nexrad/nexradDiag.js +149 -0
- package/lib/module/nexrad/nexradDiag.js.map +1 -0
- package/lib/module/nexrad/nexradLutBuild.js.map +1 -0
- package/lib/module/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -0
- package/lib/module/nexrad/nexradNativeCommandIds.js +44 -0
- package/lib/module/nexrad/nexradNativeCommandIds.js.map +1 -0
- package/lib/module/nexrad/radarArchiveCore.bundled.js +6426 -0
- package/lib/module/nexrad/radarArchiveCore.bundled.js.map +1 -0
- package/lib/module/nexrad/radarDecode.worker.bundled.js +689 -0
- package/lib/module/nexrad/radarDecode.worker.bundled.js.map +1 -0
- package/lib/module/nexrad/radarFrameGpuMatch.bundled.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.android.js +2 -0
- package/lib/module/nws/NwsAlertsOverlay.android.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.ios.js +2 -0
- package/lib/module/nws/NwsAlertsOverlay.ios.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.js.map +1 -0
- package/lib/module/nws/NwsAlertsOverlay.native.js +432 -0
- package/lib/module/nws/NwsAlertsOverlay.native.js.map +1 -0
- package/lib/module/nws/eventSourceRnPolyfill.js.map +1 -0
- package/lib/module/nws/nwsAndroidConstants.js.map +1 -0
- package/lib/module/satellite/satelliteAndroidController.js +219 -0
- package/lib/module/satellite/satelliteAndroidController.js.map +1 -0
- package/lib/module/satelliteBridgeDiag.js +16 -0
- package/lib/module/satelliteBridgeDiag.js.map +1 -0
- package/lib/typescript/AguaceroContext.d.ts.map +1 -0
- package/lib/typescript/GridRenderLayer.d.ts.map +1 -0
- package/lib/typescript/GridRenderLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/MapManager.d.ts +14 -0
- package/lib/typescript/MapManager.d.ts.map +1 -0
- package/lib/typescript/MapRegistry.d.ts.map +1 -0
- package/lib/typescript/NexradRadarLayer.android.d.ts.map +1 -0
- package/lib/typescript/NexradRadarLayer.ios.d.ts +3 -0
- package/lib/typescript/NexradRadarLayer.ios.d.ts.map +1 -0
- package/lib/typescript/NexradRadarLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/NexradSitesMapLayer.d.ts.map +1 -0
- package/lib/typescript/SatelliteLayer.android.d.ts.map +1 -0
- package/lib/typescript/SatelliteLayer.ios.d.ts +3 -0
- package/lib/typescript/SatelliteLayer.ios.d.ts.map +1 -0
- package/lib/typescript/SatelliteLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/StyleApplicator.d.ts.map +1 -0
- package/lib/typescript/WeatherLayerManager.d.ts.map +1 -0
- package/lib/typescript/dispatchViewManagerCommandCompat.d.ts +18 -0
- package/lib/typescript/dispatchViewManagerCommandCompat.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +4 -4
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/nexrad/nexradAndroidController.d.ts +141 -0
- package/lib/typescript/nexrad/nexradAndroidController.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradDiag.d.ts +103 -0
- package/lib/typescript/nexrad/nexradDiag.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradLutBuild.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts +9 -0
- package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts +8 -0
- package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarDecode.worker.bundled.d.ts.map +1 -0
- package/lib/typescript/nexrad/radarFrameGpuMatch.bundled.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.android.d.ts +2 -0
- package/lib/typescript/nws/NwsAlertsOverlay.android.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.d.ts +3 -0
- package/lib/typescript/nws/NwsAlertsOverlay.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.ios.d.ts +2 -0
- package/lib/typescript/nws/NwsAlertsOverlay.ios.d.ts.map +1 -0
- package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts +22 -0
- package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts.map +1 -0
- package/lib/typescript/nws/eventSourceRnPolyfill.d.ts.map +1 -0
- package/lib/typescript/nws/nwsAndroidConstants.d.ts.map +1 -0
- package/lib/typescript/satellite/satelliteAndroidController.d.ts +58 -0
- package/lib/typescript/satellite/satelliteAndroidController.d.ts.map +1 -0
- package/lib/typescript/satelliteBridgeDiag.d.ts +6 -0
- package/lib/typescript/satelliteBridgeDiag.d.ts.map +1 -0
- package/package.json +3 -2
- package/src/MapManager.js +8 -2
- package/src/NexradRadarLayer.android.js +2 -6
- package/src/NexradRadarLayer.ios.js +106 -6
- package/src/SatelliteLayer.android.js +22 -28
- package/src/SatelliteLayer.ios.js +61 -7
- package/src/WeatherLayerManager.js +398 -57
- package/src/dispatchViewManagerCommandCompat.js +100 -0
- package/src/index.js +7 -0
- package/src/nexrad/nexradAndroidController.js +108 -116
- package/src/nexrad/nexradDiag.js +26 -2
- package/src/nexrad/nexradNativeCommandIds.js +44 -0
- package/src/nexrad/radarArchiveCore.bundled.js +7084 -7091
- package/src/nexrad/radarDecode.worker.bundled.js +2 -2
- package/src/nws/NwsAlertsOverlay.android.js +1 -474
- package/src/nws/NwsAlertsOverlay.ios.js +1 -7
- package/src/nws/NwsAlertsOverlay.native.js +463 -0
- package/src/satellite/satelliteAndroidController.js +73 -6
- package/src/satelliteBridgeDiag.js +15 -0
- package/lib/commonjs/README.md +0 -127
- package/lib/commonjs/aguacerowx-react-native.podspec +0 -39
- package/lib/commonjs/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +0 -10
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -43
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -22
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.java +0 -33
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.java +0 -18
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.java +0 -33
- package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.java +0 -18
- package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +0 -22
- package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +0 -24
- package/lib/commonjs/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -28
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +0 -17
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +0 -19
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +0 -24
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +0 -26
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +0 -18
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +0 -37
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +0 -120
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +0 -76
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +0 -19
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +0 -54
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +0 -16
- package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +0 -24
- package/lib/commonjs/android/build/generated/source/codegen/schema.json +0 -1
- package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -8
- package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
- package/lib/commonjs/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
- package/lib/commonjs/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/lib/commonjs/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/lib/commonjs/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
- package/lib/commonjs/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/lib/commonjs/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/lib/commonjs/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -6
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_fragment.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_vertex.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_targets.bat +0 -9
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stacktrace_targets.txt +0 -146
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_targets.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_targets.txt +0 -93
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stdout.txt +0 -3
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_121_timing.txt +0 -11
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3694_timing.txt +0 -9
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3949_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4184_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4437_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4886_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5126_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5363_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5601_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6043_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6291_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6729_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6939_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7166_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7384_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7598_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8032_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stdout.txt +0 -15
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_3942_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4185_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4432_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4884_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5132_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5358_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5596_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6295_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6938_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7377_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7601_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8033_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stdout.txt +0 -15
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4431_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4878_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5124_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5357_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5597_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5813_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6947_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7604_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7815_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8035_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_model.json +0 -200
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_command.bat +0 -19
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stderr.txt +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stdout.txt +0 -15
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4430_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4882_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5120_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5350_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5605_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5822_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6516_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6942_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7161_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7607_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7817_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8039_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/metadata_generation_record.json +0 -41
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -7
- package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/lib/commonjs/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -8
- package/lib/commonjs/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -8
- package/lib/commonjs/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-aguacerowx-react-native.jar +0 -0
- package/lib/commonjs/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -8
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libc++_shared.so +0 -0
- package/lib/commonjs/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/lib/commonjs/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +0 -13
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +0 -13
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +0 -181
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_fragment.glsl +0 -87
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_vertex.glsl +0 -9
- package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +0 -20
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/commonjs/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/lib/commonjs/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -7
- package/lib/commonjs/android/build/outputs/aar/aguacerowx-react-native-debug.aar +0 -0
- package/lib/commonjs/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AguaceroPackage.class.uniqueId3 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/InspectorModule.class.uniqueId6 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$1.class.uniqueId7 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameRegisteredListener.class.uniqueId2 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameSlot.class.uniqueId0 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer.class.uniqueId1 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayerView.class.uniqueId4 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarManager.class.uniqueId5 +0 -0
- package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/lib/commonjs/android/build.gradle +0 -124
- package/lib/commonjs/android/src/main/AndroidManifest.xml +0 -7
- package/lib/commonjs/android/src/main/cpp/CMakeLists.txt +0 -43
- package/lib/commonjs/android/src/main/cpp/satellite_ktx_jni.cpp +0 -165
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroDebugLog.java +0 -12
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +0 -48
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroStyleLayerIds.java +0 -18
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +0 -711
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +0 -233
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +0 -126
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +0 -130
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +0 -906
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +0 -515
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarManager.java +0 -113
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/RadarFrameGpuMatch.java +0 -117
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/RadarRayGeometryBuilder.java +0 -202
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteColormap.java +0 -134
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteKtxDecoder.java +0 -75
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +0 -576
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerManager.java +0 -79
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +0 -355
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteMeshBuilder.java +0 -244
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +0 -107
- package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +0 -239
- package/lib/commonjs/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -0
- package/lib/commonjs/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -0
- package/lib/commonjs/android/src/main/res/raw/debug_fragment_shader.glsl +0 -13
- package/lib/commonjs/android/src/main/res/raw/debug_vertex_shader.glsl +0 -13
- package/lib/commonjs/android/src/main/res/raw/fragment_shader.glsl +0 -181
- package/lib/commonjs/android/src/main/res/raw/nexrad_fragment.glsl +0 -87
- package/lib/commonjs/android/src/main/res/raw/nexrad_vertex.glsl +0 -9
- package/lib/commonjs/android/src/main/res/raw/vertex_shader.glsl +0 -20
- package/lib/commonjs/babel.config.js +0 -7
- package/lib/commonjs/babel.config.js.map +0 -1
- package/lib/commonjs/ios/AguaceroPackage.m +0 -19
- package/lib/commonjs/ios/FragmentUniforms.swift +0 -16
- package/lib/commonjs/ios/GridRenderLayer.swift +0 -1159
- package/lib/commonjs/ios/GridRenderLayerBridge.swift +0 -45
- package/lib/commonjs/ios/GridRenderLayerManager.mm +0 -172
- package/lib/commonjs/ios/GridRenderLayerView.h +0 -31
- package/lib/commonjs/ios/GridRenderLayerView.m +0 -201
- package/lib/commonjs/ios/InspectorDataCache.swift +0 -64
- package/lib/commonjs/ios/InspectorModule.m +0 -10
- package/lib/commonjs/ios/InspectorModule.swift +0 -113
- package/lib/commonjs/ios/Shaders.metal +0 -320
- package/lib/commonjs/ios/WeatherFrameProcessorModule.m +0 -16
- package/lib/commonjs/ios/WeatherFrameProcessorModule.swift +0 -153
- package/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
- package/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
- package/lib/commonjs/package.json +0 -73
- package/lib/commonjs/react-native-builder-bob.config.js +0 -13
- package/lib/commonjs/react-native-builder-bob.config.js.map +0 -1
- package/lib/commonjs/scripts/compile-shaders.js +0 -62
- package/lib/commonjs/scripts/compile-shaders.js.map +0 -1
- package/lib/commonjs/scripts/compile-shaders.sh +0 -39
- package/lib/commonjs/src/AguaceroContext.js.map +0 -1
- package/lib/commonjs/src/GridRenderLayer.js.map +0 -1
- package/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +0 -1
- package/lib/commonjs/src/MapManager.js +0 -271
- package/lib/commonjs/src/MapManager.js.map +0 -1
- package/lib/commonjs/src/MapRegistry.js.map +0 -1
- package/lib/commonjs/src/NexradRadarLayer.android.js +0 -130
- package/lib/commonjs/src/NexradRadarLayer.android.js.map +0 -1
- package/lib/commonjs/src/NexradRadarLayer.ios.js +0 -20
- package/lib/commonjs/src/NexradRadarLayer.ios.js.map +0 -1
- package/lib/commonjs/src/NexradRadarLayerNativeComponent.js.map +0 -1
- package/lib/commonjs/src/NexradSitesMapLayer.js.map +0 -1
- package/lib/commonjs/src/SatelliteLayer.android.js +0 -68
- package/lib/commonjs/src/SatelliteLayer.android.js.map +0 -1
- package/lib/commonjs/src/SatelliteLayer.ios.js +0 -21
- package/lib/commonjs/src/SatelliteLayer.ios.js.map +0 -1
- package/lib/commonjs/src/SatelliteLayerNativeComponent.js.map +0 -1
- package/lib/commonjs/src/StyleApplicator.js.map +0 -1
- package/lib/commonjs/src/WeatherLayerManager.js +0 -1444
- package/lib/commonjs/src/WeatherLayerManager.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradAndroidController.js +0 -1060
- package/lib/commonjs/src/nexrad/nexradAndroidController.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradDiag.js +0 -140
- package/lib/commonjs/src/nexrad/nexradDiag.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradLutBuild.js.map +0 -1
- package/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js +0 -6446
- package/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js +0 -691
- package/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
- package/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
- package/lib/commonjs/src/nws/NwsAlertsOverlay.android.js +0 -452
- package/lib/commonjs/src/nws/NwsAlertsOverlay.android.js.map +0 -1
- package/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js +0 -14
- package/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
- package/lib/commonjs/src/nws/NwsAlertsOverlay.js.map +0 -1
- package/lib/commonjs/src/nws/eventSourceRnPolyfill.js.map +0 -1
- package/lib/commonjs/src/nws/nwsAndroidConstants.js.map +0 -1
- package/lib/commonjs/src/satellite/satelliteAndroidController.js +0 -167
- package/lib/commonjs/src/satellite/satelliteAndroidController.js.map +0 -1
- package/lib/commonjs/tsconfig.json +0 -24
- package/lib/module/README.md +0 -127
- package/lib/module/aguacerowx-react-native.podspec +0 -39
- package/lib/module/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +0 -10
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -43
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -22
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.java +0 -33
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.java +0 -18
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.java +0 -33
- package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.java +0 -18
- package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +0 -22
- package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +0 -24
- package/lib/module/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -28
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +0 -17
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +0 -19
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +0 -24
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +0 -26
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +0 -18
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +0 -37
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +0 -120
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +0 -76
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +0 -19
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +0 -54
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +0 -16
- package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +0 -24
- package/lib/module/android/build/generated/source/codegen/schema.json +0 -1
- package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -8
- package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
- package/lib/module/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
- package/lib/module/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/lib/module/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/lib/module/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
- package/lib/module/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/lib/module/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/lib/module/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -6
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_fragment.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_vertex.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_targets.bat +0 -9
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stacktrace_targets.txt +0 -146
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_targets.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_targets.txt +0 -93
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stdout.txt +0 -3
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_121_timing.txt +0 -11
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3694_timing.txt +0 -9
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3949_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4184_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4437_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4886_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5126_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5363_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5601_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6043_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6291_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6729_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6939_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7166_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7384_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7598_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8032_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stdout.txt +0 -15
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_3942_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4185_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4432_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4884_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5132_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5358_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5596_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5815_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6295_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6938_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7377_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7601_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7818_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8033_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8251_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stdout.txt +0 -15
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4431_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4636_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4878_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5124_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5357_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5597_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5813_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6502_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6947_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7165_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7604_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7815_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8035_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_command_aguacero_satellite_ktx.bat +0 -5
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_model.json +0 -200
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stderr_aguacero_satellite_ktx.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stdout_aguacero_satellite_ktx.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_command.bat +0 -19
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stderr.txt +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stdout.txt +0 -15
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_121_timing.txt +0 -7
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_3941_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4192_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4430_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4641_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4882_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5120_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5350_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5605_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5822_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6044_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6300_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6516_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6717_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6942_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7161_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7370_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7607_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7817_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8039_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8243_timing.txt +0 -2
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/metadata_generation_record.json +0 -41
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -7
- package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/lib/module/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/lib/module/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
- package/lib/module/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/lib/module/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -8
- package/lib/module/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -8
- package/lib/module/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-aguacerowx-react-native.jar +0 -0
- package/lib/module/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -8
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libaguacero_satellite_ktx.so +0 -0
- package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libc++_shared.so +0 -0
- package/lib/module/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/lib/module/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +0 -13
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +0 -13
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +0 -181
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_fragment.glsl +0 -87
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_vertex.glsl +0 -9
- package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +0 -20
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
- package/lib/module/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/lib/module/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -7
- package/lib/module/android/build/outputs/aar/aguacerowx-react-native-debug.aar +0 -0
- package/lib/module/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AguaceroPackage.class.uniqueId3 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/InspectorModule.class.uniqueId6 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$1.class.uniqueId7 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameRegisteredListener.class.uniqueId2 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameSlot.class.uniqueId0 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer.class.uniqueId1 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayerView.class.uniqueId4 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarManager.class.uniqueId5 +0 -0
- package/lib/module/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/lib/module/android/build.gradle +0 -124
- package/lib/module/android/src/main/AndroidManifest.xml +0 -7
- package/lib/module/android/src/main/cpp/CMakeLists.txt +0 -43
- package/lib/module/android/src/main/cpp/satellite_ktx_jni.cpp +0 -165
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroDebugLog.java +0 -12
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +0 -48
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroStyleLayerIds.java +0 -18
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +0 -711
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +0 -233
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +0 -126
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +0 -130
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +0 -906
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +0 -515
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarManager.java +0 -113
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/RadarFrameGpuMatch.java +0 -117
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/RadarRayGeometryBuilder.java +0 -202
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteColormap.java +0 -134
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteKtxDecoder.java +0 -75
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +0 -576
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerManager.java +0 -79
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +0 -355
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteMeshBuilder.java +0 -244
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +0 -107
- package/lib/module/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +0 -239
- package/lib/module/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -0
- package/lib/module/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -0
- package/lib/module/android/src/main/res/raw/debug_fragment_shader.glsl +0 -13
- package/lib/module/android/src/main/res/raw/debug_vertex_shader.glsl +0 -13
- package/lib/module/android/src/main/res/raw/fragment_shader.glsl +0 -181
- package/lib/module/android/src/main/res/raw/nexrad_fragment.glsl +0 -87
- package/lib/module/android/src/main/res/raw/nexrad_vertex.glsl +0 -9
- package/lib/module/android/src/main/res/raw/vertex_shader.glsl +0 -20
- package/lib/module/babel.config.js +0 -5
- package/lib/module/babel.config.js.map +0 -1
- package/lib/module/ios/AguaceroPackage.m +0 -19
- package/lib/module/ios/FragmentUniforms.swift +0 -16
- package/lib/module/ios/GridRenderLayer.swift +0 -1159
- package/lib/module/ios/GridRenderLayerBridge.swift +0 -45
- package/lib/module/ios/GridRenderLayerManager.mm +0 -172
- package/lib/module/ios/GridRenderLayerView.h +0 -31
- package/lib/module/ios/GridRenderLayerView.m +0 -201
- package/lib/module/ios/InspectorDataCache.swift +0 -64
- package/lib/module/ios/InspectorModule.m +0 -10
- package/lib/module/ios/InspectorModule.swift +0 -113
- package/lib/module/ios/Shaders.metal +0 -320
- package/lib/module/ios/WeatherFrameProcessorModule.m +0 -16
- package/lib/module/ios/WeatherFrameProcessorModule.swift +0 -153
- package/lib/module/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/lib/module/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/lib/module/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
- package/lib/module/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
- package/lib/module/lib/commonjs/README.md +0 -127
- package/lib/module/lib/commonjs/aguacerowx-react-native.podspec +0 -39
- package/lib/module/lib/commonjs/android/build.gradle +0 -124
- package/lib/module/lib/commonjs/android/src/main/AndroidManifest.xml +0 -7
- package/lib/module/lib/commonjs/babel.config.js +0 -7
- package/lib/module/lib/commonjs/babel.config.js.map +0 -1
- package/lib/module/lib/commonjs/index.js +0 -45
- package/lib/module/lib/commonjs/index.js.map +0 -1
- package/lib/module/lib/commonjs/ios/AguaceroPackage.m +0 -19
- package/lib/module/lib/commonjs/ios/FragmentUniforms.swift +0 -16
- package/lib/module/lib/commonjs/ios/GridRenderLayer.swift +0 -1159
- package/lib/module/lib/commonjs/ios/GridRenderLayerBridge.swift +0 -45
- package/lib/module/lib/commonjs/ios/GridRenderLayerManager.mm +0 -172
- package/lib/module/lib/commonjs/ios/GridRenderLayerView.h +0 -31
- package/lib/module/lib/commonjs/ios/GridRenderLayerView.m +0 -201
- package/lib/module/lib/commonjs/ios/InspectorDataCache.swift +0 -64
- package/lib/module/lib/commonjs/ios/InspectorModule.m +0 -10
- package/lib/module/lib/commonjs/ios/InspectorModule.swift +0 -113
- package/lib/module/lib/commonjs/ios/Shaders.metal +0 -320
- package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.m +0 -16
- package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.swift +0 -153
- package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
- package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
- package/lib/module/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
- package/lib/module/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
- package/lib/module/lib/commonjs/package.json +0 -73
- package/lib/module/lib/commonjs/react-native-builder-bob.config.js +0 -13
- package/lib/module/lib/commonjs/react-native-builder-bob.config.js.map +0 -1
- package/lib/module/lib/commonjs/scripts/compile-shaders.js +0 -62
- package/lib/module/lib/commonjs/scripts/compile-shaders.js.map +0 -1
- package/lib/module/lib/commonjs/scripts/compile-shaders.sh +0 -39
- package/lib/module/lib/commonjs/src/AguaceroContext.js +0 -18
- package/lib/module/lib/commonjs/src/AguaceroContext.js.map +0 -1
- package/lib/module/lib/commonjs/src/GridRenderLayer.js +0 -132
- package/lib/module/lib/commonjs/src/GridRenderLayer.js.map +0 -1
- package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js +0 -15
- package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +0 -1
- package/lib/module/lib/commonjs/src/MapManager.js +0 -294
- package/lib/module/lib/commonjs/src/MapManager.js.map +0 -1
- package/lib/module/lib/commonjs/src/MapRegistry.js +0 -55
- package/lib/module/lib/commonjs/src/MapRegistry.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradRadarLayer.android.js +0 -153
- package/lib/module/lib/commonjs/src/NexradRadarLayer.android.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradRadarLayer.ios.js +0 -39
- package/lib/module/lib/commonjs/src/NexradRadarLayer.ios.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradRadarLayerNativeComponent.js +0 -14
- package/lib/module/lib/commonjs/src/NexradRadarLayerNativeComponent.js.map +0 -1
- package/lib/module/lib/commonjs/src/NexradSitesMapLayer.js +0 -98
- package/lib/module/lib/commonjs/src/NexradSitesMapLayer.js.map +0 -1
- package/lib/module/lib/commonjs/src/SatelliteLayer.android.js +0 -91
- package/lib/module/lib/commonjs/src/SatelliteLayer.android.js.map +0 -1
- package/lib/module/lib/commonjs/src/SatelliteLayer.ios.js +0 -40
- package/lib/module/lib/commonjs/src/SatelliteLayer.ios.js.map +0 -1
- package/lib/module/lib/commonjs/src/SatelliteLayerNativeComponent.js +0 -14
- package/lib/module/lib/commonjs/src/SatelliteLayerNativeComponent.js.map +0 -1
- package/lib/module/lib/commonjs/src/StyleApplicator.js +0 -286
- package/lib/module/lib/commonjs/src/StyleApplicator.js.map +0 -1
- package/lib/module/lib/commonjs/src/WeatherLayerManager.js +0 -1467
- package/lib/module/lib/commonjs/src/WeatherLayerManager.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradAndroidController.js +0 -1060
- package/lib/module/lib/commonjs/src/nexrad/nexradAndroidController.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js +0 -98
- package/lib/module/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradDiag.js +0 -140
- package/lib/module/lib/commonjs/src/nexrad/nexradDiag.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradLutBuild.js +0 -132
- package/lib/module/lib/commonjs/src/nexrad/nexradLutBuild.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js +0 -193
- package/lib/module/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js +0 -6446
- package/lib/module/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js +0 -691
- package/lib/module/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js +0 -85
- package/lib/module/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.android.js +0 -475
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.android.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js +0 -14
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.js +0 -13
- package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/eventSourceRnPolyfill.js +0 -184
- package/lib/module/lib/commonjs/src/nws/eventSourceRnPolyfill.js.map +0 -1
- package/lib/module/lib/commonjs/src/nws/nwsAndroidConstants.js +0 -15
- package/lib/module/lib/commonjs/src/nws/nwsAndroidConstants.js.map +0 -1
- package/lib/module/lib/commonjs/src/satellite/satelliteAndroidController.js +0 -167
- package/lib/module/lib/commonjs/src/satellite/satelliteAndroidController.js.map +0 -1
- package/lib/module/lib/commonjs/tsconfig.json +0 -24
- package/lib/module/package.json +0 -73
- package/lib/module/react-native-builder-bob.config.js +0 -11
- package/lib/module/react-native-builder-bob.config.js.map +0 -1
- package/lib/module/scripts/compile-shaders.js +0 -60
- package/lib/module/scripts/compile-shaders.js.map +0 -1
- package/lib/module/scripts/compile-shaders.sh +0 -39
- package/lib/module/src/AguaceroContext.js.map +0 -1
- package/lib/module/src/GridRenderLayer.js.map +0 -1
- package/lib/module/src/GridRenderLayerNativeComponent.js.map +0 -1
- package/lib/module/src/MapManager.js +0 -263
- package/lib/module/src/MapManager.js.map +0 -1
- package/lib/module/src/MapRegistry.js.map +0 -1
- package/lib/module/src/NexradRadarLayer.android.js +0 -122
- package/lib/module/src/NexradRadarLayer.android.js.map +0 -1
- package/lib/module/src/NexradRadarLayer.ios.js +0 -14
- package/lib/module/src/NexradRadarLayer.ios.js.map +0 -1
- package/lib/module/src/NexradRadarLayerNativeComponent.js.map +0 -1
- package/lib/module/src/NexradSitesMapLayer.js.map +0 -1
- package/lib/module/src/SatelliteLayer.android.js +0 -60
- package/lib/module/src/SatelliteLayer.android.js.map +0 -1
- package/lib/module/src/SatelliteLayer.ios.js +0 -15
- package/lib/module/src/SatelliteLayer.ios.js.map +0 -1
- package/lib/module/src/SatelliteLayerNativeComponent.js.map +0 -1
- package/lib/module/src/StyleApplicator.js.map +0 -1
- package/lib/module/src/WeatherLayerManager.js +0 -1437
- package/lib/module/src/WeatherLayerManager.js.map +0 -1
- package/lib/module/src/nexrad/nexradAndroidController.js +0 -1052
- package/lib/module/src/nexrad/nexradAndroidController.js.map +0 -1
- package/lib/module/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
- package/lib/module/src/nexrad/nexradDiag.js +0 -130
- package/lib/module/src/nexrad/nexradDiag.js.map +0 -1
- package/lib/module/src/nexrad/nexradLutBuild.js.map +0 -1
- package/lib/module/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
- package/lib/module/src/nexrad/nexradSitesUs.json +0 -1700
- package/lib/module/src/nexrad/radarArchiveCore.bundled.js +0 -6434
- package/lib/module/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
- package/lib/module/src/nexrad/radarDecode.worker.bundled.js +0 -689
- package/lib/module/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
- package/lib/module/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
- package/lib/module/src/nws/NwsAlertsOverlay.android.js +0 -442
- package/lib/module/src/nws/NwsAlertsOverlay.android.js.map +0 -1
- package/lib/module/src/nws/NwsAlertsOverlay.ios.js +0 -8
- package/lib/module/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
- package/lib/module/src/nws/NwsAlertsOverlay.js.map +0 -1
- package/lib/module/src/nws/eventSourceRnPolyfill.js.map +0 -1
- package/lib/module/src/nws/nwsAndroidConstants.js.map +0 -1
- package/lib/module/src/satellite/satelliteAndroidController.js +0 -158
- package/lib/module/src/satellite/satelliteAndroidController.js.map +0 -1
- package/lib/module/tsconfig.json +0 -24
- package/lib/typescript/babel.config.d.ts +0 -3
- package/lib/typescript/babel.config.d.ts.map +0 -1
- package/lib/typescript/react-native-builder-bob.config.d.ts +0 -6
- package/lib/typescript/react-native-builder-bob.config.d.ts.map +0 -1
- package/lib/typescript/scripts/compile-shaders.d.ts +0 -3
- package/lib/typescript/scripts/compile-shaders.d.ts.map +0 -1
- package/lib/typescript/src/AguaceroContext.d.ts.map +0 -1
- package/lib/typescript/src/GridRenderLayer.d.ts.map +0 -1
- package/lib/typescript/src/GridRenderLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/src/MapManager.d.ts +0 -13
- package/lib/typescript/src/MapManager.d.ts.map +0 -1
- package/lib/typescript/src/MapRegistry.d.ts.map +0 -1
- package/lib/typescript/src/NexradRadarLayer.android.d.ts.map +0 -1
- package/lib/typescript/src/NexradRadarLayer.ios.d.ts +0 -4
- package/lib/typescript/src/NexradRadarLayer.ios.d.ts.map +0 -1
- package/lib/typescript/src/NexradRadarLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/src/NexradSitesMapLayer.d.ts.map +0 -1
- package/lib/typescript/src/SatelliteLayer.android.d.ts.map +0 -1
- package/lib/typescript/src/SatelliteLayer.ios.d.ts +0 -4
- package/lib/typescript/src/SatelliteLayer.ios.d.ts.map +0 -1
- package/lib/typescript/src/SatelliteLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/src/StyleApplicator.d.ts.map +0 -1
- package/lib/typescript/src/WeatherLayerManager.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradAndroidController.d.ts +0 -135
- package/lib/typescript/src/nexrad/nexradAndroidController.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradDiag.d.ts +0 -95
- package/lib/typescript/src/nexrad/nexradDiag.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradLutBuild.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/radarArchiveCore.bundled.d.ts +0 -7
- package/lib/typescript/src/nexrad/radarArchiveCore.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/radarDecode.worker.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nexrad/radarFrameGpuMatch.bundled.d.ts.map +0 -1
- package/lib/typescript/src/nws/NwsAlertsOverlay.android.d.ts +0 -22
- package/lib/typescript/src/nws/NwsAlertsOverlay.android.d.ts.map +0 -1
- package/lib/typescript/src/nws/NwsAlertsOverlay.d.ts +0 -3
- package/lib/typescript/src/nws/NwsAlertsOverlay.d.ts.map +0 -1
- package/lib/typescript/src/nws/NwsAlertsOverlay.ios.d.ts +0 -6
- package/lib/typescript/src/nws/NwsAlertsOverlay.ios.d.ts.map +0 -1
- package/lib/typescript/src/nws/eventSourceRnPolyfill.d.ts.map +0 -1
- package/lib/typescript/src/nws/nwsAndroidConstants.d.ts.map +0 -1
- package/lib/typescript/src/satellite/satelliteAndroidController.d.ts +0 -56
- package/lib/typescript/src/satellite/satelliteAndroidController.d.ts.map +0 -1
- /package/lib/commonjs/{src/AguaceroContext.js → AguaceroContext.js} +0 -0
- /package/lib/commonjs/{src/GridRenderLayer.js → GridRenderLayer.js} +0 -0
- /package/lib/commonjs/{src/GridRenderLayerNativeComponent.js → GridRenderLayerNativeComponent.js} +0 -0
- /package/lib/commonjs/{src/MapRegistry.js → MapRegistry.js} +0 -0
- /package/lib/commonjs/{src/NexradRadarLayerNativeComponent.js → NexradRadarLayerNativeComponent.js} +0 -0
- /package/lib/commonjs/{src/NexradSitesMapLayer.js → NexradSitesMapLayer.js} +0 -0
- /package/lib/commonjs/{src/SatelliteLayerNativeComponent.js → SatelliteLayerNativeComponent.js} +0 -0
- /package/lib/commonjs/{src/StyleApplicator.js → StyleApplicator.js} +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.js +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradLutBuild.js +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.js +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/nexradSitesUs.json +0 -0
- /package/lib/commonjs/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.js +0 -0
- /package/lib/commonjs/{src/nws → nws}/NwsAlertsOverlay.js +0 -0
- /package/lib/commonjs/{src/nws → nws}/eventSourceRnPolyfill.js +0 -0
- /package/lib/commonjs/{src/nws → nws}/nwsAndroidConstants.js +0 -0
- /package/lib/module/{src/AguaceroContext.js → AguaceroContext.js} +0 -0
- /package/lib/module/{src/GridRenderLayer.js → GridRenderLayer.js} +0 -0
- /package/lib/module/{src/GridRenderLayerNativeComponent.js → GridRenderLayerNativeComponent.js} +0 -0
- /package/lib/module/{src/MapRegistry.js → MapRegistry.js} +0 -0
- /package/lib/module/{src/NexradRadarLayerNativeComponent.js → NexradRadarLayerNativeComponent.js} +0 -0
- /package/lib/module/{src/NexradSitesMapLayer.js → NexradSitesMapLayer.js} +0 -0
- /package/lib/module/{src/SatelliteLayerNativeComponent.js → SatelliteLayerNativeComponent.js} +0 -0
- /package/lib/module/{src/StyleApplicator.js → StyleApplicator.js} +0 -0
- /package/lib/module/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.js +0 -0
- /package/lib/module/{src/nexrad → nexrad}/nexradLutBuild.js +0 -0
- /package/lib/module/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.js +0 -0
- /package/lib/module/{lib/commonjs/src/nexrad → nexrad}/nexradSitesUs.json +0 -0
- /package/lib/module/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.js +0 -0
- /package/lib/module/{src/nws → nws}/NwsAlertsOverlay.js +0 -0
- /package/lib/module/{src/nws → nws}/eventSourceRnPolyfill.js +0 -0
- /package/lib/module/{src/nws → nws}/nwsAndroidConstants.js +0 -0
- /package/lib/typescript/{src/AguaceroContext.d.ts → AguaceroContext.d.ts} +0 -0
- /package/lib/typescript/{src/GridRenderLayer.d.ts → GridRenderLayer.d.ts} +0 -0
- /package/lib/typescript/{src/GridRenderLayerNativeComponent.d.ts → GridRenderLayerNativeComponent.d.ts} +0 -0
- /package/lib/typescript/{src/MapRegistry.d.ts → MapRegistry.d.ts} +0 -0
- /package/lib/typescript/{src/NexradRadarLayer.android.d.ts → NexradRadarLayer.android.d.ts} +0 -0
- /package/lib/typescript/{src/NexradRadarLayerNativeComponent.d.ts → NexradRadarLayerNativeComponent.d.ts} +0 -0
- /package/lib/typescript/{src/NexradSitesMapLayer.d.ts → NexradSitesMapLayer.d.ts} +0 -0
- /package/lib/typescript/{src/SatelliteLayer.android.d.ts → SatelliteLayer.android.d.ts} +0 -0
- /package/lib/typescript/{src/SatelliteLayerNativeComponent.d.ts → SatelliteLayerNativeComponent.d.ts} +0 -0
- /package/lib/typescript/{src/StyleApplicator.d.ts → StyleApplicator.d.ts} +0 -0
- /package/lib/typescript/{src/WeatherLayerManager.d.ts → WeatherLayerManager.d.ts} +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/nexradLutBuild.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/radarDecode.worker.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.d.ts +0 -0
- /package/lib/typescript/{src/nws → nws}/eventSourceRnPolyfill.d.ts +0 -0
- /package/lib/typescript/{src/nws → nws}/nwsAndroidConstants.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["ab","ArrayBuffer","u8","Uint8Array","u16","Uint16Array","i16","Int16Array","i32","Int32Array","slc","v","s","e","prototype","slice","call","length","n","set","subarray","fill","cpw","t","copyWithin","ec","err","ind","msg","nt","Error","code","captureStackTrace","rb","d","b","i","o","b4","rzfh","dat","w","n3","flg","ss","cc","df","fcf","bt","db","di","fsb","fss","ws","wb","buf","y","l","buffer","u","c","m","Math","min","msb","val","bits","rfse","mal","tpos","al","sz","probs","sym","re","ht","freq","dstate","nstate","bb1","syms","nbits","cbt","msk","msk1fb","msv","sval","rbt","sympos","sstep","smask","sf","ns","nb","rhu","wc","hb","hw","rc","ri","_a","ebt","fdt","epos","lb","st1","st2","btr1","btr2","fpos","byte","wes","wt","mb","ts","rem","hbuf","pv","dllt","dmlt","doct","b2bl","len","bl","llb","llbl","mlb","mlbl","dhu","out","hu","eb","st","btr","pos","dhu4","sz1","sz2","sz3","rzb","b0","btype","b3","lbt","lss","lcs","s4","spl","h","hud","scm","dts","md","rbuf","_b","mlt","oct","llt","spos","oubt","lst","ost","mst","llc","lbtr","mlc","mbtr","ofc","obtr","ofp","off","ml","ll","idx","stin","bs","cct","bufs","ol","chk","decompress","push","blk","SLOT_HDR_BYTES","isZstd","bytes","parseObjectKey","objectKey","parts","split","stationId","buildRayBoundariesDeg","azimuths","nRays","boundaries","Float32Array","totalSpacing","validCount","diff","absDiff","abs","avgSpacing","isNaN","decodeRadarSlotMessage","data","requestId","slotBuffer","nGates","firstGateKm","gateWidthKm","azimuthsBuffer","sites","compressed","type","gateData","error","decompressed","byteOffset","byteLength","view","DataView","valueScale","getFloat32","valueOffset","present","getUint32","slotNRays","getUint16","slotNGates","gateBytes","expectedGates","bytesPerGate","keyParts","site","find","id","azView","headerNRays","prevAz","rayBoundariesDeg","gateCount","gateDataCopy","outView","raw","ray","prev","g","delta","setInt16","rawBytes","hi","lo","stationLat","lat","stationLon","lon","self","onmessage","event","response","postMessage","message"],"sourceRoot":"..\\..\\..\\..","sources":["src/nexrad/radarDecode.worker.bundled.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.canonicalBinsRadarFrame = canonicalBinsRadarFrame;
|
|
7
|
-
exports.prepareRadarFrameForGpuReadout = prepareRadarFrameForGpuReadout;
|
|
8
|
-
exports.sortRadarFrameByAzimuth = sortRadarFrameByAzimuth;
|
|
9
|
-
function angularDistanceDeg(a, b) {
|
|
10
|
-
let d = Math.abs(a - b) % 360;
|
|
11
|
-
if (d > 180) d = 360 - d;
|
|
12
|
-
return d;
|
|
13
|
-
}
|
|
14
|
-
function canonicalBinsRadarFrame(frame) {
|
|
15
|
-
const nRays = frame.nRays;
|
|
16
|
-
const nGates = frame.nGates;
|
|
17
|
-
if (nRays <= 0 || nGates <= 0) return frame;
|
|
18
|
-
if (frame.rayBoundariesDeg.length < nRays + 1) return frame;
|
|
19
|
-
const degPerBin = 360 / nRays;
|
|
20
|
-
const bytesPerRay = nGates * 2;
|
|
21
|
-
const centers = new Float32Array(nRays);
|
|
22
|
-
for (let r = 0; r < nRays; r++) {
|
|
23
|
-
const lower = frame.rayBoundariesDeg[r];
|
|
24
|
-
const upper = frame.rayBoundariesDeg[r + 1];
|
|
25
|
-
const center = (lower + upper) * 0.5;
|
|
26
|
-
centers[r] = (center % 360 + 360) % 360;
|
|
27
|
-
}
|
|
28
|
-
const canonicalGateData = new Uint8Array(nRays * bytesPerRay);
|
|
29
|
-
for (let i = 0; i < canonicalGateData.length; i += 2) {
|
|
30
|
-
canonicalGateData[i] = 128;
|
|
31
|
-
}
|
|
32
|
-
const used = new Array(nRays).fill(false);
|
|
33
|
-
for (let bin = 0; bin < nRays; bin++) {
|
|
34
|
-
const targetDeg = ((bin + 0.5) * degPerBin % 360 + 360) % 360;
|
|
35
|
-
let bestR = -1;
|
|
36
|
-
let bestDist = Infinity;
|
|
37
|
-
for (let r = 0; r < nRays; r++) {
|
|
38
|
-
if (used[r]) continue;
|
|
39
|
-
const dist = angularDistanceDeg(centers[r], targetDeg);
|
|
40
|
-
if (dist < bestDist) {
|
|
41
|
-
bestDist = dist;
|
|
42
|
-
bestR = r;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
if (bestR >= 0) {
|
|
46
|
-
used[bestR] = true;
|
|
47
|
-
canonicalGateData.set(frame.gateData.subarray(bestR * bytesPerRay, (bestR + 1) * bytesPerRay), bin * bytesPerRay);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
const canonicalBoundaries = new Float32Array(nRays + 1);
|
|
51
|
-
for (let i = 0; i <= nRays; i++) {
|
|
52
|
-
canonicalBoundaries[i] = i * degPerBin;
|
|
53
|
-
}
|
|
54
|
-
return {
|
|
55
|
-
...frame,
|
|
56
|
-
gateData: canonicalGateData,
|
|
57
|
-
rayBoundariesDeg: canonicalBoundaries
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
function sortRadarFrameByAzimuth(frame) {
|
|
61
|
-
const nRays = frame.nRays;
|
|
62
|
-
const nGates = frame.nGates;
|
|
63
|
-
const bytesPerRay = nGates * 2;
|
|
64
|
-
const rayOrder = Array.from({
|
|
65
|
-
length: nRays
|
|
66
|
-
}, (_, i) => i).sort((a, b) => frame.rayBoundariesDeg[a] - frame.rayBoundariesDeg[b]);
|
|
67
|
-
const sortedGateData = new Uint8Array(nRays * bytesPerRay);
|
|
68
|
-
const sortedBoundaries = new Float32Array(nRays + 1);
|
|
69
|
-
for (let newIdx = 0; newIdx < nRays; newIdx++) {
|
|
70
|
-
const oldIdx = rayOrder[newIdx];
|
|
71
|
-
sortedGateData.set(frame.gateData.subarray(oldIdx * bytesPerRay, (oldIdx + 1) * bytesPerRay), newIdx * bytesPerRay);
|
|
72
|
-
sortedBoundaries[newIdx] = frame.rayBoundariesDeg[oldIdx];
|
|
73
|
-
}
|
|
74
|
-
sortedBoundaries[nRays] = frame.rayBoundariesDeg[rayOrder[nRays - 1]] + (frame.rayBoundariesDeg[rayOrder[1]] - frame.rayBoundariesDeg[rayOrder[0]]);
|
|
75
|
-
return {
|
|
76
|
-
...frame,
|
|
77
|
-
gateData: sortedGateData,
|
|
78
|
-
rayBoundariesDeg: sortedBoundaries
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
function prepareRadarFrameForGpuReadout(frame, options) {
|
|
82
|
-
const hasLayoutKey = options?.geometryLayoutKey != null && options.geometryLayoutKey !== "";
|
|
83
|
-
return hasLayoutKey ? canonicalBinsRadarFrame(frame) : sortRadarFrameByAzimuth(frame);
|
|
84
|
-
}
|
|
85
|
-
//# sourceMappingURL=radarFrameGpuMatch.bundled.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["angularDistanceDeg","a","b","d","Math","abs","canonicalBinsRadarFrame","frame","nRays","nGates","rayBoundariesDeg","length","degPerBin","bytesPerRay","centers","Float32Array","r","lower","upper","center","canonicalGateData","Uint8Array","i","used","Array","fill","bin","targetDeg","bestR","bestDist","Infinity","dist","set","gateData","subarray","canonicalBoundaries","sortRadarFrameByAzimuth","rayOrder","from","_","sort","sortedGateData","sortedBoundaries","newIdx","oldIdx","prepareRadarFrameForGpuReadout","options","hasLayoutKey","geometryLayoutKey"],"sourceRoot":"..\\..\\..\\..","sources":["src/nexrad/radarFrameGpuMatch.bundled.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,475 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = NwsAlertsOverlay;
|
|
7
|
-
exports.resolveNwsAndroidLayerAnchors = resolveNwsAndroidLayerAnchors;
|
|
8
|
-
require("./eventSourceRnPolyfill.js");
|
|
9
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
-
var _maps = _interopRequireDefault(require("@rnmapbox/maps"));
|
|
11
|
-
var _NwsWatchesWarningsOverlay = require("@aguacerowx/javascript-sdk/nws/NwsWatchesWarningsOverlay.js");
|
|
12
|
-
var _nwsSdkConstants = require("@aguacerowx/javascript-sdk/nws/nwsSdkConstants.js");
|
|
13
|
-
var _nwsAlertsSupport = require("@aguacerowx/javascript-sdk/nws/nwsAlertsSupport.js");
|
|
14
|
-
var _nwsAlertsFetchSpec = require("@aguacerowx/javascript-sdk/nws/nwsAlertsFetchSpec.js");
|
|
15
|
-
var _MapRegistry = require("../MapRegistry");
|
|
16
|
-
var _nwsAndroidConstants = require("./nwsAndroidConstants.js");
|
|
17
|
-
function _interopRequireDefault(e) {
|
|
18
|
-
return e && e.__esModule ? e : {
|
|
19
|
-
default: e
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
function _interopRequireWildcard(e, t) {
|
|
23
|
-
if ("function" == typeof WeakMap) var r = new WeakMap(),
|
|
24
|
-
n = new WeakMap();
|
|
25
|
-
return (_interopRequireWildcard = function (e, t) {
|
|
26
|
-
if (!t && e && e.__esModule) return e;
|
|
27
|
-
var o,
|
|
28
|
-
i,
|
|
29
|
-
f = {
|
|
30
|
-
__proto__: null,
|
|
31
|
-
default: e
|
|
32
|
-
};
|
|
33
|
-
if (null === e || "object" != typeof e && "function" != typeof e) return f;
|
|
34
|
-
if (o = t ? n : r) {
|
|
35
|
-
if (o.has(e)) return o.get(e);
|
|
36
|
-
o.set(e, f);
|
|
37
|
-
}
|
|
38
|
-
for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]);
|
|
39
|
-
return f;
|
|
40
|
-
})(e, t);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* NWS watches/warnings for React Native Android — parity with {@link NwsWatchesWarningsOverlay}
|
|
44
|
-
* (archived / slider time via {@link NwsWatchesWarningsOverlay#syncWithMode}, same customization options).
|
|
45
|
-
*
|
|
46
|
-
* Uses the javascript-sdk NWS overlay engine with a stub Mapbox GL object; GeoJSON + layers render via @rnmapbox/maps.
|
|
47
|
-
*/
|
|
48
|
-
|
|
49
|
-
/** Subpath imports avoid Metro/barrel init ordering where the package root can yield undefined named exports during RN startup. */
|
|
50
|
-
|
|
51
|
-
const SOURCE_ID = 'aguacero-nws-alerts-source';
|
|
52
|
-
const FILL_ID = 'aguacero-nws-alerts-fill';
|
|
53
|
-
const LINE_CASING_ID = 'aguacero-nws-alerts-line-casing';
|
|
54
|
-
const LINE_CORE_ID = 'aguacero-nws-alerts-line-core';
|
|
55
|
-
class AndroidNwsOverlay extends _NwsWatchesWarningsOverlay.NwsWatchesWarningsOverlay {
|
|
56
|
-
/**
|
|
57
|
-
* @param {object} map
|
|
58
|
-
* @param {object} options
|
|
59
|
-
* @param {(paint: object) => void} onPaint
|
|
60
|
-
*/
|
|
61
|
-
constructor(map, options, onPaint) {
|
|
62
|
-
super(map, options);
|
|
63
|
-
this._onPaint = onPaint;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @rnmapbox/maps does not support data-driven `line-dasharray` (match on `event_name`).
|
|
68
|
-
* Keep web parity for colors; dash style follows {@link NwsWatchesWarningsOverlay} default `lineDash` only on RN.
|
|
69
|
-
*/
|
|
70
|
-
_buildPaint() {
|
|
71
|
-
const p = super._buildPaint();
|
|
72
|
-
const mode = this._nwsAlertSettings?.lineDash ?? 'solid';
|
|
73
|
-
return {
|
|
74
|
-
...p,
|
|
75
|
-
lineDashExpr: (0, _nwsSdkConstants.buildNwsLineDasharrayLiteralExpression)(mode)
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* RN renders ShapeSource + layers declaratively (same ids). Only sync GeoJSON + paint; skip imperative addLayer.
|
|
81
|
-
*/
|
|
82
|
-
_ensureLayers() {
|
|
83
|
-
const m = this.map;
|
|
84
|
-
if (!m?.addSource) return;
|
|
85
|
-
const paint = this._buildPaint();
|
|
86
|
-
if (this._onPaint) this._onPaint(paint);
|
|
87
|
-
const sourceData = (0, _nwsAlertsSupport.normalizeFeatureCollectionForMapboxGl)(this._workingFc);
|
|
88
|
-
if (!m.getSource(this._sourceId)) {
|
|
89
|
-
m.addSource(this._sourceId, {
|
|
90
|
-
type: 'geojson',
|
|
91
|
-
data: sourceData
|
|
92
|
-
});
|
|
93
|
-
} else {
|
|
94
|
-
m.getSource(this._sourceId).setData(sourceData);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
_refreshPaint() {
|
|
98
|
-
if (this._onPaint) this._onPaint(this._buildPaint());
|
|
99
|
-
}
|
|
100
|
-
_applyLayerOrder() {}
|
|
101
|
-
_syncClickHandler() {}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* @param {object} handlers
|
|
106
|
-
* @param {() => import('@rnmapbox/maps').default | null} handlers.getMapboxMapView
|
|
107
|
-
* @param {(shape: object) => void} handlers.onShape
|
|
108
|
-
* @param {() => void} [handlers.onLayersCleared]
|
|
109
|
-
*/
|
|
110
|
-
/**
|
|
111
|
-
* RN MapView.setFeatureState is async per call; firing hundreds in one frame stalls the bridge.
|
|
112
|
-
* Coalesce updates and drain in bounded chunks per animation frame.
|
|
113
|
-
*/
|
|
114
|
-
function createFeatureStateBatcher(getMapboxMapView) {
|
|
115
|
-
/** @type {Map<string, { state: object, sid: string }>} */
|
|
116
|
-
const pending = new Map();
|
|
117
|
-
let rafId = null;
|
|
118
|
-
const CHUNK = 48;
|
|
119
|
-
function drainChunk() {
|
|
120
|
-
rafId = null;
|
|
121
|
-
const mapView = getMapboxMapView();
|
|
122
|
-
if (!mapView?.setFeatureState) {
|
|
123
|
-
pending.clear();
|
|
124
|
-
return;
|
|
125
|
-
}
|
|
126
|
-
if (pending.size === 0) return;
|
|
127
|
-
const batch = [];
|
|
128
|
-
for (const [fid, val] of pending) {
|
|
129
|
-
pending.delete(fid);
|
|
130
|
-
batch.push([fid, val]);
|
|
131
|
-
if (batch.length >= CHUNK) break;
|
|
132
|
-
}
|
|
133
|
-
void Promise.all(batch.map(([fid, {
|
|
134
|
-
state,
|
|
135
|
-
sid
|
|
136
|
-
}]) => mapView.setFeatureState(fid, state, sid, null).catch(() => undefined))).finally(() => {
|
|
137
|
-
if (pending.size > 0) {
|
|
138
|
-
rafId = requestAnimationFrame(drainChunk);
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
}
|
|
142
|
-
function schedule() {
|
|
143
|
-
if (rafId == null) {
|
|
144
|
-
rafId = requestAnimationFrame(drainChunk);
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
return {
|
|
148
|
-
push(fid, state, sid) {
|
|
149
|
-
pending.set(String(fid), {
|
|
150
|
-
state,
|
|
151
|
-
sid
|
|
152
|
-
});
|
|
153
|
-
schedule();
|
|
154
|
-
},
|
|
155
|
-
clear() {
|
|
156
|
-
pending.clear();
|
|
157
|
-
if (rafId != null) {
|
|
158
|
-
cancelAnimationFrame(rafId);
|
|
159
|
-
rafId = null;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
function createAndroidNwsStubMap(handlers) {
|
|
165
|
-
let sourceAdded = false;
|
|
166
|
-
/** Declarative RN layers use the same ids — treat as present after first {@link AndroidNwsOverlay#_ensureLayers}. */
|
|
167
|
-
let declarativeLayersReady = false;
|
|
168
|
-
const featureStateBatcher = createFeatureStateBatcher(handlers.getMapboxMapView);
|
|
169
|
-
return {
|
|
170
|
-
isStyleLoaded: () => true,
|
|
171
|
-
once(ev, fn) {
|
|
172
|
-
if (ev === 'style.load') {
|
|
173
|
-
queueMicrotask(() => fn({
|
|
174
|
-
target: {}
|
|
175
|
-
}));
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
__markDeclarativeLayersReady() {
|
|
179
|
-
declarativeLayersReady = true;
|
|
180
|
-
},
|
|
181
|
-
addSource(id, spec) {
|
|
182
|
-
if (id === SOURCE_ID) {
|
|
183
|
-
sourceAdded = true;
|
|
184
|
-
if (spec?.data) handlers.onShape(spec.data);
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
getSource(id) {
|
|
188
|
-
if (!sourceAdded || id !== SOURCE_ID) return null;
|
|
189
|
-
return {
|
|
190
|
-
setData: geojson => handlers.onShape(geojson)
|
|
191
|
-
};
|
|
192
|
-
},
|
|
193
|
-
addLayer() {},
|
|
194
|
-
removeLayer(id) {
|
|
195
|
-
if ([FILL_ID, LINE_CASING_ID, LINE_CORE_ID].includes(id)) {
|
|
196
|
-
declarativeLayersReady = false;
|
|
197
|
-
featureStateBatcher.clear();
|
|
198
|
-
handlers.onLayersCleared?.();
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
removeSource(id) {
|
|
202
|
-
if (id === SOURCE_ID) {
|
|
203
|
-
sourceAdded = false;
|
|
204
|
-
declarativeLayersReady = false;
|
|
205
|
-
featureStateBatcher.clear();
|
|
206
|
-
handlers.onLayersCleared?.();
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
getLayer(id) {
|
|
210
|
-
if (!declarativeLayersReady) return null;
|
|
211
|
-
return [FILL_ID, LINE_CASING_ID, LINE_CORE_ID].includes(id) ? {
|
|
212
|
-
id
|
|
213
|
-
} : null;
|
|
214
|
-
},
|
|
215
|
-
getStyle() {
|
|
216
|
-
return {
|
|
217
|
-
layers: []
|
|
218
|
-
};
|
|
219
|
-
},
|
|
220
|
-
moveLayer() {},
|
|
221
|
-
setPaintProperty() {},
|
|
222
|
-
on() {},
|
|
223
|
-
off() {},
|
|
224
|
-
fire() {},
|
|
225
|
-
setFeatureState(target, state) {
|
|
226
|
-
const sid = target?.source;
|
|
227
|
-
const fid = target?.id;
|
|
228
|
-
if (sid !== SOURCE_ID || fid == null) return;
|
|
229
|
-
try {
|
|
230
|
-
featureStateBatcher.push(fid, state, sid);
|
|
231
|
-
} catch {
|
|
232
|
-
/* ignore */
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
};
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* @param {object} state - {@link AguaceroCore} state
|
|
240
|
-
* @param {object} wopt - watches/warnings options (same shape as mapsgl {@link WeatherLayerManager#configureWatchesWarnings})
|
|
241
|
-
* @returns {{ weatherLayerId: string | null, fillBelowId: string | null, lineBelowId: string }}
|
|
242
|
-
*/
|
|
243
|
-
function resolveNwsAndroidLayerAnchors(state, wopt) {
|
|
244
|
-
const manualFill = Object.prototype.hasOwnProperty.call(wopt, 'fillBeforeLayerId') ? wopt.fillBeforeLayerId ?? null : null;
|
|
245
|
-
let weatherLayerId = null;
|
|
246
|
-
if (state?.isNexrad) {
|
|
247
|
-
weatherLayerId = _nwsAndroidConstants.AGUACERO_NEXRAD_MAP_LAYER_ID;
|
|
248
|
-
} else if (state?.isSatellite) {
|
|
249
|
-
weatherLayerId = _nwsAndroidConstants.AGUACERO_SATELLITE_MAP_LAYER_ID;
|
|
250
|
-
} else if (state?.isMRMS && state?.variable) {
|
|
251
|
-
weatherLayerId = 'aguacero-weather-grid-custom';
|
|
252
|
-
}
|
|
253
|
-
const fillBelowId = manualFill != null && String(manualFill) !== '' ? String(manualFill) : weatherLayerId || _NwsWatchesWarningsOverlay.NWS_DEFAULT_LINE_BEFORE_LAYER_ID;
|
|
254
|
-
const lineBelowId = wopt.lineBeforeLayerId || _NwsWatchesWarningsOverlay.NWS_DEFAULT_LINE_BEFORE_LAYER_ID;
|
|
255
|
-
return {
|
|
256
|
-
weatherLayerId,
|
|
257
|
-
fillBelowId,
|
|
258
|
-
lineBelowId
|
|
259
|
-
};
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* @param {object} props
|
|
264
|
-
* @param {import('@aguacerowx/javascript-sdk').AguaceroCore} props.core
|
|
265
|
-
* @param {object} props.watchesWarnings - merged options ({ enabled, alertsBaseUrl, nwsAlertSettings, ... })
|
|
266
|
-
* @param {(payload: object) => void} [props.onNwsAlertClick]
|
|
267
|
-
*/
|
|
268
|
-
function NwsAlertsOverlay({
|
|
269
|
-
core,
|
|
270
|
-
watchesWarnings,
|
|
271
|
-
onNwsAlertClick
|
|
272
|
-
}) {
|
|
273
|
-
const [aguaceroState, setAguaceroState] = (0, _react.useState)(() => core?.state);
|
|
274
|
-
(0, _react.useEffect)(() => {
|
|
275
|
-
if (!core) return undefined;
|
|
276
|
-
const h = s => setAguaceroState(s);
|
|
277
|
-
core.on('state:change', h);
|
|
278
|
-
return () => core.off('state:change', h);
|
|
279
|
-
}, [core]);
|
|
280
|
-
const [shape, setShape] = (0, _react.useState)({
|
|
281
|
-
type: 'FeatureCollection',
|
|
282
|
-
features: []
|
|
283
|
-
});
|
|
284
|
-
const [paint, setPaint] = (0, _react.useState)(null);
|
|
285
|
-
const overlayRef = (0, _react.useRef)(null);
|
|
286
|
-
const stubRef = (0, _react.useRef)(null);
|
|
287
|
-
const watchesRef = (0, _react.useRef)(watchesWarnings);
|
|
288
|
-
const optsKeyRef = (0, _react.useRef)('');
|
|
289
|
-
watchesRef.current = watchesWarnings;
|
|
290
|
-
const getMapboxMapView = (0, _react.useCallback)(() => _MapRegistry.mapRegistry.getMap(), []);
|
|
291
|
-
const anchors = (0, _react.useMemo)(() => resolveNwsAndroidLayerAnchors(aguaceroState, watchesWarnings || {}), [aguaceroState, watchesWarnings]);
|
|
292
|
-
(0, _react.useEffect)(() => {
|
|
293
|
-
const onPaint = p => setPaint(p);
|
|
294
|
-
const stub = createAndroidNwsStubMap({
|
|
295
|
-
getMapboxMapView,
|
|
296
|
-
onShape: g => setShape(g),
|
|
297
|
-
onLayersCleared: () => {
|
|
298
|
-
setPaint(null);
|
|
299
|
-
}
|
|
300
|
-
});
|
|
301
|
-
stubRef.current = stub;
|
|
302
|
-
const w0 = watchesRef.current || {};
|
|
303
|
-
const overlay = new AndroidNwsOverlay(stub, w0, onPaint);
|
|
304
|
-
overlayRef.current = overlay;
|
|
305
|
-
return () => {
|
|
306
|
-
overlay.destroy();
|
|
307
|
-
overlayRef.current = null;
|
|
308
|
-
stubRef.current = null;
|
|
309
|
-
};
|
|
310
|
-
}, [getMapboxMapView]);
|
|
311
|
-
(0, _react.useEffect)(() => {
|
|
312
|
-
const ov = overlayRef.current;
|
|
313
|
-
if (!ov) return;
|
|
314
|
-
const wopt = watchesWarnings || {};
|
|
315
|
-
const nwsAlertSettingsForOpts = {
|
|
316
|
-
...(wopt.nwsAlertSettings ?? {}),
|
|
317
|
-
...(wopt.activeOnlyRealtime !== undefined ? {
|
|
318
|
-
activeOnlyRealtime: wopt.activeOnlyRealtime
|
|
319
|
-
} : {})
|
|
320
|
-
};
|
|
321
|
-
const weatherLayerId = anchors.weatherLayerId;
|
|
322
|
-
const fillBeforeLayerId = Object.prototype.hasOwnProperty.call(wopt, 'fillBeforeLayerId') ? wopt.fillBeforeLayerId ?? null : null;
|
|
323
|
-
const nwsOptsKey = JSON.stringify({
|
|
324
|
-
weatherLayerId,
|
|
325
|
-
fillBeforeLayerId,
|
|
326
|
-
lineBeforeLayerId: wopt.lineBeforeLayerId,
|
|
327
|
-
alertsBaseUrl: wopt.alertsBaseUrl,
|
|
328
|
-
alertInteractionEnabled: wopt.alertInteractionEnabled,
|
|
329
|
-
deltaDebounceMs: wopt.deltaDebounceMs,
|
|
330
|
-
fillOpacity: wopt.fillOpacity,
|
|
331
|
-
lineOpacity: wopt.lineOpacity,
|
|
332
|
-
lineWidth: wopt.lineWidth,
|
|
333
|
-
nwsAlertSettings: nwsAlertSettingsForOpts
|
|
334
|
-
});
|
|
335
|
-
if (optsKeyRef.current !== nwsOptsKey) {
|
|
336
|
-
optsKeyRef.current = nwsOptsKey;
|
|
337
|
-
ov.updateOptions({
|
|
338
|
-
alertsBaseUrl: wopt.alertsBaseUrl,
|
|
339
|
-
alertInteractionEnabled: wopt.alertInteractionEnabled,
|
|
340
|
-
deltaDebounceMs: wopt.deltaDebounceMs,
|
|
341
|
-
fillOpacity: wopt.fillOpacity,
|
|
342
|
-
lineOpacity: wopt.lineOpacity,
|
|
343
|
-
lineWidth: wopt.lineWidth,
|
|
344
|
-
weatherLayerId,
|
|
345
|
-
fillBeforeLayerId,
|
|
346
|
-
lineBeforeLayerId: wopt.lineBeforeLayerId,
|
|
347
|
-
nwsAlertSettings: nwsAlertSettingsForOpts
|
|
348
|
-
});
|
|
349
|
-
}
|
|
350
|
-
}, [watchesWarnings, anchors.weatherLayerId]);
|
|
351
|
-
(0, _react.useEffect)(() => {
|
|
352
|
-
const ov = overlayRef.current;
|
|
353
|
-
if (!ov || !aguaceroState) return;
|
|
354
|
-
const wopt = watchesWarnings || {};
|
|
355
|
-
const masterEnabled = wopt.enabled === true;
|
|
356
|
-
const enabled = masterEnabled;
|
|
357
|
-
let timelineUnix = null;
|
|
358
|
-
let timelineTimes = null;
|
|
359
|
-
const st = aguaceroState;
|
|
360
|
-
if (st.isSatellite) {
|
|
361
|
-
timelineUnix = st.satelliteTimestamp == null ? null : Number(st.satelliteTimestamp);
|
|
362
|
-
timelineTimes = st.availableSatelliteTimestamps;
|
|
363
|
-
} else if (st.isNexrad) {
|
|
364
|
-
timelineUnix = st.nexradTimestamp == null ? null : Number(st.nexradTimestamp);
|
|
365
|
-
timelineTimes = st.availableNexradTimestamps;
|
|
366
|
-
} else if (st.isMRMS) {
|
|
367
|
-
timelineUnix = st.mrmsTimestamp == null ? null : Number(st.mrmsTimestamp);
|
|
368
|
-
timelineTimes = st.availableTimestamps;
|
|
369
|
-
}
|
|
370
|
-
const hasObservationTimeline = !!(st.isSatellite || st.isNexrad || st.isMRMS);
|
|
371
|
-
const alertsFetchHours = (0, _nwsAlertsFetchSpec.computeNwsAlertsFetchHoursFromAguaceroState)(st);
|
|
372
|
-
ov.syncWithMode({
|
|
373
|
-
enabled,
|
|
374
|
-
timelineUnix,
|
|
375
|
-
timelineTimes,
|
|
376
|
-
hasObservationTimeline,
|
|
377
|
-
alertsFetchHours
|
|
378
|
-
});
|
|
379
|
-
}, [aguaceroState, watchesWarnings]);
|
|
380
|
-
(0, _react.useLayoutEffect)(() => {
|
|
381
|
-
const stub = stubRef.current;
|
|
382
|
-
const ov = overlayRef.current;
|
|
383
|
-
if (!stub || !ov || !paint) return;
|
|
384
|
-
stub.__markDeclarativeLayersReady();
|
|
385
|
-
try {
|
|
386
|
-
ov._applyTimeFilters();
|
|
387
|
-
} catch {
|
|
388
|
-
/* ignore */
|
|
389
|
-
}
|
|
390
|
-
}, [paint, shape, aguaceroState?.nexradTimestamp, aguaceroState?.mrmsTimestamp, aguaceroState?.satelliteTimestamp]);
|
|
391
|
-
(0, _react.useEffect)(() => {
|
|
392
|
-
if (!onNwsAlertClick) return undefined;
|
|
393
|
-
const handler = async payload => {
|
|
394
|
-
const wopt = watchesRef.current || {};
|
|
395
|
-
if (!wopt.enabled || wopt.alertInteractionEnabled === false) return;
|
|
396
|
-
const mapView = _MapRegistry.mapRegistry.getMap();
|
|
397
|
-
if (!mapView?.queryRenderedFeaturesAtPoint) return;
|
|
398
|
-
let screenPoint = null;
|
|
399
|
-
if (payload?.properties?.screenPointX != null && payload?.properties?.screenPointY != null) {
|
|
400
|
-
screenPoint = [payload.properties.screenPointX, payload.properties.screenPointY];
|
|
401
|
-
} else if (payload?.point != null && Array.isArray(payload.point)) {
|
|
402
|
-
screenPoint = payload.point;
|
|
403
|
-
}
|
|
404
|
-
if (!screenPoint) return;
|
|
405
|
-
let feats = await mapView.queryRenderedFeaturesAtPoint(screenPoint, undefined, [FILL_ID, LINE_CASING_ID, LINE_CORE_ID]);
|
|
406
|
-
if (!feats?.length && payload?.coordinates) {
|
|
407
|
-
const coord = payload.coordinates;
|
|
408
|
-
const pt = await mapView.getPointInView(coord);
|
|
409
|
-
if (pt) feats = await mapView.queryRenderedFeaturesAtPoint(pt, undefined, [FILL_ID, LINE_CASING_ID, LINE_CORE_ID]);
|
|
410
|
-
}
|
|
411
|
-
const hit = feats?.find(f => [FILL_ID, LINE_CASING_ID, LINE_CORE_ID].includes(f?.layer?.id));
|
|
412
|
-
if (!hit?.properties) return;
|
|
413
|
-
try {
|
|
414
|
-
const built = (0, _nwsAlertsSupport.buildAlertClickPayload)(hit);
|
|
415
|
-
onNwsAlertClick({
|
|
416
|
-
...built,
|
|
417
|
-
feature: hit
|
|
418
|
-
});
|
|
419
|
-
} catch {
|
|
420
|
-
/* ignore */
|
|
421
|
-
}
|
|
422
|
-
};
|
|
423
|
-
_MapRegistry.mapRegistry.addPressListener(handler);
|
|
424
|
-
return () => _MapRegistry.mapRegistry.removePressListener(handler);
|
|
425
|
-
}, [onNwsAlertClick]);
|
|
426
|
-
if (!paint) {
|
|
427
|
-
return null;
|
|
428
|
-
}
|
|
429
|
-
const p = paint;
|
|
430
|
-
const lineLayout = p.lineLayout ?? {};
|
|
431
|
-
const lineCap = lineLayout['line-cap'] ?? 'round';
|
|
432
|
-
const lineJoin = lineLayout['line-join'] ?? 'round';
|
|
433
|
-
const lineSortKey = lineLayout['line-sort-key'] ?? ['coalesce', ['get', '_nws_render_priority'], 0];
|
|
434
|
-
const fillSortKey = ['coalesce', ['get', '_nws_render_priority'], 0];
|
|
435
|
-
const fillStyle = {
|
|
436
|
-
fillColor: p.fillColorExpr,
|
|
437
|
-
fillOpacity: p.fillOpacityExpr,
|
|
438
|
-
fillSortKey
|
|
439
|
-
};
|
|
440
|
-
const casingStyle = {
|
|
441
|
-
lineColor: p.dualLine.casingColor,
|
|
442
|
-
lineWidth: p.dualLine.casingWidth,
|
|
443
|
-
lineOpacity: p.lineOpacityExpr,
|
|
444
|
-
lineDasharray: p.lineDashExpr,
|
|
445
|
-
lineCap,
|
|
446
|
-
lineJoin,
|
|
447
|
-
lineSortKey
|
|
448
|
-
};
|
|
449
|
-
const coreStyle = {
|
|
450
|
-
lineColor: p.dualLine.coreColor,
|
|
451
|
-
lineWidth: p.dualLine.coreWidth,
|
|
452
|
-
lineOpacity: p.lineOpacityExpr,
|
|
453
|
-
lineDasharray: p.lineDashExpr,
|
|
454
|
-
lineCap,
|
|
455
|
-
lineJoin,
|
|
456
|
-
lineSortKey
|
|
457
|
-
};
|
|
458
|
-
return /*#__PURE__*/_react.default.createElement(_maps.default.ShapeSource, {
|
|
459
|
-
id: SOURCE_ID,
|
|
460
|
-
shape: shape
|
|
461
|
-
}, /*#__PURE__*/_react.default.createElement(_maps.default.FillLayer, {
|
|
462
|
-
id: FILL_ID,
|
|
463
|
-
belowLayerID: anchors.fillBelowId,
|
|
464
|
-
style: fillStyle
|
|
465
|
-
}), /*#__PURE__*/_react.default.createElement(_maps.default.LineLayer, {
|
|
466
|
-
id: LINE_CASING_ID,
|
|
467
|
-
belowLayerID: anchors.lineBelowId,
|
|
468
|
-
style: casingStyle
|
|
469
|
-
}), /*#__PURE__*/_react.default.createElement(_maps.default.LineLayer, {
|
|
470
|
-
id: LINE_CORE_ID,
|
|
471
|
-
belowLayerID: anchors.lineBelowId,
|
|
472
|
-
style: coreStyle
|
|
473
|
-
}));
|
|
474
|
-
}
|
|
475
|
-
//# sourceMappingURL=NwsAlertsOverlay.android.js.map
|