@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/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java
DELETED
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
package com.aguacerowx.reactnative;
|
|
2
|
-
|
|
3
|
-
import android.app.Activity;
|
|
4
|
-
import android.util.Base64;
|
|
5
|
-
import android.util.Log;
|
|
6
|
-
import android.view.View;
|
|
7
|
-
import android.view.ViewGroup;
|
|
8
|
-
import android.widget.FrameLayout;
|
|
9
|
-
|
|
10
|
-
import androidx.annotation.NonNull;
|
|
11
|
-
|
|
12
|
-
import com.facebook.react.bridge.ReadableMap;
|
|
13
|
-
import com.facebook.react.uimanager.ThemedReactContext;
|
|
14
|
-
import com.mapbox.maps.LayerPosition;
|
|
15
|
-
import com.mapbox.maps.MapView;
|
|
16
|
-
import com.mapbox.maps.MapboxMap;
|
|
17
|
-
import com.mapbox.maps.Style;
|
|
18
|
-
|
|
19
|
-
import com.github.luben.zstd.Zstd;
|
|
20
|
-
|
|
21
|
-
import java.io.File;
|
|
22
|
-
import java.io.FileInputStream;
|
|
23
|
-
import java.io.IOException;
|
|
24
|
-
import java.nio.ByteBuffer;
|
|
25
|
-
import java.nio.ByteOrder;
|
|
26
|
-
|
|
27
|
-
public class GridRenderLayerView extends FrameLayout {
|
|
28
|
-
|
|
29
|
-
private final GridRenderLayer gridLayerImplementation;
|
|
30
|
-
private final String LAYER_ID = AguaceroStyleLayerIds.WEATHER_GRID_CUSTOM_LAYER;
|
|
31
|
-
private static final String TAG = "AguaceroWX";
|
|
32
|
-
private MapView mapView;
|
|
33
|
-
private boolean isLayerAdded = false;
|
|
34
|
-
private String belowLayerID = null;
|
|
35
|
-
|
|
36
|
-
// We keep track of these for the inspector, but NOT the full byte array
|
|
37
|
-
private static int lastDataNx = 0;
|
|
38
|
-
private static int lastDataNy = 0;
|
|
39
|
-
private static float lastDataScale = 1.0f;
|
|
40
|
-
private static float lastDataOffset = 0.0f;
|
|
41
|
-
private static float lastDataMissing = 127.0f;
|
|
42
|
-
private static String lastDataScaleType = "linear";
|
|
43
|
-
|
|
44
|
-
// Store the last file path if we need to re-read for inspector (IOS Parity approach)
|
|
45
|
-
private static String lastDataFilePath = null;
|
|
46
|
-
|
|
47
|
-
public GridRenderLayerView(@NonNull ThemedReactContext context) {
|
|
48
|
-
super(context);
|
|
49
|
-
this.gridLayerImplementation = new GridRenderLayer(context);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
public void updateDataTexture(String dataFilePathOrBase64, int nx, int ny, float scale, float offset, float missing, String scaleType) {
|
|
53
|
-
if (dataFilePathOrBase64 == null) {
|
|
54
|
-
return;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
if (!isLayerAdded) {
|
|
58
|
-
findMapViewAndAddLayer();
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
try {
|
|
62
|
-
byte[] compressedData;
|
|
63
|
-
boolean isFile = dataFilePathOrBase64.startsWith("/");
|
|
64
|
-
|
|
65
|
-
if (isFile) {
|
|
66
|
-
lastDataFilePath = dataFilePathOrBase64; // Store path for inspector if needed later
|
|
67
|
-
File file = new File(dataFilePathOrBase64);
|
|
68
|
-
try (FileInputStream fis = new FileInputStream(file)) {
|
|
69
|
-
compressedData = new byte[(int) file.length()];
|
|
70
|
-
fis.read(compressedData);
|
|
71
|
-
}
|
|
72
|
-
} else {
|
|
73
|
-
lastDataFilePath = null;
|
|
74
|
-
compressedData = Base64.decode(dataFilePathOrBase64, Base64.DEFAULT);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
int expectedLength = nx * ny;
|
|
78
|
-
|
|
79
|
-
// 1. Decompress (This is the only necessary intermediate allocation)
|
|
80
|
-
byte[] decompressedDeltas = Zstd.decompress(compressedData, expectedLength);
|
|
81
|
-
|
|
82
|
-
// 2. Process directly into DirectByteBuffer
|
|
83
|
-
// This avoids creating 2 extra Java Byte Arrays (saving massive GC churn)
|
|
84
|
-
ByteBuffer gpuBuffer = processDataDirectly(decompressedDeltas, expectedLength);
|
|
85
|
-
|
|
86
|
-
// Update Metadata for Inspector
|
|
87
|
-
lastDataNx = nx;
|
|
88
|
-
lastDataNy = ny;
|
|
89
|
-
lastDataScale = scale;
|
|
90
|
-
lastDataOffset = offset;
|
|
91
|
-
lastDataMissing = missing;
|
|
92
|
-
lastDataScaleType = scaleType;
|
|
93
|
-
|
|
94
|
-
// 3. Send to Layer (Pass the buffer directly, do not copy it again in the Layer)
|
|
95
|
-
gridLayerImplementation.updateDataTexture(gpuBuffer, nx, ny, scale, offset, missing, scaleType);
|
|
96
|
-
triggerRepaint();
|
|
97
|
-
|
|
98
|
-
} catch (Exception e) {
|
|
99
|
-
Log.e(TAG, "❌ [View] Error processing data: " + e.getMessage());
|
|
100
|
-
e.printStackTrace();
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* OPTIMIZATION: Combines Reconstruction (Delta Decoding) and Transformation (+128)
|
|
106
|
-
* and writes directly to a Native ByteBuffer.
|
|
107
|
-
*/
|
|
108
|
-
private ByteBuffer processDataDirectly(byte[] deltas, int length) {
|
|
109
|
-
// Allocate direct memory immediately for OpenGL (Native Heap, not Java Heap)
|
|
110
|
-
ByteBuffer buffer = ByteBuffer.allocateDirect(length);
|
|
111
|
-
buffer.order(ByteOrder.nativeOrder());
|
|
112
|
-
|
|
113
|
-
if (length > 0) {
|
|
114
|
-
byte previous = 0;
|
|
115
|
-
// First pixel
|
|
116
|
-
previous = deltas[0];
|
|
117
|
-
buffer.put((byte)(previous + 128));
|
|
118
|
-
|
|
119
|
-
// Rest of pixels
|
|
120
|
-
for (int i = 1; i < length; i++) {
|
|
121
|
-
previous = (byte) (previous + deltas[i]);
|
|
122
|
-
buffer.put((byte)(previous + 128));
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
buffer.position(0);
|
|
127
|
-
return buffer;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
// --- Accessors for Inspector (Meta data only) ---
|
|
131
|
-
public static int getLastDataNx() { return lastDataNx; }
|
|
132
|
-
public static int getLastDataNy() { return lastDataNy; }
|
|
133
|
-
public static float getLastDataScale() { return lastDataScale; }
|
|
134
|
-
public static float getLastDataOffset() { return lastDataOffset; }
|
|
135
|
-
public static float getLastDataMissing() { return lastDataMissing; }
|
|
136
|
-
public static String getLastDataScaleType() { return lastDataScaleType; }
|
|
137
|
-
public static String getLastDataFilePath() { return lastDataFilePath; }
|
|
138
|
-
|
|
139
|
-
// --- Standard View Methods ---
|
|
140
|
-
|
|
141
|
-
public void setBelowID(String belowID) { this.belowLayerID = belowID; }
|
|
142
|
-
|
|
143
|
-
@Override
|
|
144
|
-
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
|
145
|
-
super.onLayout(changed, left, top, right, bottom);
|
|
146
|
-
findMapViewAndAddLayer();
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
private void findMapViewAndAddLayer() {
|
|
150
|
-
if (isLayerAdded) return;
|
|
151
|
-
Activity activity = ((ThemedReactContext) getContext()).getCurrentActivity();
|
|
152
|
-
if (activity == null) return;
|
|
153
|
-
View rootView = activity.findViewById(android.R.id.content);
|
|
154
|
-
if (rootView == null) return;
|
|
155
|
-
MapView foundMap = findMapViewRecursive(rootView);
|
|
156
|
-
|
|
157
|
-
if (foundMap != null) {
|
|
158
|
-
this.mapView = foundMap;
|
|
159
|
-
final MapboxMap mapboxMap = mapView.getMapboxMap();
|
|
160
|
-
Style.OnStyleLoaded styleLoadedCallback = style -> {
|
|
161
|
-
if (!isLayerAdded && !style.styleLayerExists(LAYER_ID)) {
|
|
162
|
-
LayerPosition position = null;
|
|
163
|
-
if (this.belowLayerID != null && style.styleLayerExists(this.belowLayerID)) {
|
|
164
|
-
position = new LayerPosition(null, this.belowLayerID, null);
|
|
165
|
-
}
|
|
166
|
-
style.addStyleCustomLayer(LAYER_ID, gridLayerImplementation, position);
|
|
167
|
-
isLayerAdded = true;
|
|
168
|
-
triggerRepaint();
|
|
169
|
-
}
|
|
170
|
-
};
|
|
171
|
-
Style currentStyle = mapboxMap.getStyle();
|
|
172
|
-
if (currentStyle != null && currentStyle.isStyleLoaded()) {
|
|
173
|
-
styleLoadedCallback.onStyleLoaded(currentStyle);
|
|
174
|
-
} else {
|
|
175
|
-
mapboxMap.getStyle(styleLoadedCallback);
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
private MapView findMapViewRecursive(View view) {
|
|
181
|
-
if (view instanceof MapView) return (MapView) view;
|
|
182
|
-
if (view instanceof ViewGroup) {
|
|
183
|
-
ViewGroup viewGroup = (ViewGroup) view;
|
|
184
|
-
for (int i = 0; i < viewGroup.getChildCount(); i++) {
|
|
185
|
-
MapView found = findMapViewRecursive(viewGroup.getChildAt(i));
|
|
186
|
-
if (found != null) return found;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
return null;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
private void triggerRepaint() {
|
|
193
|
-
if (mapView != null) mapView.post(mapView.getMapboxMap()::triggerRepaint);
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
public void setOpacity(float opacity) { gridLayerImplementation.setOpacity(opacity); triggerRepaint(); }
|
|
197
|
-
public void setSmoothing(boolean enabled) { gridLayerImplementation.setSmoothing(enabled); triggerRepaint(); }
|
|
198
|
-
public void setDataRange(float[] range) { gridLayerImplementation.setDataRange(range); triggerRepaint(); }
|
|
199
|
-
public void setConversionType(int conversionType) { gridLayerImplementation.setConversionType(conversionType); triggerRepaint(); }
|
|
200
|
-
|
|
201
|
-
public void updateColormapTexture(String colormapAsBase64) {
|
|
202
|
-
if (colormapAsBase64 == null) return;
|
|
203
|
-
if (!isLayerAdded) findMapViewAndAddLayer();
|
|
204
|
-
byte[] bytes = Base64.decode(colormapAsBase64, Base64.DEFAULT);
|
|
205
|
-
ByteBuffer colormapBuffer = ByteBuffer.allocateDirect(bytes.length);
|
|
206
|
-
colormapBuffer.put(bytes);
|
|
207
|
-
colormapBuffer.position(0);
|
|
208
|
-
gridLayerImplementation.updateColormapTexture(colormapBuffer);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
public void updateGeometry(ReadableMap corners, ReadableMap gridDef) {
|
|
212
|
-
if (!isLayerAdded) findMapViewAndAddLayer();
|
|
213
|
-
gridLayerImplementation.updateGeometry(corners, gridDef);
|
|
214
|
-
triggerRepaint();
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
public void updateDataParameters(float scale, float offset, float missing) {
|
|
218
|
-
lastDataScale = scale;
|
|
219
|
-
lastDataOffset = offset;
|
|
220
|
-
lastDataMissing = missing;
|
|
221
|
-
gridLayerImplementation.updateDataParameters(scale, offset, missing);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
public void clearData() {
|
|
225
|
-
gridLayerImplementation.clearData();
|
|
226
|
-
triggerRepaint();
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
public void setVariable(String variable) {
|
|
230
|
-
gridLayerImplementation.setVariable(variable);
|
|
231
|
-
triggerRepaint();
|
|
232
|
-
}
|
|
233
|
-
}
|
package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java
DELETED
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
package com.aguacerowx.reactnative;
|
|
2
|
-
|
|
3
|
-
import androidx.annotation.NonNull;
|
|
4
|
-
import androidx.annotation.Nullable;
|
|
5
|
-
|
|
6
|
-
import com.facebook.react.bridge.ReadableArray;
|
|
7
|
-
import com.facebook.react.bridge.ReadableMap;
|
|
8
|
-
import com.facebook.react.uimanager.SimpleViewManager;
|
|
9
|
-
import com.facebook.react.uimanager.ThemedReactContext;
|
|
10
|
-
import com.facebook.react.uimanager.annotations.ReactProp;
|
|
11
|
-
import android.util.Log;
|
|
12
|
-
|
|
13
|
-
import java.util.Map;
|
|
14
|
-
import java.util.HashMap;
|
|
15
|
-
|
|
16
|
-
public class GridRenderManager extends SimpleViewManager<GridRenderLayerView> {
|
|
17
|
-
|
|
18
|
-
private static final String REACT_CLASS = "GridRenderLayer";
|
|
19
|
-
private static final int COMMAND_UPDATE_DATA_TEXTURE = 1;
|
|
20
|
-
private static final int COMMAND_UPDATE_COLORMAP_TEXTURE = 2;
|
|
21
|
-
private static final int COMMAND_UPDATE_GEOMETRY = 3;
|
|
22
|
-
private static final int COMMAND_UPDATE_DATA_PARAMETERS = 4;
|
|
23
|
-
private static final int COMMAND_CLEAR = 5;
|
|
24
|
-
private static final int COMMAND_SET_VARIABLE = 6;
|
|
25
|
-
|
|
26
|
-
@NonNull
|
|
27
|
-
@Override
|
|
28
|
-
public String getName() {
|
|
29
|
-
return REACT_CLASS;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@NonNull
|
|
33
|
-
@Override
|
|
34
|
-
protected GridRenderLayerView createViewInstance(@NonNull ThemedReactContext reactContext) {
|
|
35
|
-
return new GridRenderLayerView(reactContext);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@ReactProp(name = "opacity", defaultFloat = 1.0f)
|
|
39
|
-
public void setOpacity(GridRenderLayerView view, float opacity) {
|
|
40
|
-
view.setOpacity(opacity);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@ReactProp(name = "dataRange")
|
|
44
|
-
public void setDataRange(GridRenderLayerView view, @Nullable ReadableArray dataRange) {
|
|
45
|
-
if (dataRange != null && dataRange.size() == 2) {
|
|
46
|
-
float[] range = new float[]{
|
|
47
|
-
(float) dataRange.getDouble(0),
|
|
48
|
-
(float) dataRange.getDouble(1)
|
|
49
|
-
};
|
|
50
|
-
view.setDataRange(range);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@ReactProp(name = "belowID")
|
|
55
|
-
public void setBelowID(GridRenderLayerView view, @Nullable String belowID) {
|
|
56
|
-
view.setBelowID(belowID);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@ReactProp(name = "smoothing", defaultBoolean = true)
|
|
60
|
-
public void setSmoothing(GridRenderLayerView view, boolean enabled) {
|
|
61
|
-
view.setSmoothing(enabled);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@Override
|
|
65
|
-
public Map<String, Integer> getCommandsMap() {
|
|
66
|
-
Map<String, Integer> commands = new HashMap<>();
|
|
67
|
-
commands.put("updateDataTexture", COMMAND_UPDATE_DATA_TEXTURE);
|
|
68
|
-
commands.put("updateColormapTexture", COMMAND_UPDATE_COLORMAP_TEXTURE);
|
|
69
|
-
commands.put("updateGeometry", COMMAND_UPDATE_GEOMETRY);
|
|
70
|
-
commands.put("updateDataParameters", COMMAND_UPDATE_DATA_PARAMETERS);
|
|
71
|
-
commands.put("clear", COMMAND_CLEAR);
|
|
72
|
-
commands.put("setVariable", COMMAND_SET_VARIABLE);
|
|
73
|
-
return commands;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@Override
|
|
77
|
-
public void receiveCommand(@NonNull GridRenderLayerView view, int commandId, @Nullable ReadableArray args) {
|
|
78
|
-
switch (commandId) {
|
|
79
|
-
case COMMAND_UPDATE_DATA_TEXTURE:
|
|
80
|
-
String data = args.getString(0);
|
|
81
|
-
int nx = args.getInt(1);
|
|
82
|
-
int ny = args.getInt(2);
|
|
83
|
-
float scale = (float) args.getDouble(3);
|
|
84
|
-
float offset = (float) args.getDouble(4);
|
|
85
|
-
float missing = (float) args.getDouble(5);
|
|
86
|
-
String scaleType = args.getString(6);
|
|
87
|
-
|
|
88
|
-
view.updateDataTexture(data, nx, ny, scale, offset, missing, scaleType);
|
|
89
|
-
break;
|
|
90
|
-
|
|
91
|
-
case COMMAND_UPDATE_COLORMAP_TEXTURE:
|
|
92
|
-
if (args != null && args.size() > 0) {
|
|
93
|
-
String colormapBase64 = args.getString(0);
|
|
94
|
-
view.updateColormapTexture(colormapBase64);
|
|
95
|
-
}
|
|
96
|
-
break;
|
|
97
|
-
|
|
98
|
-
case COMMAND_UPDATE_GEOMETRY:
|
|
99
|
-
if (args != null && args.size() >= 2) {
|
|
100
|
-
ReadableMap corners = args.getMap(0);
|
|
101
|
-
ReadableMap gridDef = args.getMap(1);
|
|
102
|
-
view.updateGeometry(corners, gridDef);
|
|
103
|
-
}
|
|
104
|
-
break;
|
|
105
|
-
|
|
106
|
-
case COMMAND_UPDATE_DATA_PARAMETERS:
|
|
107
|
-
if (args != null && args.size() >= 3) {
|
|
108
|
-
float scaleParam = (float) args.getDouble(0);
|
|
109
|
-
float offsetParam = (float) args.getDouble(1);
|
|
110
|
-
float missingParam = (float) args.getDouble(2);
|
|
111
|
-
view.updateDataParameters(scaleParam, offsetParam, missingParam);
|
|
112
|
-
}
|
|
113
|
-
break;
|
|
114
|
-
|
|
115
|
-
case COMMAND_CLEAR:
|
|
116
|
-
view.clearData();
|
|
117
|
-
break;
|
|
118
|
-
|
|
119
|
-
case COMMAND_SET_VARIABLE:
|
|
120
|
-
if (args != null && args.size() > 0) {
|
|
121
|
-
view.setVariable(args.getString(0));
|
|
122
|
-
}
|
|
123
|
-
break;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
package com.aguacerowx.reactnative;
|
|
2
|
-
|
|
3
|
-
import androidx.annotation.NonNull;
|
|
4
|
-
import com.facebook.react.bridge.Promise;
|
|
5
|
-
import com.facebook.react.bridge.ReactApplicationContext;
|
|
6
|
-
import com.facebook.react.bridge.ReactContextBaseJavaModule;
|
|
7
|
-
import com.facebook.react.bridge.ReactMethod;
|
|
8
|
-
import com.github.luben.zstd.Zstd;
|
|
9
|
-
import android.util.Log;
|
|
10
|
-
|
|
11
|
-
import java.io.File;
|
|
12
|
-
import java.io.FileInputStream;
|
|
13
|
-
import java.util.concurrent.ExecutorService;
|
|
14
|
-
import java.util.concurrent.Executors;
|
|
15
|
-
|
|
16
|
-
public class InspectorModule extends ReactContextBaseJavaModule {
|
|
17
|
-
|
|
18
|
-
private static final String TAG = "AguaceroInspector";
|
|
19
|
-
private final ExecutorService executor = Executors.newSingleThreadExecutor();
|
|
20
|
-
|
|
21
|
-
// Cache the fully decoded array so we don't re-read disk + decompress on every inspector move
|
|
22
|
-
private final Object decodedCacheLock = new Object();
|
|
23
|
-
private byte[] cachedDecodedData = null;
|
|
24
|
-
private String cachedFilePath = null;
|
|
25
|
-
private int cachedNx = 0, cachedNy = 0;
|
|
26
|
-
|
|
27
|
-
public InspectorModule(ReactApplicationContext reactContext) {
|
|
28
|
-
super(reactContext);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@NonNull
|
|
32
|
-
@Override
|
|
33
|
-
public String getName() {
|
|
34
|
-
return "InspectorModule";
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@ReactMethod
|
|
38
|
-
public void getValueAtGridIndex(int i, int j, Promise promise) {
|
|
39
|
-
executor.execute(() -> {
|
|
40
|
-
try {
|
|
41
|
-
// Use the static fields already maintained by GridRenderLayerView
|
|
42
|
-
String filePath = GridRenderLayerView.getLastDataFilePath();
|
|
43
|
-
int nx = GridRenderLayerView.getLastDataNx();
|
|
44
|
-
int ny = GridRenderLayerView.getLastDataNy();
|
|
45
|
-
float scale = GridRenderLayerView.getLastDataScale();
|
|
46
|
-
float offset = GridRenderLayerView.getLastDataOffset();
|
|
47
|
-
float missing = GridRenderLayerView.getLastDataMissing();
|
|
48
|
-
String scaleType = GridRenderLayerView.getLastDataScaleType();
|
|
49
|
-
|
|
50
|
-
if (filePath == null) {
|
|
51
|
-
promise.resolve(null);
|
|
52
|
-
return;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
int index = j * nx + i;
|
|
56
|
-
int totalSize = nx * ny;
|
|
57
|
-
|
|
58
|
-
if (index < 0 || index >= totalSize) {
|
|
59
|
-
promise.resolve(null);
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// Check if we can use the cached decoded array
|
|
64
|
-
byte[] decodedData;
|
|
65
|
-
synchronized (decodedCacheLock) {
|
|
66
|
-
if (cachedDecodedData != null
|
|
67
|
-
&& filePath.equals(cachedFilePath)
|
|
68
|
-
&& cachedNx == nx
|
|
69
|
-
&& cachedNy == ny) {
|
|
70
|
-
decodedData = cachedDecodedData;
|
|
71
|
-
} else {
|
|
72
|
-
File file = new File(filePath);
|
|
73
|
-
if (!file.exists()) {
|
|
74
|
-
promise.resolve(null);
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
byte[] compressedData = new byte[(int) file.length()];
|
|
78
|
-
try (FileInputStream fis = new FileInputStream(file)) {
|
|
79
|
-
fis.read(compressedData);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
byte[] rawData = Zstd.decompress(compressedData, totalSize);
|
|
83
|
-
|
|
84
|
-
// Delta decode the entire array once and cache it
|
|
85
|
-
byte[] fullDecoded = new byte[totalSize];
|
|
86
|
-
fullDecoded[0] = rawData[0];
|
|
87
|
-
for (int k = 1; k < totalSize; k++) {
|
|
88
|
-
fullDecoded[k] = (byte) (fullDecoded[k - 1] + rawData[k]);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
cachedDecodedData = fullDecoded;
|
|
92
|
-
cachedFilePath = filePath;
|
|
93
|
-
cachedNx = nx;
|
|
94
|
-
cachedNy = ny;
|
|
95
|
-
decodedData = fullDecoded;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// O(1) lookup
|
|
100
|
-
byte raw = decodedData[index];
|
|
101
|
-
int unsignedValue = ((int) raw) + 128;
|
|
102
|
-
int missingQuantized = Math.round(missing);
|
|
103
|
-
|
|
104
|
-
if (Math.abs(unsignedValue - missingQuantized) < 1) {
|
|
105
|
-
promise.resolve(null);
|
|
106
|
-
return;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
double intermediateValue = (double) raw * scale + offset;
|
|
110
|
-
double finalValue = "sqrt".equals(scaleType)
|
|
111
|
-
? intermediateValue * Math.abs(intermediateValue)
|
|
112
|
-
: intermediateValue;
|
|
113
|
-
|
|
114
|
-
promise.resolve(finalValue);
|
|
115
|
-
|
|
116
|
-
} catch (Exception e) {
|
|
117
|
-
Log.e(TAG, "[Inspector] Exception: " + e.getMessage(), e);
|
|
118
|
-
promise.resolve(null);
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/** Invalidate cache when the active dataset changes */
|
|
124
|
-
public void invalidateCache() {
|
|
125
|
-
synchronized (decodedCacheLock) {
|
|
126
|
-
cachedDecodedData = null;
|
|
127
|
-
cachedFilePath = null;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|