@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.
Files changed (1179) hide show
  1. package/aguacerowx-react-native.podspec +41 -6
  2. package/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +1 -1
  3. package/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +1 -1
  4. package/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +32 -3
  5. package/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +42 -5
  6. package/index.js +1 -4
  7. package/ios/GridRenderLayer.swift +1 -1
  8. package/ios/GridRenderLayerBridge.swift +51 -0
  9. package/ios/NexradRadarLayer.swift +743 -0
  10. package/ios/NexradRadarLayerView.swift +475 -0
  11. package/ios/NexradRadarManager.mm +162 -0
  12. package/ios/RCTSatelliteLayerComponentView.mm +97 -0
  13. package/ios/RadarFrameGpuMatch.swift +162 -0
  14. package/ios/RadarRayGeometryBuilder.swift +132 -0
  15. package/ios/SatelliteColormap.swift +103 -0
  16. package/ios/SatelliteKtxBridge.h +9 -0
  17. package/ios/SatelliteKtxBridge.mm +24 -0
  18. package/ios/SatelliteLayer.swift +716 -0
  19. package/ios/SatelliteLayerManager.mm +175 -0
  20. package/ios/SatelliteLayerView.swift +510 -0
  21. package/ios/SatelliteMeshBuilder.swift +204 -0
  22. package/ios/Shaders.metal +170 -0
  23. package/ios/WeatherFrameProcessorModule.swift +44 -8
  24. package/ios/aguacero-sdks.code-workspace +11 -0
  25. package/ios/compiled-shaders/Shaders-device.metallib +0 -0
  26. package/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  27. package/ios/cpp/aguacero_satellite_ktx.h +19 -0
  28. package/ios/cpp/satellite_ktx_transcode.cpp +153 -0
  29. package/ios/vendor/proj4/proj4.js +1 -0
  30. package/lib/commonjs/AguaceroContext.js.map +1 -0
  31. package/lib/commonjs/GridRenderLayer.js.map +1 -0
  32. package/lib/commonjs/GridRenderLayerNativeComponent.js.map +1 -0
  33. package/lib/commonjs/MapManager.js +277 -0
  34. package/lib/commonjs/MapManager.js.map +1 -0
  35. package/lib/commonjs/MapRegistry.js.map +1 -0
  36. package/lib/commonjs/NexradRadarLayer.android.js +126 -0
  37. package/lib/commonjs/NexradRadarLayer.android.js.map +1 -0
  38. package/lib/commonjs/NexradRadarLayer.ios.js +122 -0
  39. package/lib/commonjs/NexradRadarLayer.ios.js.map +1 -0
  40. package/lib/commonjs/NexradRadarLayerNativeComponent.js.map +1 -0
  41. package/lib/commonjs/NexradSitesMapLayer.js.map +1 -0
  42. package/lib/commonjs/SatelliteLayer.android.js +66 -0
  43. package/lib/commonjs/SatelliteLayer.android.js.map +1 -0
  44. package/lib/commonjs/SatelliteLayer.ios.js +71 -0
  45. package/lib/commonjs/SatelliteLayer.ios.js.map +1 -0
  46. package/lib/commonjs/SatelliteLayerNativeComponent.js.map +1 -0
  47. package/lib/commonjs/StyleApplicator.js.map +1 -0
  48. package/lib/commonjs/WeatherLayerManager.js +1759 -0
  49. package/lib/commonjs/WeatherLayerManager.js.map +1 -0
  50. package/lib/commonjs/dispatchViewManagerCommandCompat.js +111 -0
  51. package/lib/commonjs/dispatchViewManagerCommandCompat.js.map +1 -0
  52. package/lib/commonjs/index.js +4 -4
  53. package/lib/commonjs/index.js.map +1 -1
  54. package/lib/commonjs/nexrad/nexradAndroidController.js +1021 -0
  55. package/lib/commonjs/nexrad/nexradAndroidController.js.map +1 -0
  56. package/lib/commonjs/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -0
  57. package/lib/commonjs/nexrad/nexradDiag.js +160 -0
  58. package/lib/commonjs/nexrad/nexradDiag.js.map +1 -0
  59. package/lib/commonjs/nexrad/nexradLutBuild.js.map +1 -0
  60. package/lib/commonjs/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -0
  61. package/lib/commonjs/nexrad/nexradNativeCommandIds.js +51 -0
  62. package/lib/commonjs/nexrad/nexradNativeCommandIds.js.map +1 -0
  63. package/lib/commonjs/nexrad/radarArchiveCore.bundled.js +6439 -0
  64. package/lib/commonjs/nexrad/radarArchiveCore.bundled.js.map +1 -0
  65. package/lib/commonjs/nexrad/radarDecode.worker.bundled.js +691 -0
  66. package/lib/commonjs/nexrad/radarDecode.worker.bundled.js.map +1 -0
  67. package/lib/commonjs/nexrad/radarFrameGpuMatch.bundled.js.map +1 -0
  68. package/lib/commonjs/nws/NwsAlertsOverlay.android.js +20 -0
  69. package/lib/commonjs/nws/NwsAlertsOverlay.android.js.map +1 -0
  70. package/lib/commonjs/nws/NwsAlertsOverlay.ios.js +20 -0
  71. package/lib/commonjs/nws/NwsAlertsOverlay.ios.js.map +1 -0
  72. package/lib/commonjs/nws/NwsAlertsOverlay.js.map +1 -0
  73. package/lib/commonjs/nws/NwsAlertsOverlay.native.js +442 -0
  74. package/lib/commonjs/nws/NwsAlertsOverlay.native.js.map +1 -0
  75. package/lib/commonjs/nws/eventSourceRnPolyfill.js.map +1 -0
  76. package/lib/commonjs/nws/nwsAndroidConstants.js.map +1 -0
  77. package/lib/commonjs/satellite/satelliteAndroidController.js +228 -0
  78. package/lib/commonjs/satellite/satelliteAndroidController.js.map +1 -0
  79. package/lib/commonjs/satelliteBridgeDiag.js +22 -0
  80. package/lib/commonjs/satelliteBridgeDiag.js.map +1 -0
  81. package/lib/module/AguaceroContext.js.map +1 -0
  82. package/lib/module/GridRenderLayer.js.map +1 -0
  83. package/lib/module/GridRenderLayerNativeComponent.js.map +1 -0
  84. package/lib/module/MapManager.js +269 -0
  85. package/lib/module/MapManager.js.map +1 -0
  86. package/lib/module/MapRegistry.js.map +1 -0
  87. package/lib/module/NexradRadarLayer.android.js +118 -0
  88. package/lib/module/NexradRadarLayer.android.js.map +1 -0
  89. package/lib/module/NexradRadarLayer.ios.js +114 -0
  90. package/lib/module/NexradRadarLayer.ios.js.map +1 -0
  91. package/lib/module/NexradRadarLayerNativeComponent.js.map +1 -0
  92. package/lib/module/NexradSitesMapLayer.js.map +1 -0
  93. package/lib/module/SatelliteLayer.android.js +58 -0
  94. package/lib/module/SatelliteLayer.android.js.map +1 -0
  95. package/lib/module/SatelliteLayer.ios.js +63 -0
  96. package/lib/module/SatelliteLayer.ios.js.map +1 -0
  97. package/lib/module/SatelliteLayerNativeComponent.js.map +1 -0
  98. package/lib/module/StyleApplicator.js.map +1 -0
  99. package/lib/module/WeatherLayerManager.js +1751 -0
  100. package/lib/module/WeatherLayerManager.js.map +1 -0
  101. package/lib/module/dispatchViewManagerCommandCompat.js +106 -0
  102. package/lib/module/dispatchViewManagerCommandCompat.js.map +1 -0
  103. package/lib/module/index.js +4 -4
  104. package/lib/module/index.js.map +1 -1
  105. package/lib/module/nexrad/nexradAndroidController.js +1013 -0
  106. package/lib/module/nexrad/nexradAndroidController.js.map +1 -0
  107. package/lib/module/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +1 -0
  108. package/lib/module/nexrad/nexradDiag.js +149 -0
  109. package/lib/module/nexrad/nexradDiag.js.map +1 -0
  110. package/lib/module/nexrad/nexradLutBuild.js.map +1 -0
  111. package/lib/module/nexrad/nexradMapboxFrameOpts.bundled.js.map +1 -0
  112. package/lib/module/nexrad/nexradNativeCommandIds.js +44 -0
  113. package/lib/module/nexrad/nexradNativeCommandIds.js.map +1 -0
  114. package/lib/module/nexrad/radarArchiveCore.bundled.js +6426 -0
  115. package/lib/module/nexrad/radarArchiveCore.bundled.js.map +1 -0
  116. package/lib/module/nexrad/radarDecode.worker.bundled.js +689 -0
  117. package/lib/module/nexrad/radarDecode.worker.bundled.js.map +1 -0
  118. package/lib/module/nexrad/radarFrameGpuMatch.bundled.js.map +1 -0
  119. package/lib/module/nws/NwsAlertsOverlay.android.js +2 -0
  120. package/lib/module/nws/NwsAlertsOverlay.android.js.map +1 -0
  121. package/lib/module/nws/NwsAlertsOverlay.ios.js +2 -0
  122. package/lib/module/nws/NwsAlertsOverlay.ios.js.map +1 -0
  123. package/lib/module/nws/NwsAlertsOverlay.js.map +1 -0
  124. package/lib/module/nws/NwsAlertsOverlay.native.js +432 -0
  125. package/lib/module/nws/NwsAlertsOverlay.native.js.map +1 -0
  126. package/lib/module/nws/eventSourceRnPolyfill.js.map +1 -0
  127. package/lib/module/nws/nwsAndroidConstants.js.map +1 -0
  128. package/lib/module/satellite/satelliteAndroidController.js +219 -0
  129. package/lib/module/satellite/satelliteAndroidController.js.map +1 -0
  130. package/lib/module/satelliteBridgeDiag.js +16 -0
  131. package/lib/module/satelliteBridgeDiag.js.map +1 -0
  132. package/lib/typescript/AguaceroContext.d.ts.map +1 -0
  133. package/lib/typescript/GridRenderLayer.d.ts.map +1 -0
  134. package/lib/typescript/GridRenderLayerNativeComponent.d.ts.map +1 -0
  135. package/lib/typescript/MapManager.d.ts +14 -0
  136. package/lib/typescript/MapManager.d.ts.map +1 -0
  137. package/lib/typescript/MapRegistry.d.ts.map +1 -0
  138. package/lib/typescript/NexradRadarLayer.android.d.ts.map +1 -0
  139. package/lib/typescript/NexradRadarLayer.ios.d.ts +3 -0
  140. package/lib/typescript/NexradRadarLayer.ios.d.ts.map +1 -0
  141. package/lib/typescript/NexradRadarLayerNativeComponent.d.ts.map +1 -0
  142. package/lib/typescript/NexradSitesMapLayer.d.ts.map +1 -0
  143. package/lib/typescript/SatelliteLayer.android.d.ts.map +1 -0
  144. package/lib/typescript/SatelliteLayer.ios.d.ts +3 -0
  145. package/lib/typescript/SatelliteLayer.ios.d.ts.map +1 -0
  146. package/lib/typescript/SatelliteLayerNativeComponent.d.ts.map +1 -0
  147. package/lib/typescript/StyleApplicator.d.ts.map +1 -0
  148. package/lib/typescript/WeatherLayerManager.d.ts.map +1 -0
  149. package/lib/typescript/dispatchViewManagerCommandCompat.d.ts +18 -0
  150. package/lib/typescript/dispatchViewManagerCommandCompat.d.ts.map +1 -0
  151. package/lib/typescript/index.d.ts +4 -4
  152. package/lib/typescript/index.d.ts.map +1 -1
  153. package/lib/typescript/nexrad/nexradAndroidController.d.ts +141 -0
  154. package/lib/typescript/nexrad/nexradAndroidController.d.ts.map +1 -0
  155. package/lib/typescript/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +1 -0
  156. package/lib/typescript/nexrad/nexradDiag.d.ts +103 -0
  157. package/lib/typescript/nexrad/nexradDiag.d.ts.map +1 -0
  158. package/lib/typescript/nexrad/nexradLutBuild.d.ts.map +1 -0
  159. package/lib/typescript/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +1 -0
  160. package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts +9 -0
  161. package/lib/typescript/nexrad/nexradNativeCommandIds.d.ts.map +1 -0
  162. package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts +8 -0
  163. package/lib/typescript/nexrad/radarArchiveCore.bundled.d.ts.map +1 -0
  164. package/lib/typescript/nexrad/radarDecode.worker.bundled.d.ts.map +1 -0
  165. package/lib/typescript/nexrad/radarFrameGpuMatch.bundled.d.ts.map +1 -0
  166. package/lib/typescript/nws/NwsAlertsOverlay.android.d.ts +2 -0
  167. package/lib/typescript/nws/NwsAlertsOverlay.android.d.ts.map +1 -0
  168. package/lib/typescript/nws/NwsAlertsOverlay.d.ts +3 -0
  169. package/lib/typescript/nws/NwsAlertsOverlay.d.ts.map +1 -0
  170. package/lib/typescript/nws/NwsAlertsOverlay.ios.d.ts +2 -0
  171. package/lib/typescript/nws/NwsAlertsOverlay.ios.d.ts.map +1 -0
  172. package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts +22 -0
  173. package/lib/typescript/nws/NwsAlertsOverlay.native.d.ts.map +1 -0
  174. package/lib/typescript/nws/eventSourceRnPolyfill.d.ts.map +1 -0
  175. package/lib/typescript/nws/nwsAndroidConstants.d.ts.map +1 -0
  176. package/lib/typescript/satellite/satelliteAndroidController.d.ts +58 -0
  177. package/lib/typescript/satellite/satelliteAndroidController.d.ts.map +1 -0
  178. package/lib/typescript/satelliteBridgeDiag.d.ts +6 -0
  179. package/lib/typescript/satelliteBridgeDiag.d.ts.map +1 -0
  180. package/package.json +3 -2
  181. package/src/MapManager.js +8 -2
  182. package/src/NexradRadarLayer.android.js +2 -6
  183. package/src/NexradRadarLayer.ios.js +106 -6
  184. package/src/SatelliteLayer.android.js +22 -28
  185. package/src/SatelliteLayer.ios.js +61 -7
  186. package/src/WeatherLayerManager.js +398 -57
  187. package/src/dispatchViewManagerCommandCompat.js +100 -0
  188. package/src/index.js +7 -0
  189. package/src/nexrad/nexradAndroidController.js +108 -116
  190. package/src/nexrad/nexradDiag.js +26 -2
  191. package/src/nexrad/nexradNativeCommandIds.js +44 -0
  192. package/src/nexrad/radarArchiveCore.bundled.js +7084 -7091
  193. package/src/nexrad/radarDecode.worker.bundled.js +2 -2
  194. package/src/nws/NwsAlertsOverlay.android.js +1 -474
  195. package/src/nws/NwsAlertsOverlay.ios.js +1 -7
  196. package/src/nws/NwsAlertsOverlay.native.js +463 -0
  197. package/src/satellite/satelliteAndroidController.js +73 -6
  198. package/src/satelliteBridgeDiag.js +15 -0
  199. package/lib/commonjs/README.md +0 -127
  200. package/lib/commonjs/aguacerowx-react-native.podspec +0 -39
  201. package/lib/commonjs/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +0 -10
  202. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -43
  203. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -22
  204. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.java +0 -33
  205. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.java +0 -18
  206. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.java +0 -33
  207. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.java +0 -18
  208. package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +0 -22
  209. package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +0 -24
  210. package/lib/commonjs/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -28
  211. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +0 -17
  212. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +0 -19
  213. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +0 -24
  214. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +0 -26
  215. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +0 -18
  216. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +0 -37
  217. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +0 -120
  218. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +0 -76
  219. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +0 -19
  220. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +0 -54
  221. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +0 -16
  222. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +0 -24
  223. package/lib/commonjs/android/build/generated/source/codegen/schema.json +0 -1
  224. package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -8
  225. package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
  226. package/lib/commonjs/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
  227. package/lib/commonjs/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
  228. package/lib/commonjs/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  229. package/lib/commonjs/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
  230. package/lib/commonjs/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  231. package/lib/commonjs/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  232. package/lib/commonjs/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -6
  233. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
  234. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
  235. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
  236. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_fragment.glsl.flat +0 -0
  237. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_vertex.glsl.flat +0 -0
  238. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
  239. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_aguacero_satellite_ktx.bat +0 -5
  240. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_targets.bat +0 -9
  241. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_model.json +0 -200
  242. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stacktrace_targets.txt +0 -146
  243. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_aguacero_satellite_ktx.txt +0 -0
  244. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_targets.txt +0 -0
  245. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_aguacero_satellite_ktx.txt +0 -2
  246. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_targets.txt +0 -93
  247. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_command.bat +0 -19
  248. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stderr.txt +0 -0
  249. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stdout.txt +0 -3
  250. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_121_timing.txt +0 -11
  251. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3694_timing.txt +0 -9
  252. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3949_timing.txt +0 -2
  253. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4184_timing.txt +0 -2
  254. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4437_timing.txt +0 -2
  255. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4636_timing.txt +0 -2
  256. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4886_timing.txt +0 -2
  257. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5126_timing.txt +0 -2
  258. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5363_timing.txt +0 -2
  259. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5601_timing.txt +0 -2
  260. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5815_timing.txt +0 -2
  261. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6043_timing.txt +0 -2
  262. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6291_timing.txt +0 -2
  263. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6502_timing.txt +0 -2
  264. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6729_timing.txt +0 -2
  265. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6939_timing.txt +0 -2
  266. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7166_timing.txt +0 -2
  267. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7384_timing.txt +0 -2
  268. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7598_timing.txt +0 -2
  269. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7818_timing.txt +0 -2
  270. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8032_timing.txt +0 -2
  271. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8251_timing.txt +0 -2
  272. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/metadata_generation_record.json +0 -41
  273. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_command_aguacero_satellite_ktx.bat +0 -5
  274. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_model.json +0 -200
  275. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stderr_aguacero_satellite_ktx.txt +0 -0
  276. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stdout_aguacero_satellite_ktx.txt +0 -2
  277. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_command.bat +0 -19
  278. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stderr.txt +0 -0
  279. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stdout.txt +0 -15
  280. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_121_timing.txt +0 -7
  281. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_3942_timing.txt +0 -2
  282. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4185_timing.txt +0 -2
  283. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4432_timing.txt +0 -2
  284. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4641_timing.txt +0 -2
  285. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4884_timing.txt +0 -2
  286. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5132_timing.txt +0 -2
  287. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5358_timing.txt +0 -2
  288. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5596_timing.txt +0 -2
  289. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5815_timing.txt +0 -2
  290. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6044_timing.txt +0 -2
  291. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6295_timing.txt +0 -2
  292. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6502_timing.txt +0 -2
  293. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6717_timing.txt +0 -2
  294. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6938_timing.txt +0 -2
  295. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7165_timing.txt +0 -2
  296. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7377_timing.txt +0 -2
  297. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7601_timing.txt +0 -2
  298. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7818_timing.txt +0 -2
  299. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8033_timing.txt +0 -2
  300. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8251_timing.txt +0 -2
  301. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/metadata_generation_record.json +0 -41
  302. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_command_aguacero_satellite_ktx.bat +0 -5
  303. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_model.json +0 -200
  304. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stderr_aguacero_satellite_ktx.txt +0 -0
  305. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stdout_aguacero_satellite_ktx.txt +0 -2
  306. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_command.bat +0 -19
  307. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stderr.txt +0 -0
  308. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stdout.txt +0 -15
  309. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_121_timing.txt +0 -7
  310. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_3941_timing.txt +0 -2
  311. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4192_timing.txt +0 -2
  312. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4431_timing.txt +0 -2
  313. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4636_timing.txt +0 -2
  314. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4878_timing.txt +0 -2
  315. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5124_timing.txt +0 -2
  316. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5357_timing.txt +0 -2
  317. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5597_timing.txt +0 -2
  318. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5813_timing.txt +0 -2
  319. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6044_timing.txt +0 -2
  320. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6300_timing.txt +0 -2
  321. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6502_timing.txt +0 -2
  322. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6717_timing.txt +0 -2
  323. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6947_timing.txt +0 -2
  324. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7165_timing.txt +0 -2
  325. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7370_timing.txt +0 -2
  326. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7604_timing.txt +0 -2
  327. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7815_timing.txt +0 -2
  328. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8035_timing.txt +0 -2
  329. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8243_timing.txt +0 -2
  330. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/metadata_generation_record.json +0 -41
  331. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_command_aguacero_satellite_ktx.bat +0 -5
  332. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_model.json +0 -200
  333. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stderr_aguacero_satellite_ktx.txt +0 -0
  334. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stdout_aguacero_satellite_ktx.txt +0 -2
  335. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_command.bat +0 -19
  336. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stderr.txt +0 -0
  337. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stdout.txt +0 -15
  338. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_121_timing.txt +0 -7
  339. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_3941_timing.txt +0 -2
  340. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4192_timing.txt +0 -2
  341. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4430_timing.txt +0 -2
  342. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4641_timing.txt +0 -2
  343. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4882_timing.txt +0 -2
  344. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5120_timing.txt +0 -2
  345. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5350_timing.txt +0 -2
  346. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5605_timing.txt +0 -2
  347. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5822_timing.txt +0 -2
  348. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6044_timing.txt +0 -2
  349. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6300_timing.txt +0 -2
  350. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6516_timing.txt +0 -2
  351. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6717_timing.txt +0 -2
  352. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6942_timing.txt +0 -2
  353. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7161_timing.txt +0 -2
  354. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7370_timing.txt +0 -2
  355. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7607_timing.txt +0 -2
  356. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7817_timing.txt +0 -2
  357. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8039_timing.txt +0 -2
  358. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8243_timing.txt +0 -2
  359. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/metadata_generation_record.json +0 -41
  360. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
  361. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libc++_shared.so +0 -0
  362. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
  363. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libc++_shared.so +0 -0
  364. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libaguacero_satellite_ktx.so +0 -0
  365. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libc++_shared.so +0 -0
  366. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libaguacero_satellite_ktx.so +0 -0
  367. package/lib/commonjs/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libc++_shared.so +0 -0
  368. package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -7
  369. package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  370. package/lib/commonjs/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  371. package/lib/commonjs/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
  372. package/lib/commonjs/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  373. package/lib/commonjs/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  374. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
  375. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  376. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
  377. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  378. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  379. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  380. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  381. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  382. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  383. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
  384. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
  385. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
  386. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
  387. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
  388. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
  389. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
  390. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
  391. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
  392. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
  393. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
  394. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
  395. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
  396. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
  397. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
  398. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
  399. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
  400. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
  401. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
  402. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
  403. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
  404. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
  405. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
  406. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
  407. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  408. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
  409. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  410. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  411. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  412. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
  413. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
  414. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
  415. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
  416. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
  417. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libc++_shared.so +0 -0
  418. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
  419. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libc++_shared.so +0 -0
  420. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libaguacero_satellite_ktx.so +0 -0
  421. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libc++_shared.so +0 -0
  422. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libaguacero_satellite_ktx.so +0 -0
  423. package/lib/commonjs/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libc++_shared.so +0 -0
  424. package/lib/commonjs/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -8
  425. package/lib/commonjs/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -8
  426. package/lib/commonjs/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-aguacerowx-react-native.jar +0 -0
  427. package/lib/commonjs/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -8
  428. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
  429. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libc++_shared.so +0 -0
  430. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
  431. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  432. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libaguacero_satellite_ktx.so +0 -0
  433. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libc++_shared.so +0 -0
  434. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libaguacero_satellite_ktx.so +0 -0
  435. package/lib/commonjs/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libc++_shared.so +0 -0
  436. package/lib/commonjs/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  437. package/lib/commonjs/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  438. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +0 -13
  439. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +0 -13
  440. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +0 -181
  441. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_fragment.glsl +0 -87
  442. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_vertex.glsl +0 -9
  443. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +0 -20
  444. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
  445. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  446. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
  447. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  448. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  449. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  450. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  451. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  452. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  453. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
  454. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
  455. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
  456. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
  457. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
  458. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
  459. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
  460. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
  461. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
  462. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
  463. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
  464. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
  465. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
  466. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
  467. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
  468. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
  469. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
  470. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
  471. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
  472. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
  473. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
  474. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
  475. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
  476. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
  477. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  478. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
  479. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  480. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  481. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  482. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
  483. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
  484. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
  485. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
  486. package/lib/commonjs/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  487. package/lib/commonjs/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -7
  488. package/lib/commonjs/android/build/outputs/aar/aguacerowx-react-native-debug.aar +0 -0
  489. package/lib/commonjs/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
  490. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AguaceroPackage.class.uniqueId3 +0 -0
  491. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/InspectorModule.class.uniqueId6 +0 -0
  492. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$1.class.uniqueId7 +0 -0
  493. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameRegisteredListener.class.uniqueId2 +0 -0
  494. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameSlot.class.uniqueId0 +0 -0
  495. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer.class.uniqueId1 +0 -0
  496. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayerView.class.uniqueId4 +0 -0
  497. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarManager.class.uniqueId5 +0 -0
  498. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  499. package/lib/commonjs/android/build.gradle +0 -124
  500. package/lib/commonjs/android/src/main/AndroidManifest.xml +0 -7
  501. package/lib/commonjs/android/src/main/cpp/CMakeLists.txt +0 -43
  502. package/lib/commonjs/android/src/main/cpp/satellite_ktx_jni.cpp +0 -165
  503. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroDebugLog.java +0 -12
  504. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +0 -48
  505. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroStyleLayerIds.java +0 -18
  506. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +0 -711
  507. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +0 -233
  508. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +0 -126
  509. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +0 -130
  510. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +0 -906
  511. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +0 -515
  512. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/NexradRadarManager.java +0 -113
  513. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/RadarFrameGpuMatch.java +0 -117
  514. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/RadarRayGeometryBuilder.java +0 -202
  515. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteColormap.java +0 -134
  516. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteKtxDecoder.java +0 -75
  517. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +0 -576
  518. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerManager.java +0 -79
  519. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +0 -355
  520. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/SatelliteMeshBuilder.java +0 -244
  521. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +0 -107
  522. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +0 -239
  523. package/lib/commonjs/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -0
  524. package/lib/commonjs/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -0
  525. package/lib/commonjs/android/src/main/res/raw/debug_fragment_shader.glsl +0 -13
  526. package/lib/commonjs/android/src/main/res/raw/debug_vertex_shader.glsl +0 -13
  527. package/lib/commonjs/android/src/main/res/raw/fragment_shader.glsl +0 -181
  528. package/lib/commonjs/android/src/main/res/raw/nexrad_fragment.glsl +0 -87
  529. package/lib/commonjs/android/src/main/res/raw/nexrad_vertex.glsl +0 -9
  530. package/lib/commonjs/android/src/main/res/raw/vertex_shader.glsl +0 -20
  531. package/lib/commonjs/babel.config.js +0 -7
  532. package/lib/commonjs/babel.config.js.map +0 -1
  533. package/lib/commonjs/ios/AguaceroPackage.m +0 -19
  534. package/lib/commonjs/ios/FragmentUniforms.swift +0 -16
  535. package/lib/commonjs/ios/GridRenderLayer.swift +0 -1159
  536. package/lib/commonjs/ios/GridRenderLayerBridge.swift +0 -45
  537. package/lib/commonjs/ios/GridRenderLayerManager.mm +0 -172
  538. package/lib/commonjs/ios/GridRenderLayerView.h +0 -31
  539. package/lib/commonjs/ios/GridRenderLayerView.m +0 -201
  540. package/lib/commonjs/ios/InspectorDataCache.swift +0 -64
  541. package/lib/commonjs/ios/InspectorModule.m +0 -10
  542. package/lib/commonjs/ios/InspectorModule.swift +0 -113
  543. package/lib/commonjs/ios/Shaders.metal +0 -320
  544. package/lib/commonjs/ios/WeatherFrameProcessorModule.m +0 -16
  545. package/lib/commonjs/ios/WeatherFrameProcessorModule.swift +0 -153
  546. package/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
  547. package/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  548. package/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
  549. package/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
  550. package/lib/commonjs/package.json +0 -73
  551. package/lib/commonjs/react-native-builder-bob.config.js +0 -13
  552. package/lib/commonjs/react-native-builder-bob.config.js.map +0 -1
  553. package/lib/commonjs/scripts/compile-shaders.js +0 -62
  554. package/lib/commonjs/scripts/compile-shaders.js.map +0 -1
  555. package/lib/commonjs/scripts/compile-shaders.sh +0 -39
  556. package/lib/commonjs/src/AguaceroContext.js.map +0 -1
  557. package/lib/commonjs/src/GridRenderLayer.js.map +0 -1
  558. package/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +0 -1
  559. package/lib/commonjs/src/MapManager.js +0 -271
  560. package/lib/commonjs/src/MapManager.js.map +0 -1
  561. package/lib/commonjs/src/MapRegistry.js.map +0 -1
  562. package/lib/commonjs/src/NexradRadarLayer.android.js +0 -130
  563. package/lib/commonjs/src/NexradRadarLayer.android.js.map +0 -1
  564. package/lib/commonjs/src/NexradRadarLayer.ios.js +0 -20
  565. package/lib/commonjs/src/NexradRadarLayer.ios.js.map +0 -1
  566. package/lib/commonjs/src/NexradRadarLayerNativeComponent.js.map +0 -1
  567. package/lib/commonjs/src/NexradSitesMapLayer.js.map +0 -1
  568. package/lib/commonjs/src/SatelliteLayer.android.js +0 -68
  569. package/lib/commonjs/src/SatelliteLayer.android.js.map +0 -1
  570. package/lib/commonjs/src/SatelliteLayer.ios.js +0 -21
  571. package/lib/commonjs/src/SatelliteLayer.ios.js.map +0 -1
  572. package/lib/commonjs/src/SatelliteLayerNativeComponent.js.map +0 -1
  573. package/lib/commonjs/src/StyleApplicator.js.map +0 -1
  574. package/lib/commonjs/src/WeatherLayerManager.js +0 -1444
  575. package/lib/commonjs/src/WeatherLayerManager.js.map +0 -1
  576. package/lib/commonjs/src/nexrad/nexradAndroidController.js +0 -1060
  577. package/lib/commonjs/src/nexrad/nexradAndroidController.js.map +0 -1
  578. package/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
  579. package/lib/commonjs/src/nexrad/nexradDiag.js +0 -140
  580. package/lib/commonjs/src/nexrad/nexradDiag.js.map +0 -1
  581. package/lib/commonjs/src/nexrad/nexradLutBuild.js.map +0 -1
  582. package/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
  583. package/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js +0 -6446
  584. package/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
  585. package/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js +0 -691
  586. package/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
  587. package/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
  588. package/lib/commonjs/src/nws/NwsAlertsOverlay.android.js +0 -452
  589. package/lib/commonjs/src/nws/NwsAlertsOverlay.android.js.map +0 -1
  590. package/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js +0 -14
  591. package/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
  592. package/lib/commonjs/src/nws/NwsAlertsOverlay.js.map +0 -1
  593. package/lib/commonjs/src/nws/eventSourceRnPolyfill.js.map +0 -1
  594. package/lib/commonjs/src/nws/nwsAndroidConstants.js.map +0 -1
  595. package/lib/commonjs/src/satellite/satelliteAndroidController.js +0 -167
  596. package/lib/commonjs/src/satellite/satelliteAndroidController.js.map +0 -1
  597. package/lib/commonjs/tsconfig.json +0 -24
  598. package/lib/module/README.md +0 -127
  599. package/lib/module/aguacerowx-react-native.podspec +0 -39
  600. package/lib/module/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +0 -10
  601. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -43
  602. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -22
  603. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.java +0 -33
  604. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.java +0 -18
  605. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.java +0 -33
  606. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.java +0 -18
  607. package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +0 -22
  608. package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +0 -24
  609. package/lib/module/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -28
  610. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +0 -17
  611. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +0 -19
  612. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +0 -24
  613. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +0 -26
  614. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +0 -18
  615. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +0 -37
  616. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +0 -120
  617. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +0 -76
  618. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +0 -19
  619. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +0 -54
  620. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +0 -16
  621. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +0 -24
  622. package/lib/module/android/build/generated/source/codegen/schema.json +0 -1
  623. package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -8
  624. package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
  625. package/lib/module/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
  626. package/lib/module/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
  627. package/lib/module/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  628. package/lib/module/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
  629. package/lib/module/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  630. package/lib/module/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  631. package/lib/module/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -6
  632. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
  633. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
  634. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
  635. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_fragment.glsl.flat +0 -0
  636. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_nexrad_vertex.glsl.flat +0 -0
  637. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
  638. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_aguacero_satellite_ktx.bat +0 -5
  639. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_command_targets.bat +0 -9
  640. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_model.json +0 -200
  641. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stacktrace_targets.txt +0 -146
  642. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_aguacero_satellite_ktx.txt +0 -0
  643. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stderr_targets.txt +0 -0
  644. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_aguacero_satellite_ktx.txt +0 -2
  645. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/build_stdout_targets.txt +0 -93
  646. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_command.bat +0 -19
  647. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stderr.txt +0 -0
  648. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/configure_stdout.txt +0 -3
  649. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_121_timing.txt +0 -11
  650. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3694_timing.txt +0 -9
  651. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_3949_timing.txt +0 -2
  652. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4184_timing.txt +0 -2
  653. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4437_timing.txt +0 -2
  654. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4636_timing.txt +0 -2
  655. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_4886_timing.txt +0 -2
  656. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5126_timing.txt +0 -2
  657. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5363_timing.txt +0 -2
  658. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5601_timing.txt +0 -2
  659. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_5815_timing.txt +0 -2
  660. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6043_timing.txt +0 -2
  661. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6291_timing.txt +0 -2
  662. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6502_timing.txt +0 -2
  663. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6729_timing.txt +0 -2
  664. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_6939_timing.txt +0 -2
  665. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7166_timing.txt +0 -2
  666. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7384_timing.txt +0 -2
  667. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7598_timing.txt +0 -2
  668. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_7818_timing.txt +0 -2
  669. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8032_timing.txt +0 -2
  670. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/generate_cxx_metadata_8251_timing.txt +0 -2
  671. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/arm64-v8a/metadata_generation_record.json +0 -41
  672. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_command_aguacero_satellite_ktx.bat +0 -5
  673. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_model.json +0 -200
  674. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stderr_aguacero_satellite_ktx.txt +0 -0
  675. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/build_stdout_aguacero_satellite_ktx.txt +0 -2
  676. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_command.bat +0 -19
  677. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stderr.txt +0 -0
  678. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/configure_stdout.txt +0 -15
  679. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_121_timing.txt +0 -7
  680. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_3942_timing.txt +0 -2
  681. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4185_timing.txt +0 -2
  682. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4432_timing.txt +0 -2
  683. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4641_timing.txt +0 -2
  684. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_4884_timing.txt +0 -2
  685. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5132_timing.txt +0 -2
  686. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5358_timing.txt +0 -2
  687. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5596_timing.txt +0 -2
  688. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_5815_timing.txt +0 -2
  689. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6044_timing.txt +0 -2
  690. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6295_timing.txt +0 -2
  691. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6502_timing.txt +0 -2
  692. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6717_timing.txt +0 -2
  693. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_6938_timing.txt +0 -2
  694. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7165_timing.txt +0 -2
  695. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7377_timing.txt +0 -2
  696. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7601_timing.txt +0 -2
  697. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_7818_timing.txt +0 -2
  698. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8033_timing.txt +0 -2
  699. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/generate_cxx_metadata_8251_timing.txt +0 -2
  700. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/armeabi-v7a/metadata_generation_record.json +0 -41
  701. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_command_aguacero_satellite_ktx.bat +0 -5
  702. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_model.json +0 -200
  703. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stderr_aguacero_satellite_ktx.txt +0 -0
  704. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/build_stdout_aguacero_satellite_ktx.txt +0 -2
  705. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_command.bat +0 -19
  706. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stderr.txt +0 -0
  707. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/configure_stdout.txt +0 -15
  708. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_121_timing.txt +0 -7
  709. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_3941_timing.txt +0 -2
  710. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4192_timing.txt +0 -2
  711. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4431_timing.txt +0 -2
  712. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4636_timing.txt +0 -2
  713. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_4878_timing.txt +0 -2
  714. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5124_timing.txt +0 -2
  715. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5357_timing.txt +0 -2
  716. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5597_timing.txt +0 -2
  717. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_5813_timing.txt +0 -2
  718. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6044_timing.txt +0 -2
  719. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6300_timing.txt +0 -2
  720. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6502_timing.txt +0 -2
  721. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6717_timing.txt +0 -2
  722. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_6947_timing.txt +0 -2
  723. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7165_timing.txt +0 -2
  724. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7370_timing.txt +0 -2
  725. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7604_timing.txt +0 -2
  726. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_7815_timing.txt +0 -2
  727. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8035_timing.txt +0 -2
  728. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/generate_cxx_metadata_8243_timing.txt +0 -2
  729. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86/metadata_generation_record.json +0 -41
  730. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_command_aguacero_satellite_ktx.bat +0 -5
  731. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_model.json +0 -200
  732. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stderr_aguacero_satellite_ktx.txt +0 -0
  733. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/build_stdout_aguacero_satellite_ktx.txt +0 -2
  734. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_command.bat +0 -19
  735. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stderr.txt +0 -0
  736. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/configure_stdout.txt +0 -15
  737. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_121_timing.txt +0 -7
  738. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_3941_timing.txt +0 -2
  739. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4192_timing.txt +0 -2
  740. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4430_timing.txt +0 -2
  741. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4641_timing.txt +0 -2
  742. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_4882_timing.txt +0 -2
  743. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5120_timing.txt +0 -2
  744. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5350_timing.txt +0 -2
  745. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5605_timing.txt +0 -2
  746. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_5822_timing.txt +0 -2
  747. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6044_timing.txt +0 -2
  748. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6300_timing.txt +0 -2
  749. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6516_timing.txt +0 -2
  750. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6717_timing.txt +0 -2
  751. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_6942_timing.txt +0 -2
  752. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7161_timing.txt +0 -2
  753. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7370_timing.txt +0 -2
  754. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7607_timing.txt +0 -2
  755. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_7817_timing.txt +0 -2
  756. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8039_timing.txt +0 -2
  757. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/generate_cxx_metadata_8243_timing.txt +0 -2
  758. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/logs/x86_64/metadata_generation_record.json +0 -41
  759. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
  760. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/arm64-v8a/libc++_shared.so +0 -0
  761. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
  762. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/armeabi-v7a/libc++_shared.so +0 -0
  763. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libaguacero_satellite_ktx.so +0 -0
  764. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86/libc++_shared.so +0 -0
  765. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libaguacero_satellite_ktx.so +0 -0
  766. package/lib/module/android/build/intermediates/cxx/Debug/4j656ei4/obj/x86_64/libc++_shared.so +0 -0
  767. package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -7
  768. package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  769. package/lib/module/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  770. package/lib/module/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
  771. package/lib/module/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  772. package/lib/module/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  773. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
  774. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  775. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
  776. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  777. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  778. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  779. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  780. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  781. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  782. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
  783. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
  784. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
  785. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
  786. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
  787. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
  788. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
  789. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
  790. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
  791. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
  792. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
  793. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
  794. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
  795. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
  796. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
  797. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
  798. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
  799. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
  800. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
  801. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
  802. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
  803. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
  804. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
  805. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
  806. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  807. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
  808. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  809. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  810. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  811. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
  812. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
  813. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
  814. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
  815. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
  816. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libc++_shared.so +0 -0
  817. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
  818. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libc++_shared.so +0 -0
  819. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libaguacero_satellite_ktx.so +0 -0
  820. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libc++_shared.so +0 -0
  821. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libaguacero_satellite_ktx.so +0 -0
  822. package/lib/module/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libc++_shared.so +0 -0
  823. package/lib/module/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -8
  824. package/lib/module/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -8
  825. package/lib/module/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-aguacerowx-react-native.jar +0 -0
  826. package/lib/module/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -8
  827. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libaguacero_satellite_ktx.so +0 -0
  828. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libc++_shared.so +0 -0
  829. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libaguacero_satellite_ktx.so +0 -0
  830. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libc++_shared.so +0 -0
  831. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libaguacero_satellite_ktx.so +0 -0
  832. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libc++_shared.so +0 -0
  833. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libaguacero_satellite_ktx.so +0 -0
  834. package/lib/module/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libc++_shared.so +0 -0
  835. package/lib/module/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  836. package/lib/module/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  837. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +0 -13
  838. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +0 -13
  839. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +0 -181
  840. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_fragment.glsl +0 -87
  841. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/nexrad_vertex.glsl +0 -9
  842. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +0 -20
  843. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroDebugLog.class +0 -0
  844. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  845. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroStyleLayerIds.class +0 -0
  846. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  847. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  848. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  849. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  850. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  851. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  852. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$1.class +0 -0
  853. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameRegisteredListener.class +0 -0
  854. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer$GpuFrameSlot.class +0 -0
  855. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayer.class +0 -0
  856. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarLayerView.class +0 -0
  857. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/NexradRadarManager.class +0 -0
  858. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$1.class +0 -0
  859. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch$Result.class +0 -0
  860. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarFrameGpuMatch.class +0 -0
  861. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Merc.class +0 -0
  862. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder$Result.class +0 -0
  863. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/RadarRayGeometryBuilder.class +0 -0
  864. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteColormap.class +0 -0
  865. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder$Parsed.class +0 -0
  866. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteKtxDecoder.class +0 -0
  867. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$GpuSlot.class +0 -0
  868. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer$PendingGpuUpload.class +0 -0
  869. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayer.class +0 -0
  870. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerManager.class +0 -0
  871. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView$FrameClass.class +0 -0
  872. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteLayerView.class +0 -0
  873. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$CustomProj.class +0 -0
  874. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder$MeshResult.class +0 -0
  875. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/SatelliteMeshBuilder.class +0 -0
  876. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  877. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule$1.class +0 -0
  878. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  879. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  880. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  881. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerDelegate.class +0 -0
  882. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/NexradRadarLayerManagerInterface.class +0 -0
  883. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerDelegate.class +0 -0
  884. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/SatelliteLayerManagerInterface.class +0 -0
  885. package/lib/module/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  886. package/lib/module/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -7
  887. package/lib/module/android/build/outputs/aar/aguacerowx-react-native-debug.aar +0 -0
  888. package/lib/module/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
  889. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AguaceroPackage.class.uniqueId3 +0 -0
  890. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/InspectorModule.class.uniqueId6 +0 -0
  891. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$1.class.uniqueId7 +0 -0
  892. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameRegisteredListener.class.uniqueId2 +0 -0
  893. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer$GpuFrameSlot.class.uniqueId0 +0 -0
  894. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayer.class.uniqueId1 +0 -0
  895. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarLayerView.class.uniqueId4 +0 -0
  896. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/NexradRadarManager.class.uniqueId5 +0 -0
  897. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  898. package/lib/module/android/build.gradle +0 -124
  899. package/lib/module/android/src/main/AndroidManifest.xml +0 -7
  900. package/lib/module/android/src/main/cpp/CMakeLists.txt +0 -43
  901. package/lib/module/android/src/main/cpp/satellite_ktx_jni.cpp +0 -165
  902. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroDebugLog.java +0 -12
  903. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +0 -48
  904. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroStyleLayerIds.java +0 -18
  905. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +0 -711
  906. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +0 -233
  907. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +0 -126
  908. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +0 -130
  909. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayer.java +0 -906
  910. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarLayerView.java +0 -515
  911. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/NexradRadarManager.java +0 -113
  912. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/RadarFrameGpuMatch.java +0 -117
  913. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/RadarRayGeometryBuilder.java +0 -202
  914. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteColormap.java +0 -134
  915. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteKtxDecoder.java +0 -75
  916. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayer.java +0 -576
  917. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerManager.java +0 -79
  918. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteLayerView.java +0 -355
  919. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/SatelliteMeshBuilder.java +0 -244
  920. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +0 -107
  921. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +0 -239
  922. package/lib/module/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +0 -0
  923. package/lib/module/android/src/main/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +0 -0
  924. package/lib/module/android/src/main/res/raw/debug_fragment_shader.glsl +0 -13
  925. package/lib/module/android/src/main/res/raw/debug_vertex_shader.glsl +0 -13
  926. package/lib/module/android/src/main/res/raw/fragment_shader.glsl +0 -181
  927. package/lib/module/android/src/main/res/raw/nexrad_fragment.glsl +0 -87
  928. package/lib/module/android/src/main/res/raw/nexrad_vertex.glsl +0 -9
  929. package/lib/module/android/src/main/res/raw/vertex_shader.glsl +0 -20
  930. package/lib/module/babel.config.js +0 -5
  931. package/lib/module/babel.config.js.map +0 -1
  932. package/lib/module/ios/AguaceroPackage.m +0 -19
  933. package/lib/module/ios/FragmentUniforms.swift +0 -16
  934. package/lib/module/ios/GridRenderLayer.swift +0 -1159
  935. package/lib/module/ios/GridRenderLayerBridge.swift +0 -45
  936. package/lib/module/ios/GridRenderLayerManager.mm +0 -172
  937. package/lib/module/ios/GridRenderLayerView.h +0 -31
  938. package/lib/module/ios/GridRenderLayerView.m +0 -201
  939. package/lib/module/ios/InspectorDataCache.swift +0 -64
  940. package/lib/module/ios/InspectorModule.m +0 -10
  941. package/lib/module/ios/InspectorModule.swift +0 -113
  942. package/lib/module/ios/Shaders.metal +0 -320
  943. package/lib/module/ios/WeatherFrameProcessorModule.m +0 -16
  944. package/lib/module/ios/WeatherFrameProcessorModule.swift +0 -153
  945. package/lib/module/ios/compiled-shaders/Shaders-device.metallib +0 -0
  946. package/lib/module/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  947. package/lib/module/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
  948. package/lib/module/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
  949. package/lib/module/lib/commonjs/README.md +0 -127
  950. package/lib/module/lib/commonjs/aguacerowx-react-native.podspec +0 -39
  951. package/lib/module/lib/commonjs/android/build.gradle +0 -124
  952. package/lib/module/lib/commonjs/android/src/main/AndroidManifest.xml +0 -7
  953. package/lib/module/lib/commonjs/babel.config.js +0 -7
  954. package/lib/module/lib/commonjs/babel.config.js.map +0 -1
  955. package/lib/module/lib/commonjs/index.js +0 -45
  956. package/lib/module/lib/commonjs/index.js.map +0 -1
  957. package/lib/module/lib/commonjs/ios/AguaceroPackage.m +0 -19
  958. package/lib/module/lib/commonjs/ios/FragmentUniforms.swift +0 -16
  959. package/lib/module/lib/commonjs/ios/GridRenderLayer.swift +0 -1159
  960. package/lib/module/lib/commonjs/ios/GridRenderLayerBridge.swift +0 -45
  961. package/lib/module/lib/commonjs/ios/GridRenderLayerManager.mm +0 -172
  962. package/lib/module/lib/commonjs/ios/GridRenderLayerView.h +0 -31
  963. package/lib/module/lib/commonjs/ios/GridRenderLayerView.m +0 -201
  964. package/lib/module/lib/commonjs/ios/InspectorDataCache.swift +0 -64
  965. package/lib/module/lib/commonjs/ios/InspectorModule.m +0 -10
  966. package/lib/module/lib/commonjs/ios/InspectorModule.swift +0 -113
  967. package/lib/module/lib/commonjs/ios/Shaders.metal +0 -320
  968. package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.m +0 -16
  969. package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.swift +0 -153
  970. package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
  971. package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  972. package/lib/module/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec-generated.mm +0 -0
  973. package/lib/module/lib/commonjs/ios/generated/AguaceroWxReactNativeSpec.h +0 -0
  974. package/lib/module/lib/commonjs/package.json +0 -73
  975. package/lib/module/lib/commonjs/react-native-builder-bob.config.js +0 -13
  976. package/lib/module/lib/commonjs/react-native-builder-bob.config.js.map +0 -1
  977. package/lib/module/lib/commonjs/scripts/compile-shaders.js +0 -62
  978. package/lib/module/lib/commonjs/scripts/compile-shaders.js.map +0 -1
  979. package/lib/module/lib/commonjs/scripts/compile-shaders.sh +0 -39
  980. package/lib/module/lib/commonjs/src/AguaceroContext.js +0 -18
  981. package/lib/module/lib/commonjs/src/AguaceroContext.js.map +0 -1
  982. package/lib/module/lib/commonjs/src/GridRenderLayer.js +0 -132
  983. package/lib/module/lib/commonjs/src/GridRenderLayer.js.map +0 -1
  984. package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js +0 -15
  985. package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +0 -1
  986. package/lib/module/lib/commonjs/src/MapManager.js +0 -294
  987. package/lib/module/lib/commonjs/src/MapManager.js.map +0 -1
  988. package/lib/module/lib/commonjs/src/MapRegistry.js +0 -55
  989. package/lib/module/lib/commonjs/src/MapRegistry.js.map +0 -1
  990. package/lib/module/lib/commonjs/src/NexradRadarLayer.android.js +0 -153
  991. package/lib/module/lib/commonjs/src/NexradRadarLayer.android.js.map +0 -1
  992. package/lib/module/lib/commonjs/src/NexradRadarLayer.ios.js +0 -39
  993. package/lib/module/lib/commonjs/src/NexradRadarLayer.ios.js.map +0 -1
  994. package/lib/module/lib/commonjs/src/NexradRadarLayerNativeComponent.js +0 -14
  995. package/lib/module/lib/commonjs/src/NexradRadarLayerNativeComponent.js.map +0 -1
  996. package/lib/module/lib/commonjs/src/NexradSitesMapLayer.js +0 -98
  997. package/lib/module/lib/commonjs/src/NexradSitesMapLayer.js.map +0 -1
  998. package/lib/module/lib/commonjs/src/SatelliteLayer.android.js +0 -91
  999. package/lib/module/lib/commonjs/src/SatelliteLayer.android.js.map +0 -1
  1000. package/lib/module/lib/commonjs/src/SatelliteLayer.ios.js +0 -40
  1001. package/lib/module/lib/commonjs/src/SatelliteLayer.ios.js.map +0 -1
  1002. package/lib/module/lib/commonjs/src/SatelliteLayerNativeComponent.js +0 -14
  1003. package/lib/module/lib/commonjs/src/SatelliteLayerNativeComponent.js.map +0 -1
  1004. package/lib/module/lib/commonjs/src/StyleApplicator.js +0 -286
  1005. package/lib/module/lib/commonjs/src/StyleApplicator.js.map +0 -1
  1006. package/lib/module/lib/commonjs/src/WeatherLayerManager.js +0 -1467
  1007. package/lib/module/lib/commonjs/src/WeatherLayerManager.js.map +0 -1
  1008. package/lib/module/lib/commonjs/src/nexrad/nexradAndroidController.js +0 -1060
  1009. package/lib/module/lib/commonjs/src/nexrad/nexradAndroidController.js.map +0 -1
  1010. package/lib/module/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js +0 -98
  1011. package/lib/module/lib/commonjs/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
  1012. package/lib/module/lib/commonjs/src/nexrad/nexradDiag.js +0 -140
  1013. package/lib/module/lib/commonjs/src/nexrad/nexradDiag.js.map +0 -1
  1014. package/lib/module/lib/commonjs/src/nexrad/nexradLutBuild.js +0 -132
  1015. package/lib/module/lib/commonjs/src/nexrad/nexradLutBuild.js.map +0 -1
  1016. package/lib/module/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js +0 -193
  1017. package/lib/module/lib/commonjs/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
  1018. package/lib/module/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js +0 -6446
  1019. package/lib/module/lib/commonjs/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
  1020. package/lib/module/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js +0 -691
  1021. package/lib/module/lib/commonjs/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
  1022. package/lib/module/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js +0 -85
  1023. package/lib/module/lib/commonjs/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
  1024. package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.android.js +0 -475
  1025. package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.android.js.map +0 -1
  1026. package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js +0 -14
  1027. package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
  1028. package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.js +0 -13
  1029. package/lib/module/lib/commonjs/src/nws/NwsAlertsOverlay.js.map +0 -1
  1030. package/lib/module/lib/commonjs/src/nws/eventSourceRnPolyfill.js +0 -184
  1031. package/lib/module/lib/commonjs/src/nws/eventSourceRnPolyfill.js.map +0 -1
  1032. package/lib/module/lib/commonjs/src/nws/nwsAndroidConstants.js +0 -15
  1033. package/lib/module/lib/commonjs/src/nws/nwsAndroidConstants.js.map +0 -1
  1034. package/lib/module/lib/commonjs/src/satellite/satelliteAndroidController.js +0 -167
  1035. package/lib/module/lib/commonjs/src/satellite/satelliteAndroidController.js.map +0 -1
  1036. package/lib/module/lib/commonjs/tsconfig.json +0 -24
  1037. package/lib/module/package.json +0 -73
  1038. package/lib/module/react-native-builder-bob.config.js +0 -11
  1039. package/lib/module/react-native-builder-bob.config.js.map +0 -1
  1040. package/lib/module/scripts/compile-shaders.js +0 -60
  1041. package/lib/module/scripts/compile-shaders.js.map +0 -1
  1042. package/lib/module/scripts/compile-shaders.sh +0 -39
  1043. package/lib/module/src/AguaceroContext.js.map +0 -1
  1044. package/lib/module/src/GridRenderLayer.js.map +0 -1
  1045. package/lib/module/src/GridRenderLayerNativeComponent.js.map +0 -1
  1046. package/lib/module/src/MapManager.js +0 -263
  1047. package/lib/module/src/MapManager.js.map +0 -1
  1048. package/lib/module/src/MapRegistry.js.map +0 -1
  1049. package/lib/module/src/NexradRadarLayer.android.js +0 -122
  1050. package/lib/module/src/NexradRadarLayer.android.js.map +0 -1
  1051. package/lib/module/src/NexradRadarLayer.ios.js +0 -14
  1052. package/lib/module/src/NexradRadarLayer.ios.js.map +0 -1
  1053. package/lib/module/src/NexradRadarLayerNativeComponent.js.map +0 -1
  1054. package/lib/module/src/NexradSitesMapLayer.js.map +0 -1
  1055. package/lib/module/src/SatelliteLayer.android.js +0 -60
  1056. package/lib/module/src/SatelliteLayer.android.js.map +0 -1
  1057. package/lib/module/src/SatelliteLayer.ios.js +0 -15
  1058. package/lib/module/src/SatelliteLayer.ios.js.map +0 -1
  1059. package/lib/module/src/SatelliteLayerNativeComponent.js.map +0 -1
  1060. package/lib/module/src/StyleApplicator.js.map +0 -1
  1061. package/lib/module/src/WeatherLayerManager.js +0 -1437
  1062. package/lib/module/src/WeatherLayerManager.js.map +0 -1
  1063. package/lib/module/src/nexrad/nexradAndroidController.js +0 -1052
  1064. package/lib/module/src/nexrad/nexradAndroidController.js.map +0 -1
  1065. package/lib/module/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.js.map +0 -1
  1066. package/lib/module/src/nexrad/nexradDiag.js +0 -130
  1067. package/lib/module/src/nexrad/nexradDiag.js.map +0 -1
  1068. package/lib/module/src/nexrad/nexradLutBuild.js.map +0 -1
  1069. package/lib/module/src/nexrad/nexradMapboxFrameOpts.bundled.js.map +0 -1
  1070. package/lib/module/src/nexrad/nexradSitesUs.json +0 -1700
  1071. package/lib/module/src/nexrad/radarArchiveCore.bundled.js +0 -6434
  1072. package/lib/module/src/nexrad/radarArchiveCore.bundled.js.map +0 -1
  1073. package/lib/module/src/nexrad/radarDecode.worker.bundled.js +0 -689
  1074. package/lib/module/src/nexrad/radarDecode.worker.bundled.js.map +0 -1
  1075. package/lib/module/src/nexrad/radarFrameGpuMatch.bundled.js.map +0 -1
  1076. package/lib/module/src/nws/NwsAlertsOverlay.android.js +0 -442
  1077. package/lib/module/src/nws/NwsAlertsOverlay.android.js.map +0 -1
  1078. package/lib/module/src/nws/NwsAlertsOverlay.ios.js +0 -8
  1079. package/lib/module/src/nws/NwsAlertsOverlay.ios.js.map +0 -1
  1080. package/lib/module/src/nws/NwsAlertsOverlay.js.map +0 -1
  1081. package/lib/module/src/nws/eventSourceRnPolyfill.js.map +0 -1
  1082. package/lib/module/src/nws/nwsAndroidConstants.js.map +0 -1
  1083. package/lib/module/src/satellite/satelliteAndroidController.js +0 -158
  1084. package/lib/module/src/satellite/satelliteAndroidController.js.map +0 -1
  1085. package/lib/module/tsconfig.json +0 -24
  1086. package/lib/typescript/babel.config.d.ts +0 -3
  1087. package/lib/typescript/babel.config.d.ts.map +0 -1
  1088. package/lib/typescript/react-native-builder-bob.config.d.ts +0 -6
  1089. package/lib/typescript/react-native-builder-bob.config.d.ts.map +0 -1
  1090. package/lib/typescript/scripts/compile-shaders.d.ts +0 -3
  1091. package/lib/typescript/scripts/compile-shaders.d.ts.map +0 -1
  1092. package/lib/typescript/src/AguaceroContext.d.ts.map +0 -1
  1093. package/lib/typescript/src/GridRenderLayer.d.ts.map +0 -1
  1094. package/lib/typescript/src/GridRenderLayerNativeComponent.d.ts.map +0 -1
  1095. package/lib/typescript/src/MapManager.d.ts +0 -13
  1096. package/lib/typescript/src/MapManager.d.ts.map +0 -1
  1097. package/lib/typescript/src/MapRegistry.d.ts.map +0 -1
  1098. package/lib/typescript/src/NexradRadarLayer.android.d.ts.map +0 -1
  1099. package/lib/typescript/src/NexradRadarLayer.ios.d.ts +0 -4
  1100. package/lib/typescript/src/NexradRadarLayer.ios.d.ts.map +0 -1
  1101. package/lib/typescript/src/NexradRadarLayerNativeComponent.d.ts.map +0 -1
  1102. package/lib/typescript/src/NexradSitesMapLayer.d.ts.map +0 -1
  1103. package/lib/typescript/src/SatelliteLayer.android.d.ts.map +0 -1
  1104. package/lib/typescript/src/SatelliteLayer.ios.d.ts +0 -4
  1105. package/lib/typescript/src/SatelliteLayer.ios.d.ts.map +0 -1
  1106. package/lib/typescript/src/SatelliteLayerNativeComponent.d.ts.map +0 -1
  1107. package/lib/typescript/src/StyleApplicator.d.ts.map +0 -1
  1108. package/lib/typescript/src/WeatherLayerManager.d.ts.map +0 -1
  1109. package/lib/typescript/src/nexrad/nexradAndroidController.d.ts +0 -135
  1110. package/lib/typescript/src/nexrad/nexradAndroidController.d.ts.map +0 -1
  1111. package/lib/typescript/src/nexrad/nexradCrossSectionSampleAtLatLon.bundled.d.ts.map +0 -1
  1112. package/lib/typescript/src/nexrad/nexradDiag.d.ts +0 -95
  1113. package/lib/typescript/src/nexrad/nexradDiag.d.ts.map +0 -1
  1114. package/lib/typescript/src/nexrad/nexradLutBuild.d.ts.map +0 -1
  1115. package/lib/typescript/src/nexrad/nexradMapboxFrameOpts.bundled.d.ts.map +0 -1
  1116. package/lib/typescript/src/nexrad/radarArchiveCore.bundled.d.ts +0 -7
  1117. package/lib/typescript/src/nexrad/radarArchiveCore.bundled.d.ts.map +0 -1
  1118. package/lib/typescript/src/nexrad/radarDecode.worker.bundled.d.ts.map +0 -1
  1119. package/lib/typescript/src/nexrad/radarFrameGpuMatch.bundled.d.ts.map +0 -1
  1120. package/lib/typescript/src/nws/NwsAlertsOverlay.android.d.ts +0 -22
  1121. package/lib/typescript/src/nws/NwsAlertsOverlay.android.d.ts.map +0 -1
  1122. package/lib/typescript/src/nws/NwsAlertsOverlay.d.ts +0 -3
  1123. package/lib/typescript/src/nws/NwsAlertsOverlay.d.ts.map +0 -1
  1124. package/lib/typescript/src/nws/NwsAlertsOverlay.ios.d.ts +0 -6
  1125. package/lib/typescript/src/nws/NwsAlertsOverlay.ios.d.ts.map +0 -1
  1126. package/lib/typescript/src/nws/eventSourceRnPolyfill.d.ts.map +0 -1
  1127. package/lib/typescript/src/nws/nwsAndroidConstants.d.ts.map +0 -1
  1128. package/lib/typescript/src/satellite/satelliteAndroidController.d.ts +0 -56
  1129. package/lib/typescript/src/satellite/satelliteAndroidController.d.ts.map +0 -1
  1130. /package/lib/commonjs/{src/AguaceroContext.js → AguaceroContext.js} +0 -0
  1131. /package/lib/commonjs/{src/GridRenderLayer.js → GridRenderLayer.js} +0 -0
  1132. /package/lib/commonjs/{src/GridRenderLayerNativeComponent.js → GridRenderLayerNativeComponent.js} +0 -0
  1133. /package/lib/commonjs/{src/MapRegistry.js → MapRegistry.js} +0 -0
  1134. /package/lib/commonjs/{src/NexradRadarLayerNativeComponent.js → NexradRadarLayerNativeComponent.js} +0 -0
  1135. /package/lib/commonjs/{src/NexradSitesMapLayer.js → NexradSitesMapLayer.js} +0 -0
  1136. /package/lib/commonjs/{src/SatelliteLayerNativeComponent.js → SatelliteLayerNativeComponent.js} +0 -0
  1137. /package/lib/commonjs/{src/StyleApplicator.js → StyleApplicator.js} +0 -0
  1138. /package/lib/commonjs/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.js +0 -0
  1139. /package/lib/commonjs/{src/nexrad → nexrad}/nexradLutBuild.js +0 -0
  1140. /package/lib/commonjs/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.js +0 -0
  1141. /package/lib/commonjs/{src/nexrad → nexrad}/nexradSitesUs.json +0 -0
  1142. /package/lib/commonjs/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.js +0 -0
  1143. /package/lib/commonjs/{src/nws → nws}/NwsAlertsOverlay.js +0 -0
  1144. /package/lib/commonjs/{src/nws → nws}/eventSourceRnPolyfill.js +0 -0
  1145. /package/lib/commonjs/{src/nws → nws}/nwsAndroidConstants.js +0 -0
  1146. /package/lib/module/{src/AguaceroContext.js → AguaceroContext.js} +0 -0
  1147. /package/lib/module/{src/GridRenderLayer.js → GridRenderLayer.js} +0 -0
  1148. /package/lib/module/{src/GridRenderLayerNativeComponent.js → GridRenderLayerNativeComponent.js} +0 -0
  1149. /package/lib/module/{src/MapRegistry.js → MapRegistry.js} +0 -0
  1150. /package/lib/module/{src/NexradRadarLayerNativeComponent.js → NexradRadarLayerNativeComponent.js} +0 -0
  1151. /package/lib/module/{src/NexradSitesMapLayer.js → NexradSitesMapLayer.js} +0 -0
  1152. /package/lib/module/{src/SatelliteLayerNativeComponent.js → SatelliteLayerNativeComponent.js} +0 -0
  1153. /package/lib/module/{src/StyleApplicator.js → StyleApplicator.js} +0 -0
  1154. /package/lib/module/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.js +0 -0
  1155. /package/lib/module/{src/nexrad → nexrad}/nexradLutBuild.js +0 -0
  1156. /package/lib/module/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.js +0 -0
  1157. /package/lib/module/{lib/commonjs/src/nexrad → nexrad}/nexradSitesUs.json +0 -0
  1158. /package/lib/module/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.js +0 -0
  1159. /package/lib/module/{src/nws → nws}/NwsAlertsOverlay.js +0 -0
  1160. /package/lib/module/{src/nws → nws}/eventSourceRnPolyfill.js +0 -0
  1161. /package/lib/module/{src/nws → nws}/nwsAndroidConstants.js +0 -0
  1162. /package/lib/typescript/{src/AguaceroContext.d.ts → AguaceroContext.d.ts} +0 -0
  1163. /package/lib/typescript/{src/GridRenderLayer.d.ts → GridRenderLayer.d.ts} +0 -0
  1164. /package/lib/typescript/{src/GridRenderLayerNativeComponent.d.ts → GridRenderLayerNativeComponent.d.ts} +0 -0
  1165. /package/lib/typescript/{src/MapRegistry.d.ts → MapRegistry.d.ts} +0 -0
  1166. /package/lib/typescript/{src/NexradRadarLayer.android.d.ts → NexradRadarLayer.android.d.ts} +0 -0
  1167. /package/lib/typescript/{src/NexradRadarLayerNativeComponent.d.ts → NexradRadarLayerNativeComponent.d.ts} +0 -0
  1168. /package/lib/typescript/{src/NexradSitesMapLayer.d.ts → NexradSitesMapLayer.d.ts} +0 -0
  1169. /package/lib/typescript/{src/SatelliteLayer.android.d.ts → SatelliteLayer.android.d.ts} +0 -0
  1170. /package/lib/typescript/{src/SatelliteLayerNativeComponent.d.ts → SatelliteLayerNativeComponent.d.ts} +0 -0
  1171. /package/lib/typescript/{src/StyleApplicator.d.ts → StyleApplicator.d.ts} +0 -0
  1172. /package/lib/typescript/{src/WeatherLayerManager.d.ts → WeatherLayerManager.d.ts} +0 -0
  1173. /package/lib/typescript/{src/nexrad → nexrad}/nexradCrossSectionSampleAtLatLon.bundled.d.ts +0 -0
  1174. /package/lib/typescript/{src/nexrad → nexrad}/nexradLutBuild.d.ts +0 -0
  1175. /package/lib/typescript/{src/nexrad → nexrad}/nexradMapboxFrameOpts.bundled.d.ts +0 -0
  1176. /package/lib/typescript/{src/nexrad → nexrad}/radarDecode.worker.bundled.d.ts +0 -0
  1177. /package/lib/typescript/{src/nexrad → nexrad}/radarFrameGpuMatch.bundled.d.ts +0 -0
  1178. /package/lib/typescript/{src/nws → nws}/eventSourceRnPolyfill.d.ts +0 -0
  1179. /package/lib/typescript/{src/nws → nws}/nwsAndroidConstants.d.ts +0 -0
@@ -1,153 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.NexradRadarLayer = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- var _reactNative = require("react-native");
9
- var _NexradRadarLayerNativeComponent = _interopRequireDefault(require("./NexradRadarLayerNativeComponent"));
10
- var _nexradDiag = require("./nexrad/nexradDiag");
11
- function _interopRequireDefault(e) {
12
- return e && e.__esModule ? e : {
13
- default: e
14
- };
15
- }
16
- function _interopRequireWildcard(e, t) {
17
- if ("function" == typeof WeakMap) var r = new WeakMap(),
18
- n = new WeakMap();
19
- return (_interopRequireWildcard = function (e, t) {
20
- if (!t && e && e.__esModule) return e;
21
- var o,
22
- i,
23
- f = {
24
- __proto__: null,
25
- default: e
26
- };
27
- if (null === e || "object" != typeof e && "function" != typeof e) return f;
28
- if (o = t ? n : r) {
29
- if (o.has(e)) return o.get(e);
30
- o.set(e, f);
31
- }
32
- for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]);
33
- return f;
34
- })(e, t);
35
- }
36
- const NATIVE_COMPONENT_NAME = 'NexradRadarLayer';
37
- function getCommandId(commandName) {
38
- try {
39
- const config = _reactNative.UIManager.getViewManagerConfig(NATIVE_COMPONENT_NAME);
40
- return config?.Commands?.[commandName] ?? null;
41
- } catch {
42
- return null;
43
- }
44
- }
45
- const NexradRadarLayer = exports.NexradRadarLayer = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
46
- const nativeRef = (0, _react.useRef)(null);
47
- (0, _react.useImperativeHandle)(ref, () => ({
48
- uploadNexradFrame(json) {
49
- const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.uploadNexradFrame');
50
- const id = getCommandId('uploadNexradFrame');
51
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
52
- if (id != null && handle != null) {
53
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
54
- bridge.end({
55
- jsonChars: typeof json === 'string' ? json.length : 0,
56
- ok: true
57
- });
58
- } else {
59
- bridge.end({
60
- jsonChars: typeof json === 'string' ? json.length : 0,
61
- ok: false,
62
- commandId: id,
63
- hasHandle: handle != null,
64
- hasRef: nativeRef.current != null
65
- });
66
- (0, _nexradDiag.nexradDiag)('bridge.uploadNexradFrameBlocked', {
67
- commandId: id,
68
- hasHandle: handle != null,
69
- hasRef: nativeRef.current != null
70
- });
71
- }
72
- },
73
- uploadNexradStyleOnly(json) {
74
- const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.uploadNexradStyleOnly');
75
- const id = getCommandId('uploadNexradStyleOnly');
76
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
77
- if (id != null && handle != null) {
78
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
79
- bridge.end({
80
- jsonChars: typeof json === 'string' ? json.length : 0,
81
- ok: true
82
- });
83
- } else {
84
- bridge.end({
85
- jsonChars: typeof json === 'string' ? json.length : 0,
86
- ok: false,
87
- commandId: id,
88
- hasHandle: handle != null
89
- });
90
- (0, _nexradDiag.nexradDiag)('bridge.uploadNexradStyleOnlyBlocked', {
91
- commandId: id,
92
- hasHandle: handle != null
93
- });
94
- }
95
- },
96
- clearNexrad() {
97
- const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.clearNexrad');
98
- const id = getCommandId('clearNexrad');
99
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
100
- if (id != null && handle != null) {
101
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, []);
102
- bridge.end({
103
- ok: true
104
- });
105
- } else {
106
- bridge.end({
107
- ok: false,
108
- commandId: id,
109
- hasHandle: handle != null
110
- });
111
- }
112
- },
113
- activateNexradCachedFrame(nativeGpuCacheKey) {
114
- const bridge = (0, _nexradDiag.nexradPerfSpan)('bridge.dispatchViewManagerCommand.activateNexradCachedFrame');
115
- const id = getCommandId('activateNexradCachedFrame');
116
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
117
- if (id != null && handle != null && typeof nativeGpuCacheKey === 'string') {
118
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, [nativeGpuCacheKey]);
119
- bridge.end({
120
- keyLen: nativeGpuCacheKey.length,
121
- ok: true
122
- });
123
- } else {
124
- bridge.end({
125
- keyLen: typeof nativeGpuCacheKey === 'string' ? nativeGpuCacheKey.length : 0,
126
- ok: false,
127
- commandId: id,
128
- hasHandle: handle != null
129
- });
130
- (0, _nexradDiag.nexradDiag)('bridge.activateNexradCachedFrameBlocked', {
131
- commandId: id,
132
- hasHandle: handle != null,
133
- keyType: typeof nativeGpuCacheKey
134
- });
135
- }
136
- }
137
- }));
138
- return /*#__PURE__*/_react.default.createElement(_NexradRadarLayerNativeComponent.default, {
139
- ref: nativeRef,
140
- belowID: props.belowID,
141
- style: styles.overlay,
142
- pointerEvents: "none",
143
- collapsable: false
144
- });
145
- });
146
- const styles = _reactNative.StyleSheet.create({
147
- overlay: {
148
- ..._reactNative.StyleSheet.absoluteFillObject
149
- }
150
- });
151
- NexradRadarLayer.displayName = 'NexradRadarLayer';
152
- var _default = exports.default = NexradRadarLayer;
153
- //# sourceMappingURL=NexradRadarLayer.android.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_NexradRadarLayerNativeComponent","_interopRequireDefault","_nexradDiag","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NATIVE_COMPONENT_NAME","getCommandId","commandName","config","UIManager","getViewManagerConfig","Commands","NexradRadarLayer","exports","forwardRef","props","ref","nativeRef","useRef","useImperativeHandle","uploadNexradFrame","json","bridge","nexradPerfSpan","id","handle","findNodeHandle","current","dispatchViewManagerCommand","end","jsonChars","length","ok","commandId","hasHandle","hasRef","nexradDiag","uploadNexradStyleOnly","clearNexrad","activateNexradCachedFrame","nativeGpuCacheKey","keyLen","keyType","createElement","belowID","style","styles","overlay","pointerEvents","collapsable","StyleSheet","create","absoluteFillObject","displayName","_default"],"sourceRoot":"..\\..\\..","sources":["src/NexradRadarLayer.android.js"],"mappings":"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","ignoreList":[]}
@@ -1,39 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.NexradRadarLayer = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- function _interopRequireWildcard(e, t) {
9
- if ("function" == typeof WeakMap) var r = new WeakMap(),
10
- n = new WeakMap();
11
- return (_interopRequireWildcard = function (e, t) {
12
- if (!t && e && e.__esModule) return e;
13
- var o,
14
- i,
15
- f = {
16
- __proto__: null,
17
- default: e
18
- };
19
- if (null === e || "object" != typeof e && "function" != typeof e) return f;
20
- if (o = t ? n : r) {
21
- if (o.has(e)) return o.get(e);
22
- o.set(e, f);
23
- }
24
- for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]);
25
- return f;
26
- })(e, t);
27
- }
28
- /** NEXRAD native rendering is Android-only; iOS is a no-op stub. */
29
- const NexradRadarLayer = exports.NexradRadarLayer = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
30
- (0, _react.useImperativeHandle)(ref, () => ({
31
- uploadNexradFrame() {},
32
- uploadNexradStyleOnly() {},
33
- clearNexrad() {}
34
- }));
35
- return null;
36
- });
37
- NexradRadarLayer.displayName = 'NexradRadarLayer';
38
- var _default = exports.default = NexradRadarLayer;
39
- //# sourceMappingURL=NexradRadarLayer.ios.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NexradRadarLayer","exports","forwardRef","props","ref","useImperativeHandle","uploadNexradFrame","uploadNexradStyleOnly","clearNexrad","displayName","_default"],"sourceRoot":"..\\..\\..","sources":["src/NexradRadarLayer.ios.js"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA+D,SAAAD,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAE/D;AACO,MAAMkB,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,gBAAG,IAAAE,iBAAU,EAAC,CAACC,KAAK,EAAEC,GAAG,KAAK;EACvD,IAAAC,0BAAmB,EAACD,GAAG,EAAE,OAAO;IAC5BE,iBAAiBA,CAAA,EAAG,CAAC,CAAC;IACtBC,qBAAqBA,CAAA,EAAG,CAAC,CAAC;IAC1BC,WAAWA,CAAA,EAAG,CAAC;EACnB,CAAC,CAAC,CAAC;EACH,OAAO,IAAI;AACf,CAAC,CAAC;AAEFR,gBAAgB,CAACS,WAAW,GAAG,kBAAkB;AAAC,IAAAC,QAAA,GAAAT,OAAA,CAAAV,OAAA,GAEnCS,gBAAgB","ignoreList":[]}
@@ -1,14 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
8
- function _interopRequireDefault(e) {
9
- return e && e.__esModule ? e : {
10
- default: e
11
- };
12
- }
13
- var _default = exports.default = (0, _codegenNativeComponent.default)('NexradRadarLayer');
14
- //# sourceMappingURL=NexradRadarLayerNativeComponent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","e","__esModule","default","_default","exports","codegenNativeComponent"],"sourceRoot":"..\\..\\..","sources":["src/NexradRadarLayerNativeComponent.ts"],"mappings":";;;;;;AAEA,IAAAA,uBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA6F,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAM9E,IAAAG,+BAAsB,EACnC,kBACF,CAAC","ignoreList":[]}
@@ -1,98 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.NexradSitesMapLayer = NexradSitesMapLayer;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _maps = _interopRequireDefault(require("@rnmapbox/maps"));
9
- var _nexradSitesUs = _interopRequireDefault(require("./nexrad/nexradSitesUs.json"));
10
- function _interopRequireDefault(e) {
11
- return e && e.__esModule ? e : {
12
- default: e
13
- };
14
- }
15
- /**
16
- * Mapbox GL circle markers for NEXRAD site picking on React Native (parity with mapsgl {@link NexradSitesOverlay}).
17
- * Must render as a descendant of {@link Mapbox.MapView}.
18
- */
19
-
20
- const SOURCE_ID = 'aguacero-nexrad-sites-src';
21
- const CIRCLE_LAYER_ID = 'aguacero-nexrad-sites-circles';
22
- function buildNexradSitesFeatureCollection() {
23
- const raw = _nexradSitesUs.default?.sites;
24
- if (!Array.isArray(raw)) {
25
- return {
26
- type: 'FeatureCollection',
27
- features: []
28
- };
29
- }
30
- const features = [];
31
- for (const item of raw) {
32
- if (!item) continue;
33
- const lon = Number(item.lon ?? item.lng ?? item.longitude);
34
- const lat = Number(item.lat ?? item.latitude);
35
- const id = String(item.id ?? item.station ?? '').toUpperCase();
36
- if (!id || !Number.isFinite(lat) || !Number.isFinite(lon)) continue;
37
- features.push({
38
- type: 'Feature',
39
- geometry: {
40
- type: 'Point',
41
- coordinates: [lon, lat]
42
- },
43
- properties: {
44
- id,
45
- name: id
46
- }
47
- });
48
- }
49
- return {
50
- type: 'FeatureCollection',
51
- features
52
- };
53
- }
54
- const NEXRAD_SITES_FEATURE_COLLECTION = buildNexradSitesFeatureCollection();
55
-
56
- /**
57
- * @param {object} props
58
- * @param {boolean} props.visible
59
- * @param {(siteId: string) => void} [props.onSelectSite]
60
- * @param {string} [props.belowLayerID] - Optional style layer id to insert under (e.g. weather anchor).
61
- */
62
- function NexradSitesMapLayer({
63
- visible,
64
- onSelectSite,
65
- belowLayerID
66
- }) {
67
- const handlePress = e => {
68
- const list = e?.features;
69
- const f = Array.isArray(list) && list.length > 0 ? list[0] : null;
70
- const id = f?.properties?.id ?? f?.properties?.name;
71
- if (id && typeof onSelectSite === 'function') {
72
- onSelectSite(String(id));
73
- }
74
- };
75
- if (!visible || !NEXRAD_SITES_FEATURE_COLLECTION.features.length) {
76
- return null;
77
- }
78
- return /*#__PURE__*/_react.default.createElement(_maps.default.ShapeSource, {
79
- id: SOURCE_ID,
80
- shape: NEXRAD_SITES_FEATURE_COLLECTION,
81
- onPress: handlePress,
82
- hitbox: {
83
- width: 44,
84
- height: 44
85
- }
86
- }, /*#__PURE__*/_react.default.createElement(_maps.default.CircleLayer, {
87
- id: CIRCLE_LAYER_ID,
88
- belowLayerID: belowLayerID,
89
- style: {
90
- circleRadius: 5,
91
- circleColor: '#3b82f6',
92
- circleStrokeWidth: 1,
93
- circleStrokeColor: '#ffffff',
94
- circleOpacity: 0.95
95
- }
96
- }));
97
- }
98
- //# sourceMappingURL=NexradSitesMapLayer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_maps","_nexradSitesUs","e","__esModule","default","SOURCE_ID","CIRCLE_LAYER_ID","buildNexradSitesFeatureCollection","raw","nexradSitesPayload","sites","Array","isArray","type","features","item","lon","Number","lng","longitude","lat","latitude","id","String","station","toUpperCase","isFinite","push","geometry","coordinates","properties","name","NEXRAD_SITES_FEATURE_COLLECTION","NexradSitesMapLayer","visible","onSelectSite","belowLayerID","handlePress","list","f","length","createElement","ShapeSource","shape","onPress","hitbox","width","height","CircleLayer","style","circleRadius","circleColor","circleStrokeWidth","circleStrokeColor","circleOpacity"],"sourceRoot":"..\\..\\..","sources":["src/NexradSitesMapLayer.js"],"mappings":"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","ignoreList":[]}
@@ -1,91 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.SatelliteLayer = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- var _reactNative = require("react-native");
9
- var _SatelliteLayerNativeComponent = _interopRequireDefault(require("./SatelliteLayerNativeComponent"));
10
- function _interopRequireDefault(e) {
11
- return e && e.__esModule ? e : {
12
- default: e
13
- };
14
- }
15
- function _interopRequireWildcard(e, t) {
16
- if ("function" == typeof WeakMap) var r = new WeakMap(),
17
- n = new WeakMap();
18
- return (_interopRequireWildcard = function (e, t) {
19
- if (!t && e && e.__esModule) return e;
20
- var o,
21
- i,
22
- f = {
23
- __proto__: null,
24
- default: e
25
- };
26
- if (null === e || "object" != typeof e && "function" != typeof e) return f;
27
- if (o = t ? n : r) {
28
- if (o.has(e)) return o.get(e);
29
- o.set(e, f);
30
- }
31
- for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]);
32
- return f;
33
- })(e, t);
34
- }
35
- const NATIVE_COMPONENT_NAME = 'SatelliteLayer';
36
- function getCommandId(commandName) {
37
- try {
38
- const config = _reactNative.UIManager.getViewManagerConfig(NATIVE_COMPONENT_NAME);
39
- return config?.Commands?.[commandName] ?? null;
40
- } catch {
41
- return null;
42
- }
43
- }
44
- const SatelliteLayer = exports.SatelliteLayer = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
45
- const nativeRef = (0, _react.useRef)(null);
46
- (0, _react.useImperativeHandle)(ref, () => ({
47
- syncSatellite(json) {
48
- const id = getCommandId('syncSatellite');
49
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
50
- if (id != null && handle != null && typeof json === 'string') {
51
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
52
- }
53
- },
54
- clearSatellite() {
55
- const id = getCommandId('clearSatellite');
56
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
57
- if (id != null && handle != null) {
58
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, []);
59
- }
60
- },
61
- activateSatelliteCachedUnix(unix) {
62
- const id = getCommandId('activateSatelliteCachedUnix');
63
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
64
- if (id != null && handle != null && typeof unix === 'number') {
65
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, [unix]);
66
- }
67
- },
68
- updateSatelliteStyle(json) {
69
- const id = getCommandId('updateSatelliteStyle');
70
- const handle = (0, _reactNative.findNodeHandle)(nativeRef.current);
71
- if (id != null && handle != null && typeof json === 'string') {
72
- _reactNative.UIManager.dispatchViewManagerCommand(handle, id, [json]);
73
- }
74
- }
75
- }));
76
- return /*#__PURE__*/_react.default.createElement(_SatelliteLayerNativeComponent.default, {
77
- ref: nativeRef,
78
- belowID: props.belowID,
79
- style: styles.overlay,
80
- pointerEvents: "none",
81
- collapsable: false
82
- });
83
- });
84
- SatelliteLayer.displayName = 'SatelliteLayer';
85
- const styles = _reactNative.StyleSheet.create({
86
- overlay: {
87
- ..._reactNative.StyleSheet.absoluteFillObject
88
- }
89
- });
90
- var _default = exports.default = SatelliteLayer;
91
- //# sourceMappingURL=SatelliteLayer.android.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_SatelliteLayerNativeComponent","_interopRequireDefault","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NATIVE_COMPONENT_NAME","getCommandId","commandName","config","UIManager","getViewManagerConfig","Commands","SatelliteLayer","exports","forwardRef","props","ref","nativeRef","useRef","useImperativeHandle","syncSatellite","json","id","handle","findNodeHandle","current","dispatchViewManagerCommand","clearSatellite","activateSatelliteCachedUnix","unix","updateSatelliteStyle","createElement","belowID","style","styles","overlay","pointerEvents","collapsable","displayName","StyleSheet","create","absoluteFillObject","_default"],"sourceRoot":"..\\..\\..","sources":["src/SatelliteLayer.android.js"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,8BAAA,GAAAC,sBAAA,CAAAH,OAAA;AAAmE,SAAAG,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAL,wBAAAK,CAAA,EAAAG,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAT,uBAAA,YAAAA,CAAAK,CAAA,EAAAG,CAAA,SAAAA,CAAA,IAAAH,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,MAAAO,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAR,OAAA,EAAAF,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAS,CAAA,MAAAF,CAAA,GAAAJ,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAE,CAAA,CAAAI,GAAA,CAAAX,CAAA,UAAAO,CAAA,CAAAK,GAAA,CAAAZ,CAAA,GAAAO,CAAA,CAAAM,GAAA,CAAAb,CAAA,EAAAS,CAAA,gBAAAN,CAAA,IAAAH,CAAA,gBAAAG,CAAA,OAAAW,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAG,CAAA,OAAAK,CAAA,IAAAD,CAAA,GAAAS,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAG,CAAA,OAAAK,CAAA,CAAAI,GAAA,IAAAJ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAN,CAAA,EAAAK,CAAA,IAAAC,CAAA,CAAAN,CAAA,IAAAH,CAAA,CAAAG,CAAA,WAAAM,CAAA,KAAAT,CAAA,EAAAG,CAAA;AAEnE,MAAMgB,qBAAqB,GAAG,gBAAgB;AAE9C,SAASC,YAAYA,CAACC,WAAW,EAAE;EAC/B,IAAI;IACA,MAAMC,MAAM,GAAGC,sBAAS,CAACC,oBAAoB,CAACL,qBAAqB,CAAC;IACpE,OAAOG,MAAM,EAAEG,QAAQ,GAAGJ,WAAW,CAAC,IAAI,IAAI;EAClD,CAAC,CAAC,MAAM;IACJ,OAAO,IAAI;EACf;AACJ;AAEO,MAAMK,cAAc,GAAAC,OAAA,CAAAD,cAAA,gBAAG,IAAAE,iBAAU,EAAC,CAACC,KAAK,EAAEC,GAAG,KAAK;EACrD,MAAMC,SAAS,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EAE9B,IAAAC,0BAAmB,EAACH,GAAG,EAAE,OAAO;IAC5BI,aAAaA,CAACC,IAAI,EAAE;MAChB,MAAMC,EAAE,GAAGhB,YAAY,CAAC,eAAe,CAAC;MACxC,MAAMiB,MAAM,GAAG,IAAAC,2BAAc,EAACP,SAAS,CAACQ,OAAO,CAAC;MAChD,IAAIH,EAAE,IAAI,IAAI,IAAIC,MAAM,IAAI,IAAI,IAAI,OAAOF,IAAI,KAAK,QAAQ,EAAE;QAC1DZ,sBAAS,CAACiB,0BAA0B,CAACH,MAAM,EAAED,EAAE,EAAE,CAACD,IAAI,CAAC,CAAC;MAC5D;IACJ,CAAC;IACDM,cAAcA,CAAA,EAAG;MACb,MAAML,EAAE,GAAGhB,YAAY,CAAC,gBAAgB,CAAC;MACzC,MAAMiB,MAAM,GAAG,IAAAC,2BAAc,EAACP,SAAS,CAACQ,OAAO,CAAC;MAChD,IAAIH,EAAE,IAAI,IAAI,IAAIC,MAAM,IAAI,IAAI,EAAE;QAC9Bd,sBAAS,CAACiB,0BAA0B,CAACH,MAAM,EAAED,EAAE,EAAE,EAAE,CAAC;MACxD;IACJ,CAAC;IACDM,2BAA2BA,CAACC,IAAI,EAAE;MAC9B,MAAMP,EAAE,GAAGhB,YAAY,CAAC,6BAA6B,CAAC;MACtD,MAAMiB,MAAM,GAAG,IAAAC,2BAAc,EAACP,SAAS,CAACQ,OAAO,CAAC;MAChD,IAAIH,EAAE,IAAI,IAAI,IAAIC,MAAM,IAAI,IAAI,IAAI,OAAOM,IAAI,KAAK,QAAQ,EAAE;QAC1DpB,sBAAS,CAACiB,0BAA0B,CAACH,MAAM,EAAED,EAAE,EAAE,CAACO,IAAI,CAAC,CAAC;MAC5D;IACJ,CAAC;IACDC,oBAAoBA,CAACT,IAAI,EAAE;MACvB,MAAMC,EAAE,GAAGhB,YAAY,CAAC,sBAAsB,CAAC;MAC/C,MAAMiB,MAAM,GAAG,IAAAC,2BAAc,EAACP,SAAS,CAACQ,OAAO,CAAC;MAChD,IAAIH,EAAE,IAAI,IAAI,IAAIC,MAAM,IAAI,IAAI,IAAI,OAAOF,IAAI,KAAK,QAAQ,EAAE;QAC1DZ,sBAAS,CAACiB,0BAA0B,CAACH,MAAM,EAAED,EAAE,EAAE,CAACD,IAAI,CAAC,CAAC;MAC5D;IACJ;EACJ,CAAC,CAAC,CAAC;EAEH,oBACIzC,MAAA,CAAAQ,OAAA,CAAA2C,aAAA,CAAC/C,8BAAA,CAAAI,OAAoB;IACjB4B,GAAG,EAAEC,SAAU;IACfe,OAAO,EAAEjB,KAAK,CAACiB,OAAQ;IACvBC,KAAK,EAAEC,MAAM,CAACC,OAAQ;IACtBC,aAAa,EAAC,MAAM;IACpBC,WAAW,EAAE;EAAM,CACtB,CAAC;AAEV,CAAC,CAAC;AAEFzB,cAAc,CAAC0B,WAAW,GAAG,gBAAgB;AAE7C,MAAMJ,MAAM,GAAGK,uBAAU,CAACC,MAAM,CAAC;EAC7BL,OAAO,EAAE;IACL,GAAGI,uBAAU,CAACE;EAClB;AACJ,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAA7B,OAAA,CAAAzB,OAAA,GAEYwB,cAAc","ignoreList":[]}
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.SatelliteLayer = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- function _interopRequireWildcard(e, t) {
9
- if ("function" == typeof WeakMap) var r = new WeakMap(),
10
- n = new WeakMap();
11
- return (_interopRequireWildcard = function (e, t) {
12
- if (!t && e && e.__esModule) return e;
13
- var o,
14
- i,
15
- f = {
16
- __proto__: null,
17
- default: e
18
- };
19
- if (null === e || "object" != typeof e && "function" != typeof e) return f;
20
- if (o = t ? n : r) {
21
- if (o.has(e)) return o.get(e);
22
- o.set(e, f);
23
- }
24
- for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]);
25
- return f;
26
- })(e, t);
27
- }
28
- /** Satellite native rendering is Android-only; iOS is a no-op stub. */
29
- const SatelliteLayer = exports.SatelliteLayer = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
30
- (0, _react.useImperativeHandle)(ref, () => ({
31
- syncSatellite() {},
32
- clearSatellite() {},
33
- activateSatelliteCachedUnix() {},
34
- updateSatelliteStyle() {}
35
- }));
36
- return null;
37
- });
38
- SatelliteLayer.displayName = 'SatelliteLayer';
39
- var _default = exports.default = SatelliteLayer;
40
- //# sourceMappingURL=SatelliteLayer.ios.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","SatelliteLayer","exports","forwardRef","props","ref","useImperativeHandle","syncSatellite","clearSatellite","activateSatelliteCachedUnix","updateSatelliteStyle","displayName","_default"],"sourceRoot":"..\\..\\..","sources":["src/SatelliteLayer.ios.js"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA+D,SAAAD,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAE/D;AACO,MAAMkB,cAAc,GAAAC,OAAA,CAAAD,cAAA,gBAAG,IAAAE,iBAAU,EAAC,CAACC,KAAK,EAAEC,GAAG,KAAK;EACrD,IAAAC,0BAAmB,EAACD,GAAG,EAAE,OAAO;IAC5BE,aAAaA,CAAA,EAAG,CAAC,CAAC;IAClBC,cAAcA,CAAA,EAAG,CAAC,CAAC;IACnBC,2BAA2BA,CAAA,EAAG,CAAC,CAAC;IAChCC,oBAAoBA,CAAA,EAAG,CAAC;EAC5B,CAAC,CAAC,CAAC;EACH,OAAO,IAAI;AACf,CAAC,CAAC;AAEFT,cAAc,CAACU,WAAW,GAAG,gBAAgB;AAAC,IAAAC,QAAA,GAAAV,OAAA,CAAAV,OAAA,GAE/BS,cAAc","ignoreList":[]}
@@ -1,14 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
8
- function _interopRequireDefault(e) {
9
- return e && e.__esModule ? e : {
10
- default: e
11
- };
12
- }
13
- var _default = exports.default = (0, _codegenNativeComponent.default)('SatelliteLayer');
14
- //# sourceMappingURL=SatelliteLayerNativeComponent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","e","__esModule","default","_default","exports","codegenNativeComponent"],"sourceRoot":"..\\..\\..","sources":["src/SatelliteLayerNativeComponent.ts"],"mappings":";;;;;;AAEA,IAAAA,uBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA6F,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAM9E,IAAAG,+BAAsB,EAAc,gBAAgB,CAAC","ignoreList":[]}