@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
package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java
DELETED
|
@@ -1,515 +0,0 @@
|
|
|
1
|
-
package com.aguacerowx.reactnative;
|
|
2
|
-
|
|
3
|
-
import android.app.Activity;
|
|
4
|
-
import android.os.Handler;
|
|
5
|
-
import android.os.Looper;
|
|
6
|
-
import android.util.Base64;
|
|
7
|
-
import android.util.Log;
|
|
8
|
-
import android.view.View;
|
|
9
|
-
import android.view.ViewGroup;
|
|
10
|
-
import android.widget.FrameLayout;
|
|
11
|
-
|
|
12
|
-
import androidx.annotation.NonNull;
|
|
13
|
-
import androidx.annotation.Nullable;
|
|
14
|
-
|
|
15
|
-
import java.util.Locale;
|
|
16
|
-
import java.util.concurrent.ExecutorService;
|
|
17
|
-
import java.util.concurrent.Executors;
|
|
18
|
-
import java.util.concurrent.atomic.AtomicInteger;
|
|
19
|
-
|
|
20
|
-
import com.facebook.react.bridge.Arguments;
|
|
21
|
-
import com.facebook.react.bridge.WritableMap;
|
|
22
|
-
import com.facebook.react.modules.core.DeviceEventManagerModule;
|
|
23
|
-
import com.facebook.react.uimanager.ThemedReactContext;
|
|
24
|
-
import com.mapbox.maps.LayerPosition;
|
|
25
|
-
import com.mapbox.maps.MapView;
|
|
26
|
-
import com.mapbox.maps.MapboxMap;
|
|
27
|
-
import com.mapbox.maps.Style;
|
|
28
|
-
|
|
29
|
-
import org.json.JSONArray;
|
|
30
|
-
import org.json.JSONObject;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Hosts {@link NexradRadarLayer} on the app {@link MapView} (Android-only NEXRAD path).
|
|
34
|
-
*/
|
|
35
|
-
public class NexradRadarLayerView extends FrameLayout {
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Stable Mapbox style layer id (must match JS {@code AGUACERO_NEXRAD_MAP_LAYER_ID}) so NWS alerts
|
|
39
|
-
* fill/line stacking matches mapsgl / {@link WeatherLayerManager} on web.
|
|
40
|
-
*/
|
|
41
|
-
public static final String NEXRAD_LAYER_ID = "aguacero-nexrad-custom-layer";
|
|
42
|
-
|
|
43
|
-
private final NexradRadarLayer radarLayer;
|
|
44
|
-
private final String layerId;
|
|
45
|
-
private static final String TAG = "AguaceroNexradView";
|
|
46
|
-
private MapView mapView;
|
|
47
|
-
private boolean isLayerAdded = false;
|
|
48
|
-
private String belowLayerID = null;
|
|
49
|
-
/** One-shot: after first add, re-check z-order once the weather grid layer may have appeared. */
|
|
50
|
-
private boolean nexradReparentScheduled = false;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* JSON + Base64 decode is megabytes per frame — must not run on the RN UI thread (mirrors mapsgl
|
|
54
|
-
* doing heavy prep off the repaint hot path).
|
|
55
|
-
*/
|
|
56
|
-
private final ExecutorService nexradDecodeExecutor =
|
|
57
|
-
Executors.newSingleThreadExecutor(
|
|
58
|
-
r -> {
|
|
59
|
-
Thread t = new Thread(r, "aguacero-nexrad-decode");
|
|
60
|
-
t.setPriority(Thread.NORM_PRIORITY - 1);
|
|
61
|
-
return t;
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Bumped only by {@link #clearNexrad()} so in-flight decodes are dropped after an explicit clear.
|
|
66
|
-
* Do not increment on every upload: uploads are queued on a single-thread executor while the RN bridge
|
|
67
|
-
* can enqueue many frames quickly—incrementing per upload makes every {@code post()} appear stale
|
|
68
|
-
* ({@code gen != current}) and nothing ever draws.
|
|
69
|
-
*/
|
|
70
|
-
private final AtomicInteger decodeGeneration = new AtomicInteger(0);
|
|
71
|
-
|
|
72
|
-
/** Monotonic id for perf logs (independent of {@link #decodeGeneration}). */
|
|
73
|
-
private final AtomicInteger decodeSeq = new AtomicInteger(0);
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Apply decoded frames on the process main looper. {@link View#post} from a background thread can
|
|
77
|
-
* enqueue on the view run-queue while {@code mAttachInfo} is null (common during RN layout), and those
|
|
78
|
-
* runnables may never execute — so {@link #requestFullFrameUpload} never runs ({@code hasFrame=false}).
|
|
79
|
-
*/
|
|
80
|
-
private final Handler mainHandler = new Handler(Looper.getMainLooper());
|
|
81
|
-
|
|
82
|
-
public NexradRadarLayerView(@NonNull ThemedReactContext context) {
|
|
83
|
-
super(context);
|
|
84
|
-
final ThemedReactContext reactContext = context;
|
|
85
|
-
this.radarLayer =
|
|
86
|
-
new NexradRadarLayer(
|
|
87
|
-
context.getApplicationContext(),
|
|
88
|
-
(cacheKey) -> {
|
|
89
|
-
if (cacheKey == null || cacheKey.isEmpty()) {
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
reactContext.runOnUiQueueThread(
|
|
93
|
-
() -> {
|
|
94
|
-
try {
|
|
95
|
-
WritableMap m = Arguments.createMap();
|
|
96
|
-
m.putString("nativeGpuCacheKey", cacheKey);
|
|
97
|
-
reactContext
|
|
98
|
-
.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
|
|
99
|
-
.emit("AguaceroNexradGpuFrameReady", m);
|
|
100
|
-
} catch (Throwable t) {
|
|
101
|
-
Log.w(TAG, "[NEXRAD] emit AguaceroNexradGpuFrameReady failed", t);
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
});
|
|
105
|
-
this.layerId = NEXRAD_LAYER_ID;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
public void setBelowID(String belowID) {
|
|
109
|
-
this.belowLayerID = belowID;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
@Override
|
|
113
|
-
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
|
114
|
-
super.onLayout(changed, left, top, right, bottom);
|
|
115
|
-
findMapViewAndAddLayer();
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
private void findMapViewAndAddLayer() {
|
|
119
|
-
// Custom layers are dropped on full style reloads — re-add when our id is missing.
|
|
120
|
-
if (mapView != null) {
|
|
121
|
-
Style existing = mapView.getMapboxMap().getStyle();
|
|
122
|
-
if (existing != null && existing.isStyleLoaded() && existing.styleLayerExists(layerId)) {
|
|
123
|
-
isLayerAdded = true;
|
|
124
|
-
return;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
Activity activity = ((ThemedReactContext) getContext()).getCurrentActivity();
|
|
129
|
-
if (activity == null) {
|
|
130
|
-
Log.w(TAG, "[NEXRAD] findMapView: getCurrentActivity() is null");
|
|
131
|
-
return;
|
|
132
|
-
}
|
|
133
|
-
View rootView = activity.findViewById(android.R.id.content);
|
|
134
|
-
if (rootView == null) {
|
|
135
|
-
Log.w(TAG, "[NEXRAD] findMapView: content root is null");
|
|
136
|
-
return;
|
|
137
|
-
}
|
|
138
|
-
MapView foundMap = findMapViewRecursive(rootView);
|
|
139
|
-
if (foundMap == null) {
|
|
140
|
-
Log.w(TAG, "[NEXRAD] findMapView: no MapView under activity content (recursive search)");
|
|
141
|
-
return;
|
|
142
|
-
}
|
|
143
|
-
this.mapView = foundMap;
|
|
144
|
-
final MapboxMap mapboxMap = mapView.getMapboxMap();
|
|
145
|
-
Style.OnStyleLoaded styleLoadedCallback = style -> {
|
|
146
|
-
if (!style.styleLayerExists(layerId)) {
|
|
147
|
-
LayerPosition position = null;
|
|
148
|
-
String anchor = null;
|
|
149
|
-
// Place radar above the weather grid (both share the same terrain anchor otherwise
|
|
150
|
-
// Mapbox can stack the grid on top and hide NEXRAD entirely).
|
|
151
|
-
if (style.styleLayerExists(AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER)) {
|
|
152
|
-
position = new LayerPosition(AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER, null, null);
|
|
153
|
-
anchor = "above:" + AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER;
|
|
154
|
-
} else if (this.belowLayerID != null && style.styleLayerExists(this.belowLayerID)) {
|
|
155
|
-
position = new LayerPosition(null, this.belowLayerID, null);
|
|
156
|
-
anchor = "below:" + this.belowLayerID;
|
|
157
|
-
}
|
|
158
|
-
style.addStyleCustomLayer(layerId, radarLayer, position);
|
|
159
|
-
isLayerAdded = true;
|
|
160
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
161
|
-
Log.i(TAG, "[NEXRAD] custom layer registered id=" + layerId + " position=" + anchor);
|
|
162
|
-
}
|
|
163
|
-
triggerRepaint();
|
|
164
|
-
if (anchor == null || anchor.startsWith("below:")) {
|
|
165
|
-
scheduleReparentAboveGridOnce();
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
};
|
|
169
|
-
Style currentStyle = mapboxMap.getStyle();
|
|
170
|
-
if (currentStyle != null && currentStyle.isStyleLoaded()) {
|
|
171
|
-
styleLoadedCallback.onStyleLoaded(currentStyle);
|
|
172
|
-
} else {
|
|
173
|
-
mapboxMap.getStyle(styleLoadedCallback);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
private void scheduleReparentAboveGridOnce() {
|
|
178
|
-
if (nexradReparentScheduled || mapView == null) return;
|
|
179
|
-
nexradReparentScheduled = true;
|
|
180
|
-
mapView.postDelayed(() -> {
|
|
181
|
-
nexradReparentScheduled = false;
|
|
182
|
-
reparentNexradAboveGridIfNeeded();
|
|
183
|
-
}, 350);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* If the weather grid registered after NEXRAD, the radar layer can sit under the grid and show nothing.
|
|
188
|
-
* Re-insert once above {@link AguaceroStyleLayerIds#WEATHER_GRID_CUSTOM_LAYER} when both exist.
|
|
189
|
-
*/
|
|
190
|
-
private void reparentNexradAboveGridIfNeeded() {
|
|
191
|
-
try {
|
|
192
|
-
if (mapView == null) return;
|
|
193
|
-
MapboxMap m = mapView.getMapboxMap();
|
|
194
|
-
Style s = m.getStyle();
|
|
195
|
-
if (s == null || !s.isStyleLoaded()) return;
|
|
196
|
-
if (!s.styleLayerExists(layerId)) return;
|
|
197
|
-
if (!s.styleLayerExists(AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER)) return;
|
|
198
|
-
s.removeStyleLayer(layerId);
|
|
199
|
-
isLayerAdded = false;
|
|
200
|
-
LayerPosition pos = new LayerPosition(AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER, null, null);
|
|
201
|
-
s.addStyleCustomLayer(layerId, radarLayer, pos);
|
|
202
|
-
isLayerAdded = true;
|
|
203
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
204
|
-
Log.i(TAG, "[NEXRAD] reparented above " + AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER);
|
|
205
|
-
}
|
|
206
|
-
triggerRepaint();
|
|
207
|
-
} catch (Throwable t) {
|
|
208
|
-
Log.w(TAG, "[NEXRAD] reparent above grid skipped", t);
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
private MapView findMapViewRecursive(View view) {
|
|
213
|
-
if (view instanceof MapView) return (MapView) view;
|
|
214
|
-
if (view instanceof ViewGroup) {
|
|
215
|
-
ViewGroup viewGroup = (ViewGroup) view;
|
|
216
|
-
for (int i = 0; i < viewGroup.getChildCount(); i++) {
|
|
217
|
-
MapView found = findMapViewRecursive(viewGroup.getChildAt(i));
|
|
218
|
-
if (found != null) return found;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
return null;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
private void triggerRepaint() {
|
|
225
|
-
if (mapView != null) mapView.post(mapView.getMapboxMap()::triggerRepaint);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
private static double nanoToMs(long startNanos) {
|
|
229
|
-
return (System.nanoTime() - startNanos) / 1_000_000.0;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
private static byte[] decodeRleGateData(byte[] compressed, int expectedSize) {
|
|
233
|
-
byte[] out = new byte[expectedSize];
|
|
234
|
-
int outIdx = 0;
|
|
235
|
-
int inIdx = 0;
|
|
236
|
-
while (inIdx + 3 < compressed.length && outIdx < expectedSize) {
|
|
237
|
-
int count = (compressed[inIdx] & 0xFF) | ((compressed[inIdx + 1] & 0xFF) << 8);
|
|
238
|
-
byte val0 = compressed[inIdx + 2];
|
|
239
|
-
byte val1 = compressed[inIdx + 3];
|
|
240
|
-
inIdx += 4;
|
|
241
|
-
for (int i = 0; i < count && outIdx + 1 < expectedSize; i++) {
|
|
242
|
-
out[outIdx++] = val0;
|
|
243
|
-
out[outIdx++] = val1;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
return out;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
public void uploadFrameFromJson(String json) {
|
|
250
|
-
// Snapshot while enqueueing (RN bridge thread). If clearNexrad() bumps the generation after this,
|
|
251
|
-
// the worker must not apply — even if it starts running later (matches clear semantics).
|
|
252
|
-
final int genSnapshot = decodeGeneration.get();
|
|
253
|
-
final int jsonChars = json != null ? json.length() : 0;
|
|
254
|
-
final long tEnqueue = System.nanoTime();
|
|
255
|
-
final String jsonSnapshot = json;
|
|
256
|
-
nexradDecodeExecutor.execute(
|
|
257
|
-
() -> {
|
|
258
|
-
final int seq = decodeSeq.incrementAndGet();
|
|
259
|
-
final double queueToWorkerMs = nanoToMs(tEnqueue);
|
|
260
|
-
final long tWorker = System.nanoTime();
|
|
261
|
-
try {
|
|
262
|
-
long mark = System.nanoTime();
|
|
263
|
-
JSONObject o = new JSONObject(jsonSnapshot);
|
|
264
|
-
final double jsonParseMs = nanoToMs(mark);
|
|
265
|
-
|
|
266
|
-
mark = System.nanoTime();
|
|
267
|
-
byte[] gateRaw = Base64.decode(o.getString("gateB64"), Base64.DEFAULT);
|
|
268
|
-
final double gateB64DecodeMs = nanoToMs(mark);
|
|
269
|
-
|
|
270
|
-
mark = System.nanoTime();
|
|
271
|
-
int nGates = o.getInt("nGates");
|
|
272
|
-
int nRays = o.getInt("nRays");
|
|
273
|
-
final byte[] gateBytes =
|
|
274
|
-
o.optBoolean("gateIsRle", false)
|
|
275
|
-
? decodeRleGateData(gateRaw, nGates * nRays * 2)
|
|
276
|
-
: gateRaw;
|
|
277
|
-
double stationLat = o.getDouble("stationLat");
|
|
278
|
-
double stationLon = o.getDouble("stationLon");
|
|
279
|
-
float firstGateKm = (float) o.getDouble("firstGateKm");
|
|
280
|
-
float gateWidthKm = (float) o.getDouble("gateWidthKm");
|
|
281
|
-
final double scalarFieldsMs = nanoToMs(mark);
|
|
282
|
-
|
|
283
|
-
mark = System.nanoTime();
|
|
284
|
-
JSONArray rayArr = o.getJSONArray("rayBoundaries");
|
|
285
|
-
float[] ray = new float[rayArr.length()];
|
|
286
|
-
for (int i = 0; i < ray.length; i++) {
|
|
287
|
-
ray[i] = (float) rayArr.getDouble(i);
|
|
288
|
-
}
|
|
289
|
-
final double rayArrayMs = nanoToMs(mark);
|
|
290
|
-
|
|
291
|
-
mark = System.nanoTime();
|
|
292
|
-
JSONObject uploadOpts = o.optJSONObject("uploadOpts");
|
|
293
|
-
String geometryLayoutKey = uploadOpts != null ? uploadOpts.optString("geometryLayoutKey", "") : "";
|
|
294
|
-
RadarFrameGpuMatch.Result gpuMatchResult = RadarFrameGpuMatch.prepareRadarFrameForGpuReadout(
|
|
295
|
-
nRays, nGates, gateBytes, ray, geometryLayoutKey);
|
|
296
|
-
final byte[] finalGateBytes = gpuMatchResult.gateData;
|
|
297
|
-
final float[] finalRay = gpuMatchResult.rayBoundariesDeg;
|
|
298
|
-
final double gpuMatchMs = nanoToMs(mark);
|
|
299
|
-
|
|
300
|
-
mark = System.nanoTime();
|
|
301
|
-
byte[] lut = Base64.decode(o.getString("lutB64"), Base64.DEFAULT);
|
|
302
|
-
final double lutB64DecodeMs = nanoToMs(mark);
|
|
303
|
-
|
|
304
|
-
mark = System.nanoTime();
|
|
305
|
-
float valueScale = (float) o.getDouble("valueScale");
|
|
306
|
-
float valueOffset = (float) o.getDouble("valueOffset");
|
|
307
|
-
float lutMin = (float) o.getDouble("lutMin");
|
|
308
|
-
float lutMax = (float) o.getDouble("lutMax");
|
|
309
|
-
float discrete = (float) o.getDouble("discreteIntegerLut");
|
|
310
|
-
float opacity = (float) o.getDouble("opacity");
|
|
311
|
-
float gateSmooth = (float) o.getDouble("gateSmoothPolar");
|
|
312
|
-
int interpolateLut = o.optInt("interpolateLut", 1);
|
|
313
|
-
final String nativeGpuCacheKeyRaw = o.optString("nativeGpuCacheKey", "");
|
|
314
|
-
final @Nullable String nativeGpuCacheKeyForUpload =
|
|
315
|
-
nativeGpuCacheKeyRaw.isEmpty() ? null : nativeGpuCacheKeyRaw;
|
|
316
|
-
final double styleScalarsMs = nanoToMs(mark);
|
|
317
|
-
|
|
318
|
-
mark = System.nanoTime();
|
|
319
|
-
String geomKey = NexradRadarLayer.buildGeometryCacheKey(
|
|
320
|
-
nRays, nGates, stationLat, stationLon, firstGateKm, gateWidthKm, finalRay);
|
|
321
|
-
final RadarRayGeometryBuilder.Result finalGeomResult;
|
|
322
|
-
if (!radarLayer.isGeometryCommitted(geomKey)) {
|
|
323
|
-
finalGeomResult = RadarRayGeometryBuilder.build(
|
|
324
|
-
nRays, nGates, stationLat, stationLon, firstGateKm, gateWidthKm, finalRay);
|
|
325
|
-
} else {
|
|
326
|
-
finalGeomResult = null;
|
|
327
|
-
}
|
|
328
|
-
final double geomBuildMs = nanoToMs(mark);
|
|
329
|
-
|
|
330
|
-
final double decodeThreadTotalMs = nanoToMs(tWorker);
|
|
331
|
-
final long tDecodeDone = System.nanoTime();
|
|
332
|
-
|
|
333
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
334
|
-
Log.i(
|
|
335
|
-
TAG,
|
|
336
|
-
String.format(
|
|
337
|
-
Locale.US,
|
|
338
|
-
"[NEXRAD][PERF] decodeWorker seq=%d genSnapshot=%d jsonChars=%d queueToWorkerMs=%.2f "
|
|
339
|
-
+ "jsonParseMs=%.2f gateB64DecodeMs=%.2f scalarFieldsMs=%.2f rayArrayMs=%.2f "
|
|
340
|
-
+ "gpuMatchMs=%.2f lutB64DecodeMs=%.2f styleScalarsMs=%.2f geomBuildMs=%.2f decodeThreadTotalMs=%.2f "
|
|
341
|
-
+ "gateBytes=%d nGates=%d nRays=%d lutBytes=%d",
|
|
342
|
-
seq,
|
|
343
|
-
genSnapshot,
|
|
344
|
-
jsonChars,
|
|
345
|
-
queueToWorkerMs,
|
|
346
|
-
jsonParseMs,
|
|
347
|
-
gateB64DecodeMs,
|
|
348
|
-
scalarFieldsMs,
|
|
349
|
-
rayArrayMs,
|
|
350
|
-
gpuMatchMs,
|
|
351
|
-
lutB64DecodeMs,
|
|
352
|
-
styleScalarsMs,
|
|
353
|
-
geomBuildMs,
|
|
354
|
-
decodeThreadTotalMs,
|
|
355
|
-
finalGateBytes.length,
|
|
356
|
-
nGates,
|
|
357
|
-
nRays,
|
|
358
|
-
lut.length));
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
mainHandler.post(
|
|
362
|
-
() -> {
|
|
363
|
-
final double mainQueueMs = nanoToMs(tDecodeDone);
|
|
364
|
-
if (genSnapshot != decodeGeneration.get()) {
|
|
365
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
366
|
-
Log.i(
|
|
367
|
-
TAG,
|
|
368
|
-
String.format(
|
|
369
|
-
Locale.US,
|
|
370
|
-
"[NEXRAD][PERF] uiApplyDroppedStale seq=%d genSnapshot=%d currentGen=%d mainQueueMs=%.2f",
|
|
371
|
-
seq,
|
|
372
|
-
genSnapshot,
|
|
373
|
-
decodeGeneration.get(),
|
|
374
|
-
mainQueueMs));
|
|
375
|
-
}
|
|
376
|
-
return;
|
|
377
|
-
}
|
|
378
|
-
try {
|
|
379
|
-
final long tUi = System.nanoTime();
|
|
380
|
-
if (!isLayerAdded) {
|
|
381
|
-
findMapViewAndAddLayer();
|
|
382
|
-
}
|
|
383
|
-
radarLayer.requestFullFrameUpload(
|
|
384
|
-
finalGateBytes,
|
|
385
|
-
nGates,
|
|
386
|
-
nRays,
|
|
387
|
-
stationLat,
|
|
388
|
-
stationLon,
|
|
389
|
-
firstGateKm,
|
|
390
|
-
gateWidthKm,
|
|
391
|
-
finalRay,
|
|
392
|
-
lut,
|
|
393
|
-
valueScale,
|
|
394
|
-
valueOffset,
|
|
395
|
-
lutMin,
|
|
396
|
-
lutMax,
|
|
397
|
-
discrete,
|
|
398
|
-
opacity,
|
|
399
|
-
gateSmooth,
|
|
400
|
-
interpolateLut,
|
|
401
|
-
nativeGpuCacheKeyForUpload,
|
|
402
|
-
finalGeomResult);
|
|
403
|
-
triggerRepaint();
|
|
404
|
-
final double uiApplyMs = nanoToMs(tUi);
|
|
405
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
406
|
-
Log.i(
|
|
407
|
-
TAG,
|
|
408
|
-
String.format(
|
|
409
|
-
Locale.US,
|
|
410
|
-
"[NEXRAD][PERF] uiApplyOk seq=%d genSnapshot=%d mainQueueMs=%.2f uiApplyMs=%.2f "
|
|
411
|
-
+ "gateBytes=%d nGates=%d nRays=%d isLayerAdded=%s "
|
|
412
|
-
+ "(GPU upload happens on next GL render — see AguaceroNexrad)",
|
|
413
|
-
seq,
|
|
414
|
-
genSnapshot,
|
|
415
|
-
mainQueueMs,
|
|
416
|
-
uiApplyMs,
|
|
417
|
-
gateBytes.length,
|
|
418
|
-
nGates,
|
|
419
|
-
nRays,
|
|
420
|
-
Boolean.toString(isLayerAdded)));
|
|
421
|
-
}
|
|
422
|
-
} catch (Exception e) {
|
|
423
|
-
Log.e(TAG, "uploadFrame apply failed", e);
|
|
424
|
-
}
|
|
425
|
-
});
|
|
426
|
-
} catch (Exception e) {
|
|
427
|
-
Log.e(TAG, "uploadFrameFromJson decode failed", e);
|
|
428
|
-
}
|
|
429
|
-
});
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
public void activateNexradCachedFrame(@Nullable String nativeGpuCacheKey) {
|
|
433
|
-
final long t0 = System.nanoTime();
|
|
434
|
-
if (nativeGpuCacheKey == null || nativeGpuCacheKey.isEmpty()) {
|
|
435
|
-
Log.w(TAG, "[NEXRAD][PERF] activateNexradCachedFrame skipped empty key");
|
|
436
|
-
return;
|
|
437
|
-
}
|
|
438
|
-
radarLayer.requestActivateCachedFrame(nativeGpuCacheKey);
|
|
439
|
-
triggerRepaint();
|
|
440
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
441
|
-
Log.i(
|
|
442
|
-
TAG,
|
|
443
|
-
String.format(
|
|
444
|
-
Locale.US,
|
|
445
|
-
"[NEXRAD][PERF] activateNexradCachedFrame enqueued rnUiMs=%.3f keyLen=%d",
|
|
446
|
-
nanoToMs(t0),
|
|
447
|
-
nativeGpuCacheKey.length()));
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
public void uploadStyleOnlyFromJson(String json) {
|
|
452
|
-
final long t0 = System.nanoTime();
|
|
453
|
-
final int jsonChars = json != null ? json.length() : 0;
|
|
454
|
-
try {
|
|
455
|
-
long mark = System.nanoTime();
|
|
456
|
-
if (!isLayerAdded) findMapViewAndAddLayer();
|
|
457
|
-
final double ensureLayerMs = nanoToMs(mark);
|
|
458
|
-
|
|
459
|
-
mark = System.nanoTime();
|
|
460
|
-
JSONObject o = new JSONObject(json);
|
|
461
|
-
final double jsonParseMs = nanoToMs(mark);
|
|
462
|
-
|
|
463
|
-
mark = System.nanoTime();
|
|
464
|
-
byte[] lut = Base64.decode(o.getString("lutB64"), Base64.DEFAULT);
|
|
465
|
-
final double lutB64DecodeMs = nanoToMs(mark);
|
|
466
|
-
|
|
467
|
-
mark = System.nanoTime();
|
|
468
|
-
float valueScale = (float) o.getDouble("valueScale");
|
|
469
|
-
float valueOffset = (float) o.getDouble("valueOffset");
|
|
470
|
-
float lutMin = (float) o.getDouble("lutMin");
|
|
471
|
-
float lutMax = (float) o.getDouble("lutMax");
|
|
472
|
-
float discrete = (float) o.getDouble("discreteIntegerLut");
|
|
473
|
-
float opacity = (float) o.getDouble("opacity");
|
|
474
|
-
float gateSmooth = (float) o.getDouble("gateSmoothPolar");
|
|
475
|
-
int interpolateLut = o.optInt("interpolateLut", 1);
|
|
476
|
-
final double scalarReadMs = nanoToMs(mark);
|
|
477
|
-
|
|
478
|
-
mark = System.nanoTime();
|
|
479
|
-
radarLayer.requestStyleOnlyUpload(
|
|
480
|
-
lut, valueScale, valueOffset, lutMin, lutMax, discrete, opacity, gateSmooth, interpolateLut);
|
|
481
|
-
final double requestUploadMs = nanoToMs(mark);
|
|
482
|
-
|
|
483
|
-
mark = System.nanoTime();
|
|
484
|
-
triggerRepaint();
|
|
485
|
-
final double triggerRepaintMs = nanoToMs(mark);
|
|
486
|
-
|
|
487
|
-
final double totalMs = nanoToMs(t0);
|
|
488
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
489
|
-
Log.i(
|
|
490
|
-
TAG,
|
|
491
|
-
String.format(
|
|
492
|
-
Locale.US,
|
|
493
|
-
"[NEXRAD][PERF] styleOnlyOnUiThread jsonChars=%d totalMs=%.2f ensureLayerMs=%.2f jsonParseMs=%.2f "
|
|
494
|
-
+ "lutB64DecodeMs=%.2f scalarReadMs=%.2f requestUploadMs=%.2f triggerRepaintMs=%.2f lutBytes=%d",
|
|
495
|
-
jsonChars,
|
|
496
|
-
totalMs,
|
|
497
|
-
ensureLayerMs,
|
|
498
|
-
jsonParseMs,
|
|
499
|
-
lutB64DecodeMs,
|
|
500
|
-
scalarReadMs,
|
|
501
|
-
requestUploadMs,
|
|
502
|
-
triggerRepaintMs,
|
|
503
|
-
lut.length));
|
|
504
|
-
}
|
|
505
|
-
} catch (Exception e) {
|
|
506
|
-
Log.e(TAG, "uploadStyleOnlyFromJson failed", e);
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
public void clearNexrad() {
|
|
511
|
-
decodeGeneration.incrementAndGet();
|
|
512
|
-
radarLayer.clearFrame();
|
|
513
|
-
triggerRepaint();
|
|
514
|
-
}
|
|
515
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
package com.aguacerowx.reactnative;
|
|
2
|
-
|
|
3
|
-
import androidx.annotation.NonNull;
|
|
4
|
-
import androidx.annotation.Nullable;
|
|
5
|
-
|
|
6
|
-
import java.util.Locale;
|
|
7
|
-
|
|
8
|
-
import com.facebook.react.bridge.ReadableArray;
|
|
9
|
-
import com.facebook.react.uimanager.SimpleViewManager;
|
|
10
|
-
import com.facebook.react.uimanager.ThemedReactContext;
|
|
11
|
-
import com.facebook.react.uimanager.annotations.ReactProp;
|
|
12
|
-
|
|
13
|
-
import java.util.HashMap;
|
|
14
|
-
import java.util.Map;
|
|
15
|
-
|
|
16
|
-
import android.util.Log;
|
|
17
|
-
|
|
18
|
-
public class NexradRadarManager extends SimpleViewManager<NexradRadarLayerView> {
|
|
19
|
-
|
|
20
|
-
private static final String REACT_CLASS = "NexradRadarLayer";
|
|
21
|
-
private static final int CMD_UPLOAD_FRAME = 1;
|
|
22
|
-
private static final int CMD_UPLOAD_STYLE = 2;
|
|
23
|
-
private static final int CMD_CLEAR = 3;
|
|
24
|
-
private static final int CMD_ACTIVATE_CACHED_FRAME = 4;
|
|
25
|
-
|
|
26
|
-
@NonNull
|
|
27
|
-
@Override
|
|
28
|
-
public String getName() {
|
|
29
|
-
return REACT_CLASS;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@NonNull
|
|
33
|
-
@Override
|
|
34
|
-
protected NexradRadarLayerView createViewInstance(@NonNull ThemedReactContext reactContext) {
|
|
35
|
-
return new NexradRadarLayerView(reactContext);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@ReactProp(name = "belowID")
|
|
39
|
-
public void setBelowID(NexradRadarLayerView view, @Nullable String belowID) {
|
|
40
|
-
view.setBelowID(belowID);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@Override
|
|
44
|
-
public Map<String, Integer> getCommandsMap() {
|
|
45
|
-
Map<String, Integer> m = new HashMap<>();
|
|
46
|
-
m.put("uploadNexradFrame", CMD_UPLOAD_FRAME);
|
|
47
|
-
m.put("uploadNexradStyleOnly", CMD_UPLOAD_STYLE);
|
|
48
|
-
m.put("clearNexrad", CMD_CLEAR);
|
|
49
|
-
m.put("activateNexradCachedFrame", CMD_ACTIVATE_CACHED_FRAME);
|
|
50
|
-
return m;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@Override
|
|
54
|
-
public void receiveCommand(@NonNull NexradRadarLayerView view, int commandId, @Nullable ReadableArray args) {
|
|
55
|
-
final long t0 = System.nanoTime();
|
|
56
|
-
if (commandId == CMD_CLEAR) {
|
|
57
|
-
view.clearNexrad();
|
|
58
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
59
|
-
Log.i(
|
|
60
|
-
REACT_CLASS,
|
|
61
|
-
String.format(
|
|
62
|
-
Locale.US,
|
|
63
|
-
"[NEXRAD][PERF] receiveCommand clearNexrad rnBridgeMs=%.3f",
|
|
64
|
-
(System.nanoTime() - t0) / 1_000_000.0));
|
|
65
|
-
}
|
|
66
|
-
return;
|
|
67
|
-
}
|
|
68
|
-
if (args == null || args.size() < 1) return;
|
|
69
|
-
final String payload = args.getString(0);
|
|
70
|
-
final int jsonChars = payload != null ? payload.length() : 0;
|
|
71
|
-
switch (commandId) {
|
|
72
|
-
case CMD_ACTIVATE_CACHED_FRAME:
|
|
73
|
-
view.activateNexradCachedFrame(payload);
|
|
74
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
75
|
-
Log.i(
|
|
76
|
-
REACT_CLASS,
|
|
77
|
-
String.format(
|
|
78
|
-
Locale.US,
|
|
79
|
-
"[NEXRAD][PERF] receiveCommand activateNexradCachedFrame keyLen=%d rnBridgeMs=%.3f",
|
|
80
|
-
jsonChars,
|
|
81
|
-
(System.nanoTime() - t0) / 1_000_000.0));
|
|
82
|
-
}
|
|
83
|
-
return;
|
|
84
|
-
case CMD_UPLOAD_FRAME:
|
|
85
|
-
view.uploadFrameFromJson(payload);
|
|
86
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
87
|
-
Log.i(
|
|
88
|
-
REACT_CLASS,
|
|
89
|
-
String.format(
|
|
90
|
-
Locale.US,
|
|
91
|
-
"[NEXRAD][PERF] receiveCommand uploadNexradFrame jsonChars=%d rnBridgeScheduleMs=%.3f (decode runs async)",
|
|
92
|
-
jsonChars,
|
|
93
|
-
(System.nanoTime() - t0) / 1_000_000.0));
|
|
94
|
-
}
|
|
95
|
-
break;
|
|
96
|
-
case CMD_UPLOAD_STYLE:
|
|
97
|
-
view.uploadStyleOnlyFromJson(payload);
|
|
98
|
-
if (AguaceroDebugLog.NEXRAD_NATIVE_VERBOSE) {
|
|
99
|
-
Log.i(
|
|
100
|
-
REACT_CLASS,
|
|
101
|
-
String.format(
|
|
102
|
-
Locale.US,
|
|
103
|
-
"[NEXRAD][PERF] receiveCommand uploadNexradStyleOnly jsonChars=%d rnBridgeMs=%.3f",
|
|
104
|
-
jsonChars,
|
|
105
|
-
(System.nanoTime() - t0) / 1_000_000.0));
|
|
106
|
-
}
|
|
107
|
-
break;
|
|
108
|
-
default:
|
|
109
|
-
Log.w(REACT_CLASS, "receiveCommand: unknown commandId=" + commandId);
|
|
110
|
-
break;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|