@aguacerowx/react-native 0.0.17 → 0.0.19

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 (537) hide show
  1. package/README.md +126 -60
  2. package/aguacerowx-react-native.podspec +53 -35
  3. package/android/build/.transforms/42e9b8fa82d77a1c205db5bf0d0ed519/results.bin +1 -0
  4. package/android/build/.transforms/42e9b8fa82d77a1c205db5bf0d0ed519/transformed/classes/classes_dex/classes.dex +0 -0
  5. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/results.bin +1 -0
  6. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/AguaceroPackage.dex +0 -0
  7. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/BuildConfig.dex +0 -0
  8. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.dex +0 -0
  9. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/GridRenderLayer.dex +0 -0
  10. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/GridRenderLayerView.dex +0 -0
  11. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/GridRenderManager.dex +0 -0
  12. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/InspectorModule.dex +0 -0
  13. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/ShaderUtils.dex +0 -0
  14. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/aguacerowx/reactnative/WeatherFrameProcessorModule.dex +0 -0
  15. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.dex +0 -0
  16. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.dex +0 -0
  17. package/android/build/.transforms/c8ab78b63f2cc835ac936d58e29a17ab/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  18. package/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +10 -0
  19. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +43 -0
  20. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +22 -0
  21. package/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +22 -0
  22. package/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +24 -0
  23. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  24. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +17 -0
  25. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +19 -0
  26. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +22 -0
  27. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +24 -0
  28. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +16 -0
  29. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +23 -0
  30. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +62 -0
  31. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +40 -0
  32. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +17 -0
  33. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +32 -0
  34. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +16 -0
  35. package/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +20 -0
  36. package/android/build/generated/source/codegen/schema.json +1 -0
  37. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +8 -0
  38. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  39. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  40. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  41. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  42. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  43. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +4 -0
  44. package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
  45. package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
  46. package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
  47. package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
  48. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +5 -0
  49. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  50. package/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  51. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  52. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  53. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  54. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  55. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  56. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  57. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  58. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  59. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  60. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  61. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  62. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  63. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  64. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +6 -0
  65. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +8 -0
  66. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +8 -0
  67. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  68. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  69. package/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +13 -0
  70. package/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +13 -0
  71. package/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +152 -0
  72. package/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +20 -0
  73. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  74. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  75. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  76. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  77. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  78. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  79. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  80. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  81. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  82. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  83. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  84. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  85. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +5 -0
  86. package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  87. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayer$VertexInfo.class.uniqueId0 +0 -0
  88. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayer.class.uniqueId1 +0 -0
  89. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayerView.class.uniqueId2 +0 -0
  90. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  91. package/android/build.gradle +107 -83
  92. package/android/src/main/AndroidManifest.xml +6 -6
  93. package/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +33 -33
  94. package/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +657 -611
  95. package/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +304 -299
  96. package/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +125 -117
  97. package/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +71 -71
  98. package/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +106 -106
  99. package/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +151 -151
  100. package/android/src/main/res/raw/debug_fragment_shader.glsl +12 -12
  101. package/android/src/main/res/raw/debug_vertex_shader.glsl +12 -12
  102. package/android/src/main/res/raw/fragment_shader.glsl +151 -97
  103. package/android/src/main/res/raw/vertex_shader.glsl +19 -19
  104. package/index.js +2 -2
  105. package/ios/AguaceroPackage.m +18 -18
  106. package/ios/FragmentUniforms.swift +14 -13
  107. package/ios/GridRenderLayer.swift +995 -962
  108. package/ios/GridRenderLayerBridge.swift +29 -29
  109. package/ios/GridRenderLayerManager.mm +157 -145
  110. package/ios/GridRenderLayerView.h +16 -22
  111. package/ios/GridRenderLayerView.m +205 -199
  112. package/ios/InspectorDataCache.swift +65 -65
  113. package/ios/InspectorModule.m +9 -9
  114. package/ios/InspectorModule.swift +63 -63
  115. package/ios/Shaders.metal +178 -130
  116. package/ios/WeatherFrameProcessorModule.m +15 -15
  117. package/ios/WeatherFrameProcessorModule.swift +103 -103
  118. package/ios/compiled-shaders/Shaders-device.metallib +0 -0
  119. package/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  120. package/ios/compiled-shaders/Shaders.metallib +0 -0
  121. package/lib/commonjs/README.md +126 -60
  122. package/lib/commonjs/aguacerowx-react-native.podspec +53 -35
  123. package/lib/commonjs/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +10 -0
  124. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +43 -0
  125. package/lib/commonjs/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +22 -0
  126. package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +22 -0
  127. package/lib/commonjs/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +24 -0
  128. package/lib/commonjs/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  129. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +17 -0
  130. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +19 -0
  131. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +22 -0
  132. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +24 -0
  133. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +16 -0
  134. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +23 -0
  135. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +62 -0
  136. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +40 -0
  137. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +17 -0
  138. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +32 -0
  139. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +16 -0
  140. package/lib/commonjs/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +20 -0
  141. package/lib/commonjs/android/build/generated/source/codegen/schema.json +1 -0
  142. package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +8 -0
  143. package/lib/commonjs/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  144. package/lib/commonjs/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  145. package/lib/commonjs/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  146. package/lib/commonjs/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  147. package/lib/commonjs/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  148. package/lib/commonjs/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +4 -0
  149. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
  150. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
  151. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
  152. package/lib/commonjs/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
  153. package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +5 -0
  154. package/lib/commonjs/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  155. package/lib/commonjs/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  156. package/lib/commonjs/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  157. package/lib/commonjs/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  158. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  159. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  160. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  161. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  162. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  163. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  164. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  165. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  166. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  167. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  168. package/lib/commonjs/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  169. package/lib/commonjs/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +6 -0
  170. package/lib/commonjs/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +8 -0
  171. package/lib/commonjs/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +8 -0
  172. package/lib/commonjs/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  173. package/lib/commonjs/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  174. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +13 -0
  175. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +13 -0
  176. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +152 -0
  177. package/lib/commonjs/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +20 -0
  178. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  179. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  180. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  181. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  182. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  183. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  184. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  185. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  186. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  187. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  188. package/lib/commonjs/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  189. package/lib/commonjs/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  190. package/lib/commonjs/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +5 -0
  191. package/lib/commonjs/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  192. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayer$VertexInfo.class.uniqueId0 +0 -0
  193. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayer.class.uniqueId1 +0 -0
  194. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayerView.class.uniqueId2 +0 -0
  195. package/lib/commonjs/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  196. package/lib/commonjs/android/build.gradle +107 -83
  197. package/lib/commonjs/android/src/main/AndroidManifest.xml +6 -6
  198. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +33 -33
  199. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +657 -611
  200. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +304 -299
  201. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +125 -117
  202. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +71 -71
  203. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +106 -106
  204. package/lib/commonjs/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +151 -151
  205. package/lib/commonjs/android/src/main/res/raw/debug_fragment_shader.glsl +12 -12
  206. package/lib/commonjs/android/src/main/res/raw/debug_vertex_shader.glsl +12 -12
  207. package/lib/commonjs/android/src/main/res/raw/fragment_shader.glsl +151 -97
  208. package/lib/commonjs/android/src/main/res/raw/vertex_shader.glsl +19 -19
  209. package/lib/commonjs/babel.config.js.map +1 -1
  210. package/lib/commonjs/index.js.map +1 -1
  211. package/lib/commonjs/ios/AguaceroPackage.m +18 -18
  212. package/lib/commonjs/ios/FragmentUniforms.swift +14 -13
  213. package/lib/commonjs/ios/GridRenderLayer.swift +995 -962
  214. package/lib/commonjs/ios/GridRenderLayerBridge.swift +29 -29
  215. package/lib/commonjs/ios/GridRenderLayerManager.mm +157 -145
  216. package/lib/commonjs/ios/GridRenderLayerView.h +16 -22
  217. package/lib/commonjs/ios/GridRenderLayerView.m +205 -199
  218. package/lib/commonjs/ios/InspectorDataCache.swift +65 -65
  219. package/lib/commonjs/ios/InspectorModule.m +9 -9
  220. package/lib/commonjs/ios/InspectorModule.swift +63 -63
  221. package/lib/commonjs/ios/Shaders.metal +178 -130
  222. package/lib/commonjs/ios/WeatherFrameProcessorModule.m +15 -15
  223. package/lib/commonjs/ios/WeatherFrameProcessorModule.swift +103 -103
  224. package/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
  225. package/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  226. package/lib/commonjs/ios/compiled-shaders/Shaders.metallib +0 -0
  227. package/lib/commonjs/package.json +72 -67
  228. package/lib/commonjs/react-native-builder-bob.config.js.map +1 -1
  229. package/lib/commonjs/scripts/compile-shaders.js +62 -0
  230. package/lib/commonjs/scripts/compile-shaders.js.map +1 -0
  231. package/lib/commonjs/scripts/compile-shaders.sh +39 -0
  232. package/lib/commonjs/src/AguaceroContext.js.map +1 -1
  233. package/lib/commonjs/src/GridRenderLayer.js +8 -0
  234. package/lib/commonjs/src/GridRenderLayer.js.map +1 -1
  235. package/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +1 -1
  236. package/lib/commonjs/src/MapManager.js.map +1 -1
  237. package/lib/commonjs/src/MapRegistry.js.map +1 -1
  238. package/lib/commonjs/src/StyleApplicator.js +6 -6
  239. package/lib/commonjs/src/StyleApplicator.js.map +1 -1
  240. package/lib/commonjs/src/WeatherLayerManager.js +26 -16
  241. package/lib/commonjs/src/WeatherLayerManager.js.map +1 -1
  242. package/lib/commonjs/tsconfig.json +23 -23
  243. package/lib/module/README.md +126 -60
  244. package/lib/module/aguacerowx-react-native.podspec +53 -35
  245. package/lib/module/android/build/generated/source/buildConfig/debug/com/aguacerowx/reactnative/BuildConfig.java +10 -0
  246. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.java +43 -0
  247. package/lib/module/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.java +22 -0
  248. package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec-generated.cpp +22 -0
  249. package/lib/module/android/build/generated/source/codegen/jni/AguaceroWxReactNativeSpec.h +24 -0
  250. package/lib/module/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  251. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI-generated.cpp +17 -0
  252. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/AguaceroWxReactNativeSpecJSI.h +19 -0
  253. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.cpp +22 -0
  254. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ComponentDescriptors.h +24 -0
  255. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.cpp +16 -0
  256. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/EventEmitters.h +23 -0
  257. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.cpp +62 -0
  258. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/Props.h +40 -0
  259. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.cpp +17 -0
  260. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/ShadowNodes.h +32 -0
  261. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.cpp +16 -0
  262. package/lib/module/android/build/generated/source/codegen/jni/react/renderer/components/AguaceroWxReactNativeSpec/States.h +20 -0
  263. package/lib/module/android/build/generated/source/codegen/schema.json +1 -0
  264. package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +8 -0
  265. package/lib/module/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  266. package/lib/module/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  267. package/lib/module/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  268. package/lib/module/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  269. package/lib/module/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  270. package/lib/module/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +4 -0
  271. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_fragment_shader.glsl.flat +0 -0
  272. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_debug_vertex_shader.glsl.flat +0 -0
  273. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_fragment_shader.glsl.flat +0 -0
  274. package/lib/module/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_vertex_shader.glsl.flat +0 -0
  275. package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +5 -0
  276. package/lib/module/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  277. package/lib/module/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  278. package/lib/module/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  279. package/lib/module/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  280. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  281. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  282. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  283. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  284. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  285. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  286. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  287. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  288. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  289. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  290. package/lib/module/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  291. package/lib/module/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +6 -0
  292. package/lib/module/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +8 -0
  293. package/lib/module/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +8 -0
  294. package/lib/module/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  295. package/lib/module/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  296. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_fragment_shader.glsl +13 -0
  297. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/debug_vertex_shader.glsl +13 -0
  298. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/fragment_shader.glsl +152 -0
  299. package/lib/module/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/vertex_shader.glsl +20 -0
  300. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/AguaceroPackage.class +0 -0
  301. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/BuildConfig.class +0 -0
  302. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer$VertexInfo.class +0 -0
  303. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayer.class +0 -0
  304. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderLayerView.class +0 -0
  305. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/GridRenderManager.class +0 -0
  306. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/InspectorModule.class +0 -0
  307. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/ShaderUtils.class +0 -0
  308. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/aguacerowx/reactnative/WeatherFrameProcessorModule.class +0 -0
  309. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerDelegate.class +0 -0
  310. package/lib/module/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/GridRenderLayerManagerInterface.class +0 -0
  311. package/lib/module/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  312. package/lib/module/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +5 -0
  313. package/lib/module/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  314. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayer$VertexInfo.class.uniqueId0 +0 -0
  315. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayer.class.uniqueId1 +0 -0
  316. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/GridRenderLayerView.class.uniqueId2 +0 -0
  317. package/lib/module/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  318. package/lib/module/android/build.gradle +107 -83
  319. package/lib/module/android/src/main/AndroidManifest.xml +6 -6
  320. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/AguaceroPackage.java +33 -33
  321. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayer.java +657 -611
  322. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderLayerView.java +304 -299
  323. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/GridRenderManager.java +125 -117
  324. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/InspectorModule.java +71 -71
  325. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/ShaderUtils.java +106 -106
  326. package/lib/module/android/src/main/java/com/aguacerowx/reactnative/WeatherFrameProcessorModule.java +151 -151
  327. package/lib/module/android/src/main/res/raw/debug_fragment_shader.glsl +12 -12
  328. package/lib/module/android/src/main/res/raw/debug_vertex_shader.glsl +12 -12
  329. package/lib/module/android/src/main/res/raw/fragment_shader.glsl +151 -97
  330. package/lib/module/android/src/main/res/raw/vertex_shader.glsl +19 -19
  331. package/lib/module/babel.config.js.map +1 -1
  332. package/lib/module/index.js.map +1 -1
  333. package/lib/module/ios/AguaceroPackage.m +18 -18
  334. package/lib/module/ios/FragmentUniforms.swift +14 -13
  335. package/lib/module/ios/GridRenderLayer.swift +995 -962
  336. package/lib/module/ios/GridRenderLayerBridge.swift +29 -29
  337. package/lib/module/ios/GridRenderLayerManager.mm +157 -145
  338. package/lib/module/ios/GridRenderLayerView.h +16 -22
  339. package/lib/module/ios/GridRenderLayerView.m +205 -199
  340. package/lib/module/ios/InspectorDataCache.swift +65 -65
  341. package/lib/module/ios/InspectorModule.m +9 -9
  342. package/lib/module/ios/InspectorModule.swift +63 -63
  343. package/lib/module/ios/Shaders.metal +178 -130
  344. package/lib/module/ios/WeatherFrameProcessorModule.m +15 -15
  345. package/lib/module/ios/WeatherFrameProcessorModule.swift +103 -103
  346. package/lib/module/ios/compiled-shaders/Shaders-device.metallib +0 -0
  347. package/lib/module/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  348. package/lib/module/ios/compiled-shaders/Shaders.metallib +0 -0
  349. package/lib/module/lib/commonjs/README.md +126 -60
  350. package/lib/module/lib/commonjs/aguacerowx-react-native.podspec +53 -35
  351. package/lib/module/lib/commonjs/android/build.gradle +107 -83
  352. package/lib/module/lib/commonjs/android/src/main/AndroidManifest.xml +6 -6
  353. package/lib/module/lib/commonjs/babel.config.js.map +1 -1
  354. package/lib/module/lib/commonjs/index.js.map +1 -1
  355. package/lib/module/lib/commonjs/ios/AguaceroPackage.m +18 -18
  356. package/lib/module/lib/commonjs/ios/FragmentUniforms.swift +14 -13
  357. package/lib/module/lib/commonjs/ios/GridRenderLayer.swift +995 -962
  358. package/lib/module/lib/commonjs/ios/GridRenderLayerBridge.swift +29 -29
  359. package/lib/module/lib/commonjs/ios/GridRenderLayerManager.mm +157 -145
  360. package/lib/module/lib/commonjs/ios/GridRenderLayerView.h +16 -22
  361. package/lib/module/lib/commonjs/ios/GridRenderLayerView.m +205 -199
  362. package/lib/module/lib/commonjs/ios/InspectorDataCache.swift +65 -65
  363. package/lib/module/lib/commonjs/ios/InspectorModule.m +9 -9
  364. package/lib/module/lib/commonjs/ios/InspectorModule.swift +63 -63
  365. package/lib/module/lib/commonjs/ios/Shaders.metal +178 -130
  366. package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.m +15 -15
  367. package/lib/module/lib/commonjs/ios/WeatherFrameProcessorModule.swift +103 -103
  368. package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-device.metallib +0 -0
  369. package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders-simulator.metallib +0 -0
  370. package/lib/module/lib/commonjs/ios/compiled-shaders/Shaders.metallib +0 -0
  371. package/lib/module/lib/commonjs/package.json +72 -67
  372. package/lib/module/lib/commonjs/react-native-builder-bob.config.js.map +1 -1
  373. package/lib/module/lib/commonjs/scripts/compile-shaders.js +62 -0
  374. package/lib/module/lib/commonjs/scripts/compile-shaders.js.map +1 -0
  375. package/lib/module/lib/commonjs/scripts/compile-shaders.sh +39 -0
  376. package/lib/module/lib/commonjs/src/AguaceroContext.js.map +1 -1
  377. package/lib/module/lib/commonjs/src/GridRenderLayer.js +8 -0
  378. package/lib/module/lib/commonjs/src/GridRenderLayer.js.map +1 -1
  379. package/lib/module/lib/commonjs/src/GridRenderLayerNativeComponent.js.map +1 -1
  380. package/lib/module/lib/commonjs/src/MapManager.js.map +1 -1
  381. package/lib/module/lib/commonjs/src/MapRegistry.js.map +1 -1
  382. package/lib/module/lib/commonjs/src/StyleApplicator.js +6 -6
  383. package/lib/module/lib/commonjs/src/StyleApplicator.js.map +1 -1
  384. package/lib/module/lib/commonjs/src/WeatherLayerManager.js +26 -16
  385. package/lib/module/lib/commonjs/src/WeatherLayerManager.js.map +1 -1
  386. package/lib/module/lib/commonjs/tsconfig.json +23 -23
  387. package/lib/module/package.json +72 -67
  388. package/lib/module/react-native-builder-bob.config.js.map +1 -1
  389. package/lib/module/scripts/compile-shaders.js +60 -0
  390. package/lib/module/scripts/compile-shaders.js.map +1 -0
  391. package/lib/module/scripts/compile-shaders.sh +39 -0
  392. package/lib/module/src/AguaceroContext.js.map +1 -1
  393. package/lib/module/src/GridRenderLayer.js +8 -0
  394. package/lib/module/src/GridRenderLayer.js.map +1 -1
  395. package/lib/module/src/GridRenderLayerNativeComponent.js.map +1 -1
  396. package/lib/module/src/MapManager.js.map +1 -1
  397. package/lib/module/src/MapRegistry.js.map +1 -1
  398. package/lib/module/src/StyleApplicator.js +6 -6
  399. package/lib/module/src/StyleApplicator.js.map +1 -1
  400. package/lib/module/src/WeatherLayerManager.js +26 -16
  401. package/lib/module/src/WeatherLayerManager.js.map +1 -1
  402. package/lib/module/tsconfig.json +23 -23
  403. package/lib/typescript/scripts/compile-shaders.d.ts +3 -0
  404. package/lib/typescript/scripts/compile-shaders.d.ts.map +1 -0
  405. package/lib/typescript/src/GridRenderLayer.d.ts.map +1 -1
  406. package/lib/typescript/src/WeatherLayerManager.d.ts.map +1 -1
  407. package/package.json +72 -67
  408. package/src/AguaceroContext.js +3 -3
  409. package/src/GridRenderLayer.js +217 -204
  410. package/src/GridRenderLayerNativeComponent.ts +15 -15
  411. package/src/MapManager.js +155 -155
  412. package/src/MapRegistry.js +34 -34
  413. package/src/StyleApplicator.js +240 -240
  414. package/src/WeatherLayerManager.js +891 -872
  415. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/AguaceroCore.js +0 -1003
  416. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/AguaceroCore.js.map +0 -1
  417. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/coordinate_configs.js +0 -381
  418. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/coordinate_configs.js.map +0 -1
  419. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/default-colormaps.js +0 -1229
  420. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/default-colormaps.js.map +0 -1
  421. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/dictionaries.js +0 -4023
  422. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/dictionaries.js.map +0 -1
  423. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/events.js +0 -38
  424. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/events.js.map +0 -1
  425. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/fill-layer-worker.js +0 -30
  426. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/fill-layer-worker.js.map +0 -1
  427. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/getBundleId.js +0 -27
  428. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/getBundleId.js.map +0 -1
  429. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/index.js +0 -47
  430. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/index.js.map +0 -1
  431. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/map-styles.js +0 -301
  432. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/map-styles.js.map +0 -1
  433. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/unitConversions.js +0 -126
  434. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/unitConversions.js.map +0 -1
  435. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/package.json +0 -48
  436. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/AguaceroCore.js +0 -1029
  437. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/AguaceroCore.js.map +0 -1
  438. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/coordinate_configs.js +0 -381
  439. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/coordinate_configs.js.map +0 -1
  440. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/default-colormaps.js +0 -1229
  441. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/default-colormaps.js.map +0 -1
  442. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/dictionaries.js +0 -4023
  443. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/dictionaries.js.map +0 -1
  444. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/events.js +0 -38
  445. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/events.js.map +0 -1
  446. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/fill-layer-worker.js +0 -30
  447. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/fill-layer-worker.js.map +0 -1
  448. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/getBundleId.js +0 -27
  449. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/getBundleId.js.map +0 -1
  450. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/index.js +0 -41
  451. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/index.js.map +0 -1
  452. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/map-styles.js +0 -301
  453. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/map-styles.js.map +0 -1
  454. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/unitConversions.js +0 -126
  455. package/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/unitConversions.js.map +0 -1
  456. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/AguaceroCore.js +0 -1003
  457. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/AguaceroCore.js.map +0 -1
  458. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/coordinate_configs.js +0 -381
  459. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/coordinate_configs.js.map +0 -1
  460. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/default-colormaps.js +0 -1229
  461. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/default-colormaps.js.map +0 -1
  462. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/dictionaries.js +0 -4023
  463. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/dictionaries.js.map +0 -1
  464. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/events.js +0 -38
  465. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/events.js.map +0 -1
  466. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/fill-layer-worker.js +0 -30
  467. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/fill-layer-worker.js.map +0 -1
  468. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/getBundleId.js +0 -27
  469. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/getBundleId.js.map +0 -1
  470. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/index.js +0 -47
  471. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/index.js.map +0 -1
  472. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/map-styles.js +0 -301
  473. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/map-styles.js.map +0 -1
  474. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/unitConversions.js +0 -126
  475. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/dist/unitConversions.js.map +0 -1
  476. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/package.json +0 -48
  477. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/AguaceroCore.js +0 -1033
  478. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/AguaceroCore.js.map +0 -1
  479. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/coordinate_configs.js +0 -381
  480. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/coordinate_configs.js.map +0 -1
  481. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/default-colormaps.js +0 -1229
  482. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/default-colormaps.js.map +0 -1
  483. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/dictionaries.js +0 -4023
  484. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/dictionaries.js.map +0 -1
  485. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/events.js +0 -38
  486. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/events.js.map +0 -1
  487. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/fill-layer-worker.js +0 -30
  488. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/fill-layer-worker.js.map +0 -1
  489. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/getBundleId.js +0 -27
  490. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/getBundleId.js.map +0 -1
  491. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/index.js +0 -41
  492. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/index.js.map +0 -1
  493. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/map-styles.js +0 -301
  494. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/map-styles.js.map +0 -1
  495. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/unitConversions.js +0 -126
  496. package/lib/module/lib/commonjs/node_modules/@aguacerowx/javascript-sdk/src/unitConversions.js.map +0 -1
  497. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/AguaceroCore.js +0 -1003
  498. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/AguaceroCore.js.map +0 -1
  499. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/coordinate_configs.js +0 -381
  500. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/coordinate_configs.js.map +0 -1
  501. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/default-colormaps.js +0 -1229
  502. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/default-colormaps.js.map +0 -1
  503. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/dictionaries.js +0 -4023
  504. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/dictionaries.js.map +0 -1
  505. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/events.js +0 -38
  506. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/events.js.map +0 -1
  507. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/fill-layer-worker.js +0 -30
  508. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/fill-layer-worker.js.map +0 -1
  509. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/getBundleId.js +0 -27
  510. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/getBundleId.js.map +0 -1
  511. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/index.js +0 -47
  512. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/index.js.map +0 -1
  513. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/map-styles.js +0 -301
  514. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/map-styles.js.map +0 -1
  515. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/unitConversions.js +0 -126
  516. package/lib/module/node_modules/@aguacerowx/javascript-sdk/dist/unitConversions.js.map +0 -1
  517. package/lib/module/node_modules/@aguacerowx/javascript-sdk/package.json +0 -48
  518. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/AguaceroCore.js +0 -1021
  519. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/AguaceroCore.js.map +0 -1
  520. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/coordinate_configs.js +0 -375
  521. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/coordinate_configs.js.map +0 -1
  522. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/default-colormaps.js +0 -1223
  523. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/default-colormaps.js.map +0 -1
  524. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/dictionaries.js +0 -4017
  525. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/dictionaries.js.map +0 -1
  526. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/events.js +0 -31
  527. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/events.js.map +0 -1
  528. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/fill-layer-worker.js +0 -29
  529. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/fill-layer-worker.js.map +0 -1
  530. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/getBundleId.js +0 -21
  531. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/getBundleId.js.map +0 -1
  532. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/index.js +0 -12
  533. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/index.js.map +0 -1
  534. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/map-styles.js +0 -295
  535. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/map-styles.js.map +0 -1
  536. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/unitConversions.js +0 -119
  537. package/lib/module/node_modules/@aguacerowx/javascript-sdk/src/unitConversions.js.map +0 -1
@@ -1,1223 +0,0 @@
1
- export const DEFAULT_COLORMAPS = {
2
- "ptypeRefl": {
3
- "type": "fill",
4
- "gridded": false,
5
- "interpolationType": "interpolate",
6
- "units": {
7
- "dBZ": {
8
- "colormap": [
9
- // --- Rain Palette (Standard Reflectivity Values: 5 to 80) ---
10
- 5, "#00cc66", 35, "#ffff00", 70, "#ff8800", 80, "#ff0000",
11
- // --- Snow Palette (Reflectivity Values Offset by +100) ---
12
- 105, "#33ccff", 135, "#8800cc", 170, "#ffccff", 180, "#dddddd",
13
- // --- Freezing Rain Palette (Reflectivity Values Offset by +200) ---
14
- 205, "#ff3300", 230, "#ffaa33", 280, "#cc0066"],
15
- "breakpoints": [
16
- // Rain Breakpoints
17
- 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80,
18
- // Snow Breakpoints
19
- 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180,
20
- // Freezing Rain Breakpoints
21
- 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280]
22
- }
23
- }
24
- },
25
- "MergedZdr_04.00": {
26
- type: "fill",
27
- gridded: false,
28
- interpolationType: "interpolate",
29
- units: {
30
- 'dB': {
31
- colormap: [-4.0, "#404040", -2.0, "#808080", -0.5, "#c0c0c0", 0.0, "#e0e0e0", 0.3, "#9966cc", 0.6, "#000080", 1.0, "#0066cc", 1.5, "#00cccc", 2.0, "#00ff00", 2.5, "#ffff00", 3.0, "#ff9900", 4.0, "#ff0000", 5.0, "#cc0000", 6.0, "#ff66cc", 8.0, "#ffffff", 20.0, "#800080"],
32
- breakpoints: [-4.0, -2.0, -0.5, 0.0, 0.3, 0.6, 1.0, 1.5, 2.0, 2.5, 3.0, 4.0, 5.0, 6.0, 8.0, 20.0]
33
- }
34
- }
35
- },
36
- "MergedRhoHV_04.00": {
37
- type: "fill",
38
- gridded: false,
39
- interpolationType: "interpolate",
40
- units: {
41
- 'None': {
42
- colormap: [0.20, "#c0c0c0", 0.45, "#c0c0c0", 0.65, "#000080", 0.75, "#0000ff", 0.80, "#8066ff", 0.85, "#00ff00", 0.90, "#80ff00", 0.93, "#ffff00", 0.95, "#ffcc00", 0.96, "#ff9900", 0.97, "#ff6600", 0.98, "#ff0000", 0.99, "#cc0000", 1.00, "#800080", 1.05, "#ffccff", 3.00, "#800080"],
43
- breakpoints: [0.20, 0.45, 0.65, 0.75, 0.80, 0.85, 0.90, 0.93, 0.95, 0.96, 0.97, 0.98, 0.99, 1.00, 1.05, 3.00]
44
- }
45
- }
46
- },
47
- "rotation": {
48
- type: "fill",
49
- gridded: false,
50
- interpolationType: "interpolate",
51
- units: {
52
- 's⁻¹': {
53
- colormap: [0.000, "#e0e0e0", 0.003, "#c0c0c0", 0.004, "#a0a0a0", 0.005, "#808080", 0.006, "#666600", 0.007, "#999900", 0.008, "#cccc00", 0.009, "#ffff00", 0.010, "#ffff00", 0.011, "#cc0000", 0.012, "#cc0000", 0.013, "#ff0000", 0.014, "#ff0000", 0.015, "#ff0000", 0.020, "#00ffff"],
54
- breakpoints: [0.000, 0.003, 0.004, 0.005, 0.006, 0.007, 0.008, 0.009, 0.010, 0.011, 0.012, 0.013, 0.014, 0.015, 0.020]
55
- }
56
- }
57
- },
58
- "hail": {
59
- type: "fill",
60
- gridded: false,
61
- interpolationType: "interpolate",
62
- units: {
63
- 'mm': {
64
- colormap: [0, "#00ffff", 1, "#00ffff", 2, "#0099ff", 4, "#0066ff", 6, "#00ff00", 8, "#00ff00", 10, "#00ff00", 15, "#ffff00", 20, "#ffcc00", 30, "#ff9900", 40, "#ff0000", 50, "#ff0000", 75, "#ff00ff", 100, "#8000ff"],
65
- breakpoints: [0, 1, 2, 4, 6, 8, 10, 15, 20, 30, 40, 50, 75, 100]
66
- },
67
- 'in': {
68
- colormap: [0, "#00ffff", 0.05, "#00ffff",
69
- // 1mm
70
- 0.1, "#0099ff",
71
- // 2mm
72
- 0.2, "#0066ff",
73
- // 4mm
74
- 0.3, "#00ff00",
75
- // 6mm
76
- 0.5, "#00ff00",
77
- // 10mm
78
- 0.6, "#ffff00",
79
- // 15mm
80
- 0.8, "#ffcc00",
81
- // 20mm
82
- 1, "#ff9900",
83
- // 30mm
84
- 1.5, "#ff0000",
85
- // 40mm
86
- 2, "#ff0000",
87
- // 50mm
88
- 3, "#ff00ff",
89
- // 75mm
90
- 4, "#8000ff" // 100mm
91
- ],
92
- breakpoints: [0, 0.05, .1, .2, .3, .5, .6, .8, 1, 1.5, 2, 3, 4]
93
- }
94
- }
95
- },
96
- "ff_ari": {
97
- type: "fill",
98
- gridded: false,
99
- interpolationType: "interpolate",
100
- units: {
101
- 'year': {
102
- colormap: [0, "#e0e0e0", 1, "#00ff00", 2, "#00ff00", 3, "#ffff00", 4, "#ffff00", 6, "#ffcc00", 8, "#ff9900", 10, "#ff9900", 20, "#ff0000", 30, "#ff0000", 40, "#ff0000", 50, "#ff0000", 75, "#ff00ff", 100, "#ff00ff", 200, "#8000ff"],
103
- breakpoints: [0, 1, 2, 3, 4, 6, 8, 10, 20, 30, 40, 50, 75, 100, 200]
104
- }
105
- }
106
- },
107
- "lightning_prob": {
108
- type: "fill",
109
- gridded: false,
110
- interpolationType: "interpolate",
111
- units: {
112
- '%': {
113
- colormap: [10, "#00ccff", 20, "#0066ff", 30, "#00ff00", 40, "#00ff00", 50, "#00ff00", 60, "#ffff00", 70, "#ff9900", 80, "#ffccff", 90, "#ff00ff", 100, "#ffffff"],
114
- breakpoints: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
115
- }
116
- }
117
- },
118
- "vil": {
119
- type: "fill",
120
- gridded: false,
121
- interpolationType: "interpolate",
122
- units: {
123
- 'kg/m²': {
124
- colormap: [0.1, "#00ffff", 1, "#00ffff", 2, "#0099ff", 3, "#0066ff", 4, "#00ff00", 5, "#00ff00", 6, "#00ff00", 7, "#ffff00", 8, "#ffcc00", 10, "#ff9900", 12, "#ff0000", 15, "#ff0000", 18, "#ff00ff", 25, "#8000ff", 30, "#8000ff", 40, "#ffffff", 50, "#e0e0e0", 60, "#c0c0c0", 70, "#606060"],
125
- breakpoints: [0.1, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 15, 18, 25, 30, 40, 50, 60, 70]
126
- }
127
- }
128
- },
129
- "gh_tendency": {
130
- type: "fill",
131
- gridded: false,
132
- interpolationType: "interpolate",
133
- units: {
134
- 'dam': {
135
- colormap: [-60, "#0000cc", -30, "#0000cc", 0, "#ffffff", 30, "#e60000", 60, "#e60000"],
136
- breakpoints: [-60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60]
137
- }
138
- }
139
- },
140
- "refc_0": {
141
- type: "fill",
142
- gridded: false,
143
- interpolationType: "interpolate",
144
- units: {
145
- 'dBZ': {
146
- colormap: [5, "#2980dc", 15, "#00b2d4", 20, "#00cc99", 25, "#00e07f", 30, "#8fd42a", 35, "#ffcc00", 40, "#ff8c00", 45, "#ff6633", 50, "#ff3333", 55, "#cc3399", 60, "#a020f0", 65, "#8822ee", 70, "#7425e6", 75, "#cc33cc", 80, "#ff66dd"],
147
- breakpoints: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
148
- }
149
- }
150
- },
151
- "mslma_0": {
152
- type: "line",
153
- gridded: true,
154
- interpolationType: "interpolate",
155
- units: {
156
- 'hPa': {
157
- colormap: [900, "#0033ff", 1000, "#00d5ff", 1002, "#ff6666", 1060, "#ff0000"],
158
- breakpoints: [870, 872, 874, 876, 878, 880, 882, 884, 886, 888, 890, 892, 894, 896, 898, 900, 902, 904, 906, 908, 910, 912, 914, 916, 918, 920, 922, 924, 926, 928, 930, 932, 934, 936, 938, 940, 942, 944, 946, 948, 950, 952, 954, 956, 958, 960, 962, 964, 966, 968, 970, 972, 974, 976, 978, 980, 982, 984, 986, 988, 990, 992, 994, 996, 998, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016, 1018, 1020, 1022, 1024, 1026, 1028, 1030, 1032, 1034, 1036, 1038, 1040, 1042, 1044, 1046, 1048, 1050, 1052, 1054, 1056, 1058, 1060, 1062, 1064, 1066, 1068, 1070, 1072, 1074, 1076, 1078, 1080, 1082, 1084, 1086, 1088, 1090]
159
- }
160
- }
161
- },
162
- "pres2PVU": {
163
- type: "fill",
164
- gridded: false,
165
- interpolationType: "interpolate",
166
- units: {
167
- 'hPa': {
168
- colormap: [20, "#cc3333", 150, "#ff9933", 210, "#ffdd00", 375, "#33cc66", 390, "#3366cc", 510, "#4d88ff", 570, "#66e6ff", 645, "#ff99ff", 750, "#cc33cc"],
169
- breakpoints: [30, 45, 60, 75, 90, 105, 120, 135, 150, 165, 180, 195, 210, 225, 240, 255, 270, 285, 300, 315, 330, 345, 360, 375, 390, 405, 420, 435, 450, 465, 480, 495, 510, 525, 540, 555, 570, 585, 600, 615, 630, 645, 660, 675, 690, 705, 720, 735, 750, 765, 780, 795, 810, 825, 840]
170
- }
171
- }
172
- },
173
- "theta2PVU": {
174
- type: "fill",
175
- gridded: false,
176
- interpolationType: "interpolate",
177
- units: {
178
- '°K': {
179
- colormap: [260, "#cc66cc", 300, "#cc0066", 320, "#66ccff", 345, "#3366cc", 350, "#00cc33", 375, "#ffee00", 450, "#ff3333"],
180
- breakpoints: [260, 265, 270, 275, 280, 285, 290, 295, 300, 305, 310, 315, 320, 325, 330, 335, 340, 345, 350, 355, 360, 365, 370, 375, 380, 385, 390, 395, 400, 405, 410, 415, 420, 425, 430, 435, 440, 445, 450, 455, 460, 465, 470, 475, 480, 485, 490, 495]
181
- }
182
- }
183
- },
184
- "vo": {
185
- type: "fill",
186
- gridded: false,
187
- interpolationType: "interpolate",
188
- units: {
189
- 's⁻¹': {
190
- colormap: [-80, "#444444", -40, "#444444", 0, "#dddddd", 4, "#ffee66", 12, "#ff9933", 20, "#ff6600", 32, "#cc3366", 40, "#9933aa", 60, "#3333ff", 72, "#333399", 80, "#00ffff", 150, "#ffffffff"],
191
- breakpoints: [-80, -76, -72, -68, -64, -60, -56, -52, -48, -44, -40, -36, -32, -28, -24, -20, -16, -12, -8, -4, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150]
192
- }
193
- }
194
- },
195
- "bulk_shear_speed_upper": {
196
- type: "fill",
197
- gridded: true,
198
- interpolationType: "interpolate",
199
- units: {
200
- 'kts': {
201
- colormap: [20, "#99ffff", 40, "#7733cc", 50, "#ff66cc", 60, "#ff3377", 70, "#993399", 80, "#ff3333", 90, "#cc0000", 100, "#ff9900", 120, "#ffdd00", 140, "#ff8800"],
202
- breakpoints: [20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180]
203
- },
204
- 'm/s': {
205
- colormap: [10, "#99ffff", 22, "#7733cc", 26, "#ff66cc", 30, "#ff3377", 38, "#993399", 42, "#ff3333", 46, "#cc0000", 50, "#ff9900", 62, "#ffdd00", 70, "#ff8800"],
206
- breakpoints: [10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, 54, 58, 62, 66, 70, 74, 78, 82, 86, 90]
207
- }
208
- }
209
- },
210
- "bulk_shear_speed_lower": {
211
- type: "fill",
212
- gridded: true,
213
- interpolationType: "interpolate",
214
- units: {
215
- 'kts': {
216
- colormap: [10, "#99ffff", 20, "#ff66cc", 30, "#ff3377", 40, "#993399", 50, "#ff3333", 60, "#ff9900", 70, "#ffdd00", 80, "#ff8800"],
217
- breakpoints: [10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90]
218
- },
219
- 'm/s': {
220
- colormap: [5, "#99ffff", 11, "#ff66cc", 15, "#ff3377", 21, "#993399", 25, "#ff3333", 31, "#ff9900", 35, "#ffdd00", 41, "#ff8800"],
221
- breakpoints: [5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45]
222
- }
223
- }
224
- },
225
- "hlcy": {
226
- type: "fill",
227
- gridded: false,
228
- interpolationType: "interpolate",
229
- units: {
230
- 'm²/s²': {
231
- colormap: [-1000, "#33007a", 0, "#dddddd", 50, "#888888", 100, "#3377cc", 150, "#66bbff", 200, "#ffdd00", 300, "#ffcc00", 350, "#ff0000", 400, "#cc0066", 450, "#8800cc", 500, "#cc66ff", 600, "#ffbbbb", 1500, "#ff8800"],
232
- breakpoints: [-1500, -1450, -1400, -1350, -1300, -1250, -1200, -1150, -1100, -1050, -1000, -950, -900, -850, -800, -750, -700, -650, -600, -550, -500, -450, -400, -350, -300, -250, -200, -150, -100, -50, 0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, 1400, 1450, 1500]
233
- }
234
- }
235
- },
236
- "mxuphl_5000": {
237
- type: "fill",
238
- gridded: false,
239
- interpolationType: "interpolate",
240
- units: {
241
- 'm²/s²': {
242
- colormap: [2, "#99ffff", 90, "#0077ff", 100, "#ffee00", 200, "#ff66ff", 400, "#8800ee"],
243
- breakpoints: [2, 5, 10, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 440, 480, 520, 560]
244
- }
245
- }
246
- },
247
- "mxuphl_3000": {
248
- type: "fill",
249
- gridded: false,
250
- interpolationType: "interpolate",
251
- units: {
252
- 'm²/s²': {
253
- colormap: [2, "#99ffff", 90, "#0077ff", 100, "#ffee00", 200, "#ff66ff", 300, "#8800ee"],
254
- breakpoints: [2, 5, 10, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 220, 240, 260, 280, 300]
255
- }
256
- }
257
- },
258
- "ehi": {
259
- type: "fill",
260
- gridded: false,
261
- interpolationType: "interpolate",
262
- units: {
263
- 'None': {
264
- colormap: [-20, "#33007a", 0, "#dddddd", 1, "#3377cc", 2, "#ffee00", 6, "#cc0066", 8, "#8800cc", 20, "#ffbbbb"],
265
- breakpoints: [-20.0, -19.5, -19.0, -18.5, -18.0, -17.5, -17.0, -16.5, -16.0, -15.5, -15.0, -14.5, -14.0, -13.5, -13.0, -12.5, -12.0, -11.5, -11.0, -10.5, -10.0, -9.5, -9.0, -8.5, -8.0, -7.5, -7.0, -6.5, -6.0, -5.5, -5.0, -4.5, -4.0, -3.5, -3.0, -2.5, -2.0, -1.5, -1.0, -0.5, 0.0, 0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0, 6.5, 7.0, 7.5, 8.0, 8.5, 9.0, 9.5, 10.0, 10.5, 11.0, 11.5, 12.0, 12.5, 13.0, 13.5, 14.0, 14.5, 15.0, 15.5, 16.0, 16.5, 17.0, 17.5, 18.0, 18.5, 19.0, 19.5, 20.0]
266
- }
267
- }
268
- },
269
- "slr": {
270
- type: "fill",
271
- gridded: false,
272
- interpolationType: "interpolate",
273
- units: {
274
- 'in. Snow/in. Liquid': {
275
- colormap: [1, "#ccffff", 7, "#0088ff", 9, "#7733cc", 10, "#ff66ff", 15, "#ffcc99", 50, "#ff8800"],
276
- breakpoints: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]
277
- }
278
- }
279
- },
280
- "2t_2": {
281
- type: "fill",
282
- gridded: true,
283
- interpolationType: "interpolate",
284
- units: {
285
- '°F': {
286
- colormap: [-90, "#FFFFFF", -60, "#d9c2ff", -30, "#cc0088", 0, "#8822ee", 32, "#0077ff", 33, "#00cccc", 50, "#00dd66", 60, "#ffbb00", 80, "#ff5500", 100, "#ff0066", 120, "#cc0088", 150, "#FFFFFF"],
287
- breakpoints: [-90, -88, -86, -84, -82, -80, -78, -76, -74, -72, -70, -68, -66, -64, -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150]
288
- },
289
- '°C': {
290
- colormap: [-70, "#FFFFFF", -40, "#d9c2ff", -31, "#cc0088", -13, "#8822ee", 0, "#0077ff", 1, "#00cccc", 10, "#00dd66", 15, "#ffbb00", 25, "#ff5500", 40, "#ff0066", 50, "#cc0088", 70, "#FFFFFF"],
291
- breakpoints: [-70, -68, -66, -64, -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70]
292
- }
293
- }
294
- },
295
- "t_iso": {
296
- type: "line",
297
- gridded: false,
298
- interpolationType: "interpolate",
299
- units: {
300
- '°C': {
301
- colormap: [0, "#0033ff"],
302
- breakpoints: [0]
303
- }
304
- }
305
- },
306
- "2d_2": {
307
- type: "fill",
308
- gridded: false,
309
- interpolationType: "interpolate",
310
- units: {
311
- '°F': {
312
- colormap: [-80, "#ff0000", -60, "#ff5500", -20, "#ffaa00", 32, "#dddddd", 33, "#66dd88", 50, "#00cc66", 60, "#0077ff", 80, "#66aaff", 90, "#ffffff"],
313
- breakpoints: [-80, -78, -76, -74, -72, -70, -68, -66, -64, -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90]
314
- },
315
- '°C': {
316
- colormap: [-70, "#ff0000", -50, "#ff5500", -30, "#ffaa00", 0, "#dddddd", 1, "#66dd88", 10, "#00cc66", 20, "#0077ff", 30, "#66aaff", 40, "#ffffff"],
317
- breakpoints: [-70, -68, -66, -64, -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50]
318
- }
319
- }
320
- },
321
- "d": {
322
- type: "fill",
323
- gridded: false,
324
- interpolationType: "interpolate",
325
- units: {
326
- '°C': {
327
- colormap: [-70, "#FFFFFF", -40, "#d9c2ff", -31, "#cc0088", -13, "#8822ee", 0, "#0077ff", 1, "#00cccc", 10, "#00dd66", 15, "#ffbb00", 25, "#ff5500", 40, "#ff0066", 50, "#cc0088", 70, "#FFFFFF"],
328
- breakpoints: [-70, -68, -66, -64, -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70]
329
- }
330
- }
331
- },
332
- "t": {
333
- type: "fill",
334
- gridded: true,
335
- interpolationType: "interpolate",
336
- units: {
337
- '°C': {
338
- colormap: [-50, "#ffffff", -35, "#cc0088", -20, "#8822ee", 0, "#0077ff", 1, "#00cccc", 10, "#00dd66", 15, "#ffbb00", 25, "#ff5500", 40, "#ff0066", 50, "#cc0088"],
339
- breakpoints: [-50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50]
340
- }
341
- }
342
- },
343
- "wind_speed_10": {
344
- type: "fill",
345
- gridded: true,
346
- interpolationType: "interpolate",
347
- units: {
348
- 'kts': {
349
- colormap: [5, "#dddddd", 10, "#99ccff", 15, "#0088ff", 35, "#8822ee", 50, "#ff0088", 70, "#ff8800", 120, "#ffff00"],
350
- breakpoints: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150]
351
- },
352
- 'mph': {
353
- colormap: [5, "#dddddd", 10, "#99ccff", 20, "#0088ff", 40, "#8822ee", 55, "#ff0088", 80, "#ff8800", 150, "#ffff00"],
354
- breakpoints: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200]
355
- },
356
- 'm/s': {
357
- colormap: [2, "#dddddd", 10, "#0088ff", 20, "#8822ee", 24, "#ff0088", 36, "#ff8800", 60, "#ffff00"],
358
- breakpoints: [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80]
359
- },
360
- 'km/h': {
361
- colormap: [10, "#dddddd", 20, "#99ccff", 35, "#0088ff", 70, "#8822ee", 90, "#ff0088", 130, "#ff8800", 220, "#ffff00"],
362
- breakpoints: [10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, 290, 295, 300]
363
- }
364
- }
365
- },
366
- "wind_speed_upper": {
367
- type: "fill",
368
- gridded: true,
369
- interpolationType: "interpolate",
370
- units: {
371
- 'kts': {
372
- colormap: [50, "#99ffff", 60, "#00cccc", 70, "#00dd66", 90, "#ffee00", 120, "#ff9900", 130, "#ff3333", 140, "#9933cc", 180, "#ff99ff", 200, "#ff6666", 250, "#ff0000"],
373
- breakpoints: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250]
374
- },
375
- 'mph': {
376
- colormap: [55, "#99ffff", 70, "#00cccc", 80, "#00dd66", 105, "#ffee00", 140, "#ff9900", 150, "#ff3333", 160, "#9933cc", 205, "#ff99ff", 230, "#ff6666", 290, "#ff0000"],
377
- breakpoints: [10, 25, 35, 45, 55, 70, 80, 90, 105, 115, 125, 140, 150, 160, 170, 185, 195, 205, 220, 230, 240, 255, 265, 275, 290]
378
- },
379
- 'm/s': {
380
- colormap: [25, "#99ffff", 30, "#00cccc", 36, "#00dd66", 46, "#ffee00", 62, "#ff9900", 67, "#ff3333", 72, "#9933cc", 93, "#ff99ff", 103, "#ff6666", 129, "#ff0000"],
381
- breakpoints: [5, 10, 15, 20, 25, 30, 36, 41, 46, 51, 57, 62, 67, 72, 77, 82, 88, 93, 98, 103, 108, 113, 118, 124, 129]
382
- },
383
- 'km/h': {
384
- colormap: [95, "#99ffff", 110, "#00cccc", 130, "#00dd66", 165, "#ffee00", 220, "#ff9900", 240, "#ff3333", 260, "#9933cc", 335, "#ff99ff", 370, "#ff6666", 460, "#ff0000"],
385
- breakpoints: [20, 35, 55, 75, 95, 110, 130, 150, 165, 185, 205, 220, 240, 260, 280, 295, 315, 335, 350, 370, 390, 410, 425, 445, 460]
386
- }
387
- }
388
- },
389
- "wind_speed_mid": {
390
- type: "fill",
391
- gridded: true,
392
- interpolationType: "interpolate",
393
- units: {
394
- 'kts': {
395
- colormap: [10, "#ccddee", 20, "#99ffff", 30, "#00cccc", 35, "#00dd66", 45, "#ffee00", 55, "#ff9900", 65, "#9933cc", 100, "#ff99ff", 120, "#ff6666", 155, "#ff0000"],
396
- breakpoints: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250]
397
- },
398
- 'mph': {
399
- colormap: [10, "#ccddee", 25, "#99ffff", 35, "#00cccc", 40, "#00dd66", 50, "#ffee00", 65, "#ff9900", 75, "#9933cc", 115, "#ff99ff", 140, "#ff6666", 180, "#ff0000"],
400
- breakpoints: [5, 10, 15, 25, 30, 35, 40, 45, 50, 55, 65, 70, 75, 80, 85, 90, 100, 105, 110, 115, 120, 125, 130, 140, 145, 150, 155, 160, 165, 170, 180, 185, 190, 195, 200, 205, 210, 220, 225, 230, 235, 240, 245, 250, 260, 265, 270, 275, 280, 285, 290]
401
- },
402
- 'm/s': {
403
- colormap: [5, "#ccddee", 10, "#99ffff", 15, "#00cccc", 18, "#00dd66", 23, "#ffee00", 28, "#ff9900", 33, "#9933cc", 51, "#ff99ff", 62, "#ff6666", 80, "#ff0000"],
404
- breakpoints: [2, 5, 8, 10, 13, 15, 18, 20, 23, 26, 28, 31, 33, 36, 38, 41, 44, 46, 49, 51, 54, 57, 59, 62, 64, 67, 69, 72, 74, 77, 80, 82, 85, 87, 90, 92, 95, 97, 100, 103, 105, 108, 110, 113, 115, 118, 120, 123, 125, 128]
405
- },
406
- 'km/h': {
407
- colormap: [20, "#ccddee", 35, "#99ffff", 55, "#00cccc", 65, "#00dd66", 85, "#ffee00", 100, "#ff9900", 120, "#9933cc", 185, "#ff99ff", 220, "#ff6666", 290, "#ff0000"],
408
- breakpoints: [10, 20, 25, 35, 45, 55, 65, 75, 85, 95, 100, 110, 120, 130, 140, 150, 160, 165, 175, 185, 195, 205, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 315, 325, 335, 345, 355, 365, 370, 380, 390, 395, 405, 415, 425, 435, 445, 455, 465]
409
- }
410
- }
411
- },
412
- "pwat_0": {
413
- type: "fill",
414
- gridded: true,
415
- interpolationType: "interpolate",
416
- units: {
417
- 'mm': {
418
- colormap: [0, "#ff5500", 10, "#ff9933", 25, "#ffcc99", 35, "#cc99ff", 55, "#8866ff", 65, "#5555ff", 75, "#3333aa"],
419
- breakpoints: [1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89]
420
- },
421
- 'in': {
422
- colormap: [0, "#ff5500", 0.5, "#ff9933", 1, "#ffcc99", 1.5, "#cc99ff", 2, "#8866ff", 2.5, "#5555ff", 3, "#3333aa"],
423
- breakpoints: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0]
424
- }
425
- }
426
- },
427
- "thetaE": {
428
- type: "fill",
429
- gridded: true,
430
- interpolationType: "interpolate",
431
- units: {
432
- '°K': {
433
- colormap: [230, "#995522", 300, "#ffbb77", 320, "#99ff66", 325, "#33cc00", 330, "#00eeff", 335, "#0099aa", 340, "#8800ff", 355, "#ff0000", 360, "#ff0088", 370, "#ffaaaa"],
434
- breakpoints: [230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, 290, 295, 300, 305, 310, 315, 320, 325, 330, 335, 340, 345, 350, 355, 360, 365, 370]
435
- }
436
- }
437
- },
438
- "gust_0": {
439
- type: "fill",
440
- gridded: true,
441
- interpolationType: "interpolate",
442
- units: {
443
- 'mph': {
444
- colormap: [20, "#6699ff", 30, "#00ffff", 35, "#00cc33", 45, "#99ff66", 50, "#ffdd00", 65, "#ff0000", 70, "#cc6600", 85, "#ffbbbb", 100, "#ff3333", 120, "#ff8800", 200, "#999999"],
445
- breakpoints: [20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200]
446
- },
447
- 'kts': {
448
- colormap: [15, "#6699ff", 25, "#00ffff", 30, "#00cc33", 40, "#99ff66", 50, "#ffdd00", 55, "#ff0000", 60, "#cc6600", 70, "#ffbbbb", 90, "#ff3333", 100, "#ff8800", 150, "#999999"],
449
- breakpoints: [15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150]
450
- },
451
- 'm/s': {
452
- colormap: [10, "#6699ff", 14, "#00ffff", 16, "#00cc33", 20, "#99ff66", 24, "#ffdd00", 30, "#ff0000", 32, "#cc6600", 38, "#ffbbbb", 44, "#ff3333", 52, "#ff8800", 80, "#999999"],
453
- breakpoints: [10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80]
454
- },
455
- 'km/h': {
456
- colormap: [30, "#6699ff", 50, "#00ffff", 55, "#00cc33", 70, "#99ff66", 80, "#ffdd00", 105, "#ff0000", 115, "#cc6600", 135, "#ffbbbb", 160, "#ff3333", 195, "#ff8800", 320, "#999999"],
457
- breakpoints: [30, 40, 50, 55, 65, 70, 80, 90, 95, 105, 115, 120, 130, 135, 145, 150, 160, 170, 175, 185, 195, 200, 210, 215, 225, 235, 240, 250, 255, 265, 270, 280, 290, 295, 305, 315, 320]
458
- }
459
- }
460
- },
461
- "ltng": {
462
- type: "fill",
463
- gridded: false,
464
- interpolationType: "interpolate",
465
- units: {
466
- 'flashes km⁻²/5 min': {
467
- colormap: [0.01, "#dddddd", 0.75, "#ffff00", 1, "#ff9999", 2, "#ff66bb", 3, "#cc66cc", 5, "#ff66ff", 6, "#cc66ff", 15, "#ff3399", 21, "#ff9933"],
468
- breakpoints: [.01, 0.1, 0.25, 0.5, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 21]
469
- }
470
- }
471
- },
472
- "cape_0": {
473
- type: "fill",
474
- gridded: true,
475
- interpolationType: "interpolate",
476
- units: {
477
- 'J kg⁻¹': {
478
- colormap: [100, "#4dbb6a", 250, "#4dbb6a", 1000, "#ffca3a", 2000, "#ff9a3c", 3000, "#ff5e7d", 6000, "#9c3fe4"],
479
- breakpoints: [100, 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000, 3250, 3500, 3750, 4000, 4250, 4500, 4750, 5000, 5250, 5500, 5750, 6000, 6250, 6500, 6750, 7000, 7250, 7500, 7750, 8000, 8250, 8500, 8750, 9000, 9250, 9500, 9750, 10000]
480
- }
481
- }
482
- },
483
- "cape_0-3000": {
484
- type: "fill",
485
- gridded: true,
486
- interpolationType: "interpolate",
487
- units: {
488
- 'J kg⁻¹': {
489
- colormap: [5, "#4dbb6a", 100, "#ffca3a", 200, "#ff9a3c", 300, "#ff5e7d", 500, "#9c3fe4"],
490
- breakpoints: [5, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500]
491
- }
492
- }
493
- },
494
- "stp": {
495
- type: "fill",
496
- gridded: true,
497
- interpolationType: "interpolate",
498
- units: {
499
- 'None': {
500
- colormap: [0.1, "#b3b3b3", 1, "#4d80b3", 2, "#ffaa00", 3, "#ff3366", 4, "#cc33ff", 5, "#ff66cc", 6, "#ff6633", 9, "#ffaa66", 30, "#00cccc"],
501
- breakpoints: [0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 35, 40]
502
- }
503
- }
504
- },
505
- "supercellComposite": {
506
- type: "fill",
507
- gridded: true,
508
- interpolationType: "interpolate",
509
- units: {
510
- 'None': {
511
- colormap: [0.1, "#b3b3b3", 1, "#4d80b3", 2, "#ffaa00", 3, "#ff3366", 4, "#cc33ff", 5, "#ff66cc", 6, "#ff6633", 9, "#ffaa66", 20, "#00cccc", 50, "white"],
512
- breakpoints: [0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50]
513
- }
514
- }
515
- },
516
- "tts": {
517
- type: "fill",
518
- gridded: true,
519
- interpolationType: "interpolate",
520
- units: {
521
- 'None': {
522
- colormap: [0.1, "#b3b3b3", 1, "#4d80b3", 2, "#ffaa00", 3, "#ff3366", 4, "#cc33ff", 5, "#ff66cc", 6, "#ff6633", 9, "#ffaa66", 30, "#00cccc"],
523
- breakpoints: [0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 35, 40]
524
- }
525
- }
526
- },
527
- "tehi": {
528
- type: "fill",
529
- gridded: true,
530
- interpolationType: "interpolate",
531
- units: {
532
- 'None': {
533
- colormap: [0.1, "#b3b3b3", 1, "#4d80b3", 2, "#ffaa00", 3, "#ff3366", 4, "#cc33ff", 5, "#ff66cc", 6, "#ff6633", 9, "#ffaa66", 30, "#00cccc"],
534
- breakpoints: [0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 35, 40]
535
- }
536
- }
537
- },
538
- "lftx_0": {
539
- type: "fill",
540
- gridded: true,
541
- interpolationType: "interpolate",
542
- units: {
543
- '°C': {
544
- colormap: [-20, "#ffb3b3", -14, "#ff3300", -13, "#cc0000", -12, "#ff6699", -10, "#ff99ff", -9, "#cc66ff", -8, "#9933ff", -7, "#cc0055", -6, "#ff0044", -4, "#ffaa00", -3, "#ffff00", -2, "#6699ff", -1, "#0066cc"],
545
- breakpoints: [-20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1]
546
- }
547
- }
548
- },
549
- "lapse_rates_500700": {
550
- type: "fill",
551
- gridded: true,
552
- interpolationType: "interpolate",
553
- units: {
554
- '°C km⁻¹': {
555
- colormap: [1, "#cccccc", 5, "#666666", 6, "#3366cc", 7, "#ffff00", 8, "#ff9900", 9, "#cc33ff", 10, "#ff99ff", 15, "#cc0000"],
556
- breakpoints: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
557
- }
558
- }
559
- },
560
- "lcl": {
561
- type: "fill",
562
- gridded: true,
563
- interpolationType: "interpolate",
564
- units: {
565
- 'm': {
566
- colormap: [100, "#cccccc", 1000, "#ffcc66", 2000, "#ff6633", 3000, "#cc0033", 4000, "#660033", 9000, "#ccccff"],
567
- breakpoints: [100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2100, 2200, 2300, 2400, 2500, 2600, 2700, 2800, 2900, 3000, 3100, 3200, 3300, 3400, 3500, 3600, 3700, 3800, 3900, 4000, 4100, 4200, 4300, 4400, 4500, 4600, 4700, 4800, 4900, 5000, 5100, 5200, 5300, 5400, 5500, 5600, 5700, 5800, 5900, 6000, 6100, 6200, 6300, 6400, 6500, 6600, 6700, 6800, 6900, 7000, 7100, 7200, 7300, 7400, 7500, 7600, 7700, 7800, 7900, 8000, 8100, 8200, 8300, 8400, 8500, 8600, 8700, 8800, 8900, 9000, 9100, 9200, 9300, 9400, 9500, 9600, 9700, 9800, 9900, 10000]
568
- },
569
- 'km': {
570
- colormap: [0.1, "#cccccc", 1, "#ffcc66", 2, "#ff6633", 3, "#cc0033", 4, "#660033", 9, "#ccccff"],
571
- breakpoints: [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10.0]
572
- },
573
- 'ft': {
574
- colormap: [500, "#cccccc", 3000, "#ffcc66", 6500, "#ff6633", 10000, "#cc0033", 13000, "#660033", 30000, "#ccccff"],
575
- breakpoints: [500, 1000, 1500, 2000, 2500, 3000, 3500, 4000, 4500, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000, 11500, 12000, 12500, 13000, 13500, 14000, 14500, 15000, 15500, 16000, 16500, 17000, 17500, 18000, 18500, 19000, 19500, 20000, 20500, 21000, 21500, 22000, 22500, 23000, 23500, 24000, 24500, 25000, 25500, 26000, 26500, 27000, 27500, 28000, 28500, 29000, 29500, 30000]
576
- }
577
- }
578
- },
579
- "cin_0": {
580
- type: "fill",
581
- gridded: true,
582
- interpolationType: "interpolate",
583
- units: {
584
- "J kg⁻¹": {
585
- colormap: [-1000, "#cccccc", -600, "#ff9900", -400, "#ff99ff", -300, "#cc66ff", -200, "#cc6699", -50, "#ffdd00"],
586
- breakpoints: [-1000, -950, -900, -850, -800, -750, -700, -650, -600, -550, -500, -450, -400, -350, -300, -250, -200, -150, -100, -50]
587
- }
588
- }
589
- },
590
- "dgzrh": {
591
- type: "fill",
592
- gridded: false,
593
- interpolationType: "interpolate",
594
- units: {
595
- "%": {
596
- colormap: [0, "#5555dd", 25, "#ff9999", 50, "#ffcc33", 75, "#33cc66", 100, "#3399ff"],
597
- breakpoints: [0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
598
- }
599
- }
600
- },
601
- "2r_2": {
602
- type: "fill",
603
- gridded: true,
604
- interpolationType: "interpolate",
605
- units: {
606
- "%": {
607
- colormap: [0, "#444444", 25, "#ff6655", 50, "#ffcc00", 75, "#33cc77", 100, "#3399ff"],
608
- breakpoints: [0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
609
- }
610
- }
611
- },
612
- "r": {
613
- type: "fill",
614
- gridded: false,
615
- interpolationType: "interpolate",
616
- units: {
617
- "%": {
618
- colormap: [0, "#444444", 25, "#ff6655", 50, "#ffcc00", 75, "#33cc77", 100, "#3399ff"],
619
- breakpoints: [0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
620
- }
621
- }
622
- },
623
- 'mean700300mbRH': {
624
- type: "fill",
625
- gridded: false,
626
- interpolationType: "interpolate",
627
- units: {
628
- "%": {
629
- colormap: [0, "#444444", 25, "#ff6655", 50, "#ffcc00", 75, "#33cc77", 100, "#3399ff"],
630
- breakpoints: [0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
631
- }
632
- }
633
- },
634
- "fgen": {
635
- type: "fill",
636
- gridded: false,
637
- interpolationType: "interpolate",
638
- units: {
639
- "°C/100km/3hr": {
640
- colormap: [1, "#cc66ff", 10, "#ff66ff", 20, "#3333ff"],
641
- breakpoints: [1, 3, 5, 7, 9, 11, 12, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61]
642
- }
643
- }
644
- },
645
- "tadv": {
646
- "type": "fill",
647
- "gridded": false,
648
- "interpolationType": "interpolate",
649
- "units": {
650
- "°C h⁻¹": {
651
- "colormap": [-20, "#6699ff", -10, "#ccffff", -8, "#ff99ff", -6, "#ff66cc", -4, "#cc66ff", -2, "#66ccff", -1, "#ffffff", 1, "#ffffff", 2, "#ffcc66", 4, "#ff9933", 6, "#ff3333", 8, "#cccc00", 10, "#ddcc66", 20, "#cc9933"],
652
- "breakpoints": [-20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
653
- }
654
- }
655
- },
656
- "ivt": {
657
- "type": "fill",
658
- "gridded": false,
659
- "interpolationType": "interpolate",
660
- "units": {
661
- "kg m⁻¹ s⁻¹": {
662
- "colormap": [250, "#ffbb00", 800, "#ff6666", 1600, "#9933cc"],
663
- "breakpoints": [250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, 1900, 1950, 2000, 2050, 2100]
664
- }
665
- }
666
- },
667
- "dgzvvel": {
668
- "type": "fill",
669
- "gridded": false,
670
- "interpolationType": "interpolate",
671
- "units": {
672
- "Pa/s": {
673
- "colormap": [-80, "#00ccff", -40, "#3333aa", -25, "#ff66cc", -10, "#ff7777", -2, "#ffee00", 0, "#cccccc", 50, "#333333"],
674
- "breakpoints": [-100, -95, -90, -85, -80, -75, -70, -65, -60, -55, -50, -45, -40, -35, -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
675
- }
676
- }
677
- },
678
- "w": {
679
- "type": "fill",
680
- "gridded": false,
681
- "interpolationType": "interpolate",
682
- "units": {
683
- "Pa/s": {
684
- "colormap": [-150, "#00ccff", -50, "#3333aa", -35, "#ff66cc", -20, "#ff7777", -5, "#ffee00", 0, "#cccccc", 50, "#333333", 150, 'white'],
685
- "breakpoints": [-150, -145, -140, -135, -130, -125, -120, -115, -110, -105, -100, -95, -90, -85, -80, -75, -70, -65, -60, -55, -50, -45, -40, -35, -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150]
686
- }
687
- }
688
- },
689
- "crain": {
690
- "type": "fill",
691
- "gridded": false,
692
- "interpolationType": "interpolate",
693
- "units": {
694
- "None": {
695
- "colormap": [0, "#000000", 1, "#66cc66"],
696
- "breakpoints": []
697
- }
698
- }
699
- },
700
- "csnow": {
701
- "type": "fill",
702
- "gridded": false,
703
- "interpolationType": "interpolate",
704
- "units": {
705
- "None": {
706
- "colormap": [0, "#000000", 1, "#6699cc"],
707
- "breakpoints": []
708
- }
709
- }
710
- },
711
- "cicep": {
712
- "type": "fill",
713
- "gridded": false,
714
- "interpolationType": "interpolate",
715
- "units": {
716
- "None": {
717
- "colormap": [0, "#000000", 1, "#cc66ee"],
718
- "breakpoints": []
719
- }
720
- }
721
- },
722
- "cfrzr": {
723
- "type": "fill",
724
- "gridded": false,
725
- "interpolationType": "interpolate",
726
- "units": {
727
- "None": {
728
- "colormap": [0, "#000000", 1, "#ff3399"],
729
- "breakpoints": []
730
- }
731
- }
732
- },
733
- "prate": {
734
- "type": "fill",
735
- "gridded": false,
736
- "interpolationType": "interpolate",
737
- "units": {
738
- "in/hr": {
739
- "colormap": [0.005, "#00cc66", 0.1, "#ffff00", 0.3, "#ff8800", 1, "#ff0000", 1.5, '#ff00cc'],
740
- "breakpoints": [.005, .01, .03, .05, .07, .1, .15, .2, .3, .4, .5, .6, .7, .8, .9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3]
741
- },
742
- "mm/hr": {
743
- "colormap": [0.1, "#00cc66", 3, "#ffff00", 7, "#ff8800", 24, "#ff0000", 36, '#ff00cc'],
744
- "breakpoints": [0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 30, 36, 42]
745
- }
746
- }
747
- },
748
- "frzrRate": {
749
- "type": "fill",
750
- "gridded": false,
751
- "interpolationType": "interpolate",
752
- "units": {
753
- "in/hr [QPF]": {
754
- "colormap": [0.005, "#ff3300", 0.1, "#ff33ff", 0.6, "#cc99cc"],
755
- "breakpoints": [.005, .01, .03, .05, .07, .1, .15, .2, .3, .4, .5, .6, .7, .8, .9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3]
756
- },
757
- "mm/hr [QPF]": {
758
- "colormap": [0.1, "#ff3300", 3, "#ff33ff", 14, "#cc99cc"],
759
- "breakpoints": [0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 30, 36]
760
- }
761
- }
762
- },
763
- "icepRate": {
764
- "type": "fill",
765
- "gridded": false,
766
- "interpolationType": "interpolate",
767
- "units": {
768
- "in/hr [3:1]": {
769
- "colormap": [0.005, "#8800cc", 0.2, "#aa44dd", 0.6, "#cc88dd"],
770
- "breakpoints": [.005, .01, .03, .05, .07, .1, .15, .2, .3, .4, .5, .6, .7, .8, .9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3]
771
- },
772
- "mm/hr [3:1]": {
773
- "colormap": [0.1, "#8800cc", 6, "#aa44dd", 16, "#cc88dd"],
774
- "breakpoints": [0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 30, 36]
775
- }
776
- }
777
- },
778
- "rainRate": {
779
- "type": "fill",
780
- "gridded": false,
781
- "interpolationType": "interpolate",
782
- "units": {
783
- "in/hr": {
784
- "colormap": [0.005, "#00cc66", 0.1, "#ffff00", 0.3, "#ff8800", 1, "#ff0000", 1.5, '#ff00cc'],
785
- "breakpoints": [.005, .01, .03, .05, .07, .1, .15, .2, .3, .4, .5, .6, .7, .8, .9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3]
786
- },
787
- "mm/hr": {
788
- "colormap": [0.1, "#00cc66", 3, "#ffff00", 7, "#ff8800", 24, "#ff0000", 36, '#ff00cc'],
789
- "breakpoints": [0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 30, 36, 42]
790
- }
791
- }
792
- },
793
- "snowRate": {
794
- "type": "fill",
795
- "gridded": false,
796
- "interpolationType": "interpolate",
797
- "units": {
798
- "in/hr [10:1]": {
799
- "colormap": [0.05, "#33ccff", 1, "#000099", 4, "#ff00cc"],
800
- "breakpoints": [.05, .1, .3, .5, .7, 1, 1.5, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 20, 25, 30]
801
- },
802
- "cm/hr [10:1]": {
803
- "colormap": [0.1, "#33ccff", 3, "#000099", 10, "#ff00cc"],
804
- "breakpoints": [0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 30, 36]
805
- }
806
- }
807
- },
808
- "frzrRefl": {
809
- "type": "fill",
810
- "gridded": false,
811
- "interpolationType": "interpolate",
812
- "units": {
813
- "dBZ": {
814
- "colormap": [5, "#ff3300", 30, '#ffaa33', 80, "#cc0066"],
815
- "breakpoints": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
816
- }
817
- }
818
- },
819
- "icepRefl": {
820
- "type": "fill",
821
- "gridded": false,
822
- "interpolationType": "interpolate",
823
- "units": {
824
- "dBZ": {
825
- "colormap": [5, "#8800cc", 70, "#ffbb00", 80, "#dddddd"],
826
- "breakpoints": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
827
- }
828
- }
829
- },
830
- "snowRefl": {
831
- "type": "fill",
832
- "gridded": false,
833
- "interpolationType": "interpolate",
834
- "units": {
835
- "dBZ": {
836
- "colormap": [5, "#33ccff", 35, "#8800cc", 70, "#ffccff", 80, "#dddddd"],
837
- "breakpoints": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
838
- }
839
- }
840
- },
841
- "rainRefl": {
842
- "type": "fill",
843
- "gridded": false,
844
- "interpolationType": "interpolate",
845
- "units": {
846
- "dBZ": {
847
- "colormap": [5, "#00cc66", 35, "#ffff00", 70, "#ff8800", 80, "#ff0000"],
848
- "breakpoints": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
849
- }
850
- }
851
- },
852
- "csnow_total": {
853
- "type": "fill",
854
- "gridded": false,
855
- "interpolationType": "interpolate",
856
- "units": {
857
- "in [10:1]": {
858
- "colormap": [0.1, "#ccffff", 2, "#99cccc", 5, "#3399ff", 6, "#9966ff", 11, "#cc66ff", 12, "#ff3399", 20, "#ff99cc", 24, "#ff7788", 36, "#ffbb66", 48, "#99ccff", 300, "#99ffff"],
859
- "breakpoints": [0.1, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 45, 50, 55, 60, 70, 80, 90, 100, 150, 200, 300, 400]
860
- },
861
- "cm [10:1]": {
862
- "colormap": [0.25, "#ccffff", 4, "#99cccc", 12, "#3399ff", 16, "#9966ff", 28, "#cc66ff", 36, "#ff3399", 48, "#ff99cc", 60, "#ff7788", 90, "#ffbb66", 120, "#99ccff", 700, "#99ffff"],
863
- "breakpoints": [0.25, .5, 1, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 60, 68, 76, 82, 90, 100, 120, 140, 160, 180, 200, 250, 300, 400, 500, 600, 700]
864
- },
865
- "mm [10:1]": {
866
- "colormap": [2.5, "#ccffff", 40, "#99cccc", 120, "#3399ff", 160, "#9966ff", 280, "#cc66ff", 360, "#ff3399", 480, "#ff99cc", 600, "#ff7788", 900, "#ffbb66", 1200, "#99ccff", 7000, "#99ffff"],
867
- "breakpoints": [2.5, 5, 10, 20, 40, 60, 80, 100, 120, 140, 160, 200, 240, 280, 320, 360, 400, 440, 480, 520, 600, 680, 760, 820, 900, 1000, 1200, 1400, 1600, 1800, 2000, 2500, 3000, 4000, 5000, 6000, 7000]
868
- }
869
- }
870
- },
871
- "csnow_1": {
872
- "type": "fill",
873
- "gridded": false,
874
- "interpolationType": "interpolate",
875
- "units": {
876
- "in [10:1]": {
877
- "colormap": [0.1, "#aaaaaa", 0.25, "#444444", .5, "#66aaff", .75, "#0022cc", 1, "#99ff00", 1.5, "#00aa00", 2, "#ffee00", 2.5, "#ff3333", 3, "#ff66ff", 3.5, "#880066", 4, "#666666", 10, "#666666"],
878
- "breakpoints": [0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10]
879
- },
880
- "cm [10:1]": {
881
- "colormap": [0.25, "#aaaaaa", 0.5, "#444444", 1.5, "#66aaff", 2, "#0022cc", 2.5, "#99ff00", 4, "#00aa00", 5, "#ffee00", 6, "#ff3333", 8, "#ff66ff", 9, "#880066", 10, "#666666", 26, "#666666"],
882
- "breakpoints": [.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 22, 24, 26]
883
- },
884
- "mm [10:1]": {
885
- "colormap": [2.5, "#aaaaaa", 5, "#444444", 15, "#66aaff", 20, "#0022cc", 25, "#99ff00", 40, "#00aa00", 50, "#ffee00", 60, "#ff3333", 80, "#ff66ff", 90, "#880066", 100, "#666666", 260, "#666666"],
886
- "breakpoints": [2.5, 5, 7.5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 70, 80, 90, 100, 110, 120, 140, 160, 180, 200, 220, 240, 260]
887
- }
888
- }
889
- },
890
- "cfrzr_total": {
891
- "type": "fill",
892
- "gridded": false,
893
- "interpolationType": "interpolate",
894
- "units": {
895
- "in [QPF]": {
896
- "colormap": [0.01, "#eeccff", .1, "#ff9999", .25, "#cc3366", .5, "#ff9933", .75, "#ffee00", 1, "#00cccc", 3, "#99ffff"],
897
- "breakpoints": [0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10]
898
- },
899
- "cm [QPF]": {
900
- "colormap": [0.03, "#eeccff", .25, "#ff9999", .75, "#cc3366", 1, "#cc0066", 2, "#ffee00", 3, "#00cccc", 7, "#99ffff"],
901
- "breakpoints": [.03, .25, .5, .75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 26]
902
- },
903
- "mm [QPF]": {
904
- "colormap": [0.3, "#eeccff", 2.5, "#ff9999", 7.5, "#cc3366", 10, "#cc0066", 20, "#ffee00", 30, "#00cccc", 70, "#99ffff"],
905
- "breakpoints": [0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35, 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 240, 260]
906
- }
907
- }
908
- },
909
- "cfrzr_1": {
910
- "type": "fill",
911
- "gridded": false,
912
- "interpolationType": "interpolate",
913
- "units": {
914
- "in [QPF]": {
915
- "colormap": [0.01, "#eeccff", .1, "#ff9999", .3, "#cc3366", .4, "#cc0033", .5, "#ff9933", .9, "#ffee00", 1, "#00cccc", 3, "#99ffff"],
916
- "breakpoints": [0.01, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3]
917
- },
918
- "cm [QPF]": {
919
- "colormap": [0.03, "#eeccff", .25, "#ff9999", .75, "#cc3366", 1, "#cc0033", 2, "#ffee00", 3, "#00cccc", 7, "#99ffff"],
920
- "breakpoints": [.03, .25, .5, .75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12, 14, 16]
921
- },
922
- "mm [QPF]": {
923
- "colormap": [0.3, "#eeccff", 2.5, "#ff9999", 7.5, "#cc3366", 10, "#cc0033", 20, "#ffee00", 30, "#00cccc", 70, "#99ffff"],
924
- "breakpoints": [0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35, 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160]
925
- }
926
- }
927
- },
928
- "cicep_total": {
929
- "type": "fill",
930
- "gridded": false,
931
- "interpolationType": "interpolate",
932
- "units": {
933
- "in [3:1]": {
934
- "colormap": [0.01, "#eeccff", 0.1, "#ff8888", 0.25, "#cc6699", 0.5, "#ff9933", 0.75, "#ffee99", 1, "#00cccc", 3, "#66ccff"],
935
- "breakpoints": [0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10]
936
- },
937
- "cm [3:1]": {
938
- "colormap": [0.03, "#eeccff", 0.25, "#ff8888", 0.75, "#cc6699", 1, "#cc33cc", 2, "#ffee99", 3, "#00cccc", 7, "#66ccff"],
939
- "breakpoints": [0.03, 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 26]
940
- },
941
- "mm [3:1]": {
942
- "colormap": [0.3, "#eeccff", 2.5, "#ff8888", 7.5, "#cc6699", 10, "#cc33cc", 20, "#ffee99", 30, "#00cccc", 70, "#66ccff"],
943
- "breakpoints": [0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35, 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 240, 260]
944
- }
945
- }
946
- },
947
- "cicep_1": {
948
- "type": "fill",
949
- "gridded": false,
950
- "interpolationType": "interpolate",
951
- "units": {
952
- "in [3:1]": {
953
- "colormap": [0.01, "#eeccff", 0.1, "#ff8888", 0.3, "#cc6699", 0.4, "#cc33cc", 0.5, "#ff9933", 0.9, "#ffee99", 1, "#00cccc", 3, "#66ccff"],
954
- "breakpoints": [0.01, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.25, 1.5, 1.75, 2, 2.5, 3]
955
- },
956
- "cm": {
957
- "colormap": [0.03, "#eeccff", 0.25, "#ff8888", 0.75, "#cc6699", 1, "#cc33cc", 2, "#ffee99", 3, "#00cccc", 7, "#66ccff"],
958
- "breakpoints": [0.03, 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12, 14, 16]
959
- },
960
- "mm": {
961
- "colormap": [0.3, "#eeccff", 2.5, "#ff8888", 7.5, "#cc6699", 10, "#cc33cc", 20, "#ffee99", 30, "#00cccc", 70, "#66ccff"],
962
- "breakpoints": [0.3, 2.5, 5, 7.5, 10, 12.5, 15, 17.5, 20, 22.5, 25, 27.5, 30, 32.5, 35, 37.5, 40, 45, 50, 55, 60, 70, 80, 90, 100, 120, 140, 160]
963
- }
964
- }
965
- },
966
- "crain_total": {
967
- "type": "fill",
968
- "gridded": false,
969
- "interpolationType": "interpolate",
970
- "units": {
971
- "in": {
972
- "colormap": [0.01, "#dddddd", 0.1, "#66ff66", 0.4, "#00cc00", 0.5, "#3399ff", 0.9, "#66ccff", 1, "#ffff00", 1.75, "#ffcc00", 2, "#ff9900", 3.5, "#ff6600", 4, "#994400", 10, "#cc9966", 12, "#cc33cc", 50, "#ff33ff"],
973
- "breakpoints": [0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 45, 50, 55, 60, 70, 80, 90, 100]
974
- },
975
- "cm": {
976
- "colormap": [0.03, "#dddddd", 0.25, "#66ff66", 1, "#00cc00", 2, "#66ccff", 3, "#ffff00", 5, "#ff9900", 9, "#ff6600", 10, "#994400", 25, "#cc9966", 30, "#cc33cc", 100, "#ff33ff"],
977
- "breakpoints": [0.03, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 110, 130, 150, 170, 200, 230, 250]
978
- },
979
- "mm": {
980
- "colormap": [0.3, "#dddddd", 2.5, "#66ff66", 10, "#00cc00", 20, "#66ccff", 30, "#ffff00", 50, "#ff9900", 90, "#ff6600", 100, "#994400", 250, "#cc9966", 300, "#cc33cc", 1000, "#ff33ff"],
981
- "breakpoints": [0.3, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 250, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000, 1100, 1300, 1500, 1700, 2000, 2300, 2500]
982
- }
983
- }
984
- },
985
- "crain_1": {
986
- "type": "fill",
987
- "gridded": false,
988
- "interpolationType": "interpolate",
989
- "units": {
990
- "in": {
991
- "colormap": [0.01, "#dddddd", 0.1, "#66ff66", 0.4, "#00cc00", 0.5, "#3399ff", 0.9, "#66ccff", 1, "#ffff00", 1.75, "#ffcc00", 2, "#ff9900", 3.75, "#ff6600", 4, "#994400", 10, "#cc9966", 12, "#cc33cc"],
992
- "breakpoints": [0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 12]
993
- },
994
- "cm": {
995
- "colormap": [0.03, "#dddddd", 0.25, "#66ff66", 1, "#00cc00", 2, "#66ccff", 3, "#ffff00", 4, "#ffcc00", 5, "#ff9900", 9, "#ff6600", 10, "#994400", 25, "#cc9966", 30, "#cc33cc"],
996
- "breakpoints": [0.25, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 25, 30]
997
- },
998
- "mm": {
999
- "colormap": [0.3, "#dddddd", 2.5, "#66ff66", 10, "#00cc00", 20, "#66ccff", 30, "#ffff00", 40, "#ffcc00", 50, "#ff9900", 90, "#ff6600", 100, "#994400", 250, "#cc9966", 300, "#cc33cc"],
1000
- "breakpoints": [2.5, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 250, 300]
1001
- }
1002
- }
1003
- },
1004
- "tp_0_total": {
1005
- "type": "fill",
1006
- "gridded": false,
1007
- "interpolationType": "interpolate",
1008
- "units": {
1009
- "in": {
1010
- "colormap": [0.01, "#dddddd", 0.1, "#66ff66", 0.4, "#00cc00", 0.5, "#3399ff", 0.9, "#66ccff", 1, "#ffff00", 1.75, "#ffcc00", 2, "#ff9900", 3.5, "#ff6600", 4, "#994400", 10, "#cc9966", 12, "#cc33cc", 50, "#ff33ff"],
1011
- "breakpoints": [0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 45, 50, 55, 60, 70, 80, 90, 100]
1012
- },
1013
- "cm": {
1014
- "colormap": [0.03, "#dddddd", 0.25, "#66ff66", 1, "#00cc00", 2, "#66ccff", 3, "#ffff00", 5, "#ff9900", 9, "#ff6600", 10, "#994400", 25, "#cc9966", 30, "#cc33cc", 100, "#ff33ff"],
1015
- "breakpoints": [0.03, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 110, 130, 150, 170, 200, 230, 250]
1016
- },
1017
- "mm": {
1018
- "colormap": [0.3, "#dddddd", 2.5, "#66ff66", 10, "#00cc00", 20, "#66ccff", 30, "#ffff00", 50, "#ff9900", 90, "#ff6600", 100, "#994400", 250, "#cc9966", 300, "#cc33cc", 1000, "#ff33ff"],
1019
- "breakpoints": [0.3, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 250, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000, 1100, 1300, 1500, 1700, 2000, 2300, 2500]
1020
- }
1021
- }
1022
- },
1023
- "tp_0_1": {
1024
- "type": "fill",
1025
- "gridded": false,
1026
- "interpolationType": "interpolate",
1027
- "units": {
1028
- "in": {
1029
- "colormap": [0.01, "#dddddd", 0.1, "#66ff66", 0.4, "#00cc00", 0.5, "#3399ff", 0.9, "#66ccff", 1, "#ffff00", 1.75, "#ffcc00", 2, "#ff9900", 3.5, "#ff6600", 4, "#994400", 10, "#cc9966"],
1030
- "breakpoints": [0.01, 0.1, 0.25, 0.5, 0.75, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10]
1031
- },
1032
- "cm": {
1033
- "colormap": [0.03, "#dddddd", 0.25, "#66ff66", 1, "#00cc00", 2, "#66ccff", 3, "#ffff00", 5, "#ff9900", 9, "#ff6600", 10, "#994400", 25, "#cc9966"],
1034
- "breakpoints": [0.03, 0.25, 0.75, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 25]
1035
- },
1036
- "mm": {
1037
- "colormap": [0.3, "#dddddd", 2.5, "#66ff66", 10, "#00cc00", 20, "#66ccff", 30, "#ffff00", 50, "#ff9900", 90, "#ff6600", 100, "#994400", 250, "#cc9966"],
1038
- "breakpoints": [0.3, 2.5, 7.5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 250]
1039
- }
1040
- }
1041
- },
1042
- "thickness": {
1043
- "type": "line",
1044
- "gridded": false,
1045
- "interpolationType": "interpolate",
1046
- "units": {
1047
- "dam": {
1048
- "colormap": [438, "#0000ff", 540, "#0000ff", 546, "#ff0000", 630, "#ff0000"],
1049
- "breakpoints": [438, 444, 450, 456, 462, 468, 474, 480, 486, 492, 498, 504, 510, 516, 522, 528, 534, 540, 546, 552, 558, 564, 570, 576, 582, 588, 594, 600, 606, 612, 618, 624, 630]
1050
- }
1051
- }
1052
- },
1053
- "gh_10": {
1054
- "type": "line",
1055
- "gridded": false,
1056
- "interpolationType": "interpolate",
1057
- "units": {
1058
- "dam": {
1059
- "colormap": [2600, "#0033ff", 2800, "#00ddff", 3000, "#ff6666", 3200, "#ff0000"],
1060
- "breakpoints": [2600, 2610, 2620, 2630, 2640, 2650, 2660, 2670, 2680, 2690, 2700, 2710, 2720, 2730, 2740, 2750, 2760, 2770, 2780, 2790, 2800, 2810, 2820, 2830, 2840, 2850, 2860, 2870, 2880, 2890, 2900, 2910, 2920, 2930, 2940, 2950, 2960, 2970, 2980, 2990, 3000, 3010, 3020, 3030, 3040, 3050, 3060, 3070, 3080, 3090, 3100, 3110, 3120, 3130, 3140, 3150, 3160, 3170, 3180, 3190, 3200]
1061
- }
1062
- }
1063
- },
1064
- "gh_200": {
1065
- "type": "line",
1066
- "gridded": false,
1067
- "interpolationType": "interpolate",
1068
- "units": {
1069
- "dam": {
1070
- "colormap": [1080, "#0033ff", 1146, "#00ddff", 1182, "#ff6666", 1290, "#ff0000"],
1071
- "breakpoints": [1080, 1086, 1092, 1098, 1104, 1110, 1116, 1122, 1128, 1134, 1140, 1146, 1152, 1158, 1164, 1170, 1176, 1182, 1188, 1194, 1200, 1206, 1212, 1218, 1224, 1230, 1236, 1242, 1248, 1254, 1260, 1266, 1272, 1278, 1284, 1290]
1072
- }
1073
- }
1074
- },
1075
- "gh_300": {
1076
- "type": "line",
1077
- "gridded": false,
1078
- "interpolationType": "interpolate",
1079
- "units": {
1080
- "dam": {
1081
- "colormap": [768, "#0033ff", 852, "#00ddff", 948, "#ff6666", 1000, "#ff0000"],
1082
- "breakpoints": [768, 774, 780, 786, 792, 798, 804, 810, 816, 822, 828, 834, 840, 846, 852, 858, 864, 870, 876, 882, 888, 894, 900, 906, 912, 918, 924, 930, 936, 942, 948, 954, 960, 966, 972, 978, 984, 990, 996, 1000]
1083
- }
1084
- }
1085
- },
1086
- "gh_500": {
1087
- "type": "line",
1088
- "gridded": false,
1089
- "interpolationType": "interpolate",
1090
- "units": {
1091
- "dam": {
1092
- "colormap": [438, "#0033ff", 501, "#00ddff", 600, "#ff6666", 640, "#ff0000"],
1093
- "breakpoints": [438, 441, 444, 447, 450, 453, 456, 459, 462, 465, 468, 471, 474, 477, 480, 483, 486, 489, 492, 495, 498, 501, 504, 507, 510, 513, 516, 519, 522, 525, 528, 531, 534, 537, 540, 543, 546, 549, 552, 555, 558, 561, 564, 567, 570, 573, 576, 579, 582, 585, 588, 591, 594, 597, 600, 603, 606, 609, 612, 615, 618, 621, 624, 627, 630, 633, 636, 639, 640]
1094
- }
1095
- }
1096
- },
1097
- "gh_700": {
1098
- "type": "line",
1099
- "gridded": false,
1100
- "interpolationType": "interpolate",
1101
- "units": {
1102
- "dam": {
1103
- "colormap": [249, "#0033ff", 282, "#00ddff", 321, "#ff6666", 350, "#ff0000"],
1104
- "breakpoints": [249, 252, 255, 258, 261, 264, 267, 270, 273, 276, 279, 282, 285, 288, 291, 294, 297, 300, 303, 306, 309, 312, 315, 318, 321, 324, 327, 330, 333, 336, 339, 342, 345, 348, 350]
1105
- }
1106
- }
1107
- },
1108
- "gh_850": {
1109
- "type": "line",
1110
- "gridded": false,
1111
- "interpolationType": "interpolate",
1112
- "units": {
1113
- "dam": {
1114
- "colormap": [120, "#0033ff", 141, "#00ddff", 153, "#ff6666", 170, "#ff0000"],
1115
- "breakpoints": [120, 123, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 170]
1116
- }
1117
- }
1118
- },
1119
- "gh_925": {
1120
- "type": "line",
1121
- "gridded": false,
1122
- "interpolationType": "interpolate",
1123
- "units": {
1124
- "dam": {
1125
- "colormap": [48, "#0033ff", 75, "#00ddff", 105, "#ff6666", 120, "#ff0000"],
1126
- "breakpoints": [48, 51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 91, 96, 99, 102, 105, 108, 111, 114, 117, 120]
1127
- }
1128
- }
1129
- },
1130
- "moistureConvergence": {
1131
- "type": "fill",
1132
- "gridded": false,
1133
- "interpolationType": "interpolate",
1134
- "units": {
1135
- "s⁻¹": {
1136
- "colormap": [5, "#00ffcc", 15, "#00ff33", 30, "#00cc00", 50, "#006600"],
1137
- "breakpoints": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50]
1138
- }
1139
- }
1140
- },
1141
- "divergence": {
1142
- "type": "fill",
1143
- "gridded": false,
1144
- "interpolationType": "interpolate",
1145
- "units": {
1146
- "s⁻¹": {
1147
- "colormap": [-30, "#00ccff", -8, "#ff0000", -4, "#ff9900", -2, "#ffee33", 0, "#00ffcc", 4, "#006600", 8, "#00cc00", 30, "#222222"],
1148
- "breakpoints": [-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]
1149
- }
1150
- }
1151
- },
1152
- "irsat": {
1153
- "type": "fill",
1154
- "gridded": false,
1155
- "interpolationType": "interpolate",
1156
- "units": {
1157
- "°C": {
1158
- "colormap": [-100, "#cc66ff", -80, "#f0f0f0", -70, "#000000", -60, "#ff0000", -50, "#ffee00", -40, "#33ff00", -30, "#0033cc", -20, "#00ffff", -18, "#ffffff", 60, "#000000"],
1159
- "breakpoints": [-100, -98, -96, -94, -92, -90, -88, -86, -84, -82, -80, -78, -76, -74, -72, -70, -68, -66, -64, -62, -60, -58, -56, -54, -52, -50, -48, -46, -44, -42, -40, -38, -36, -34, -32, -30, -28, -26, -24, -22, -20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60]
1160
- }
1161
- }
1162
- },
1163
- "vis_0": {
1164
- "type": "fill",
1165
- "gridded": false,
1166
- "interpolationType": "interpolate",
1167
- "units": {
1168
- "mi": {
1169
- "colormap": [0, "#000000", 2, "#444444", 5, "#888888", 7, "#cccccc", 10, "#ffffff"],
1170
- "breakpoints": [0, 2, 5, 7, 10]
1171
- },
1172
- "km": {
1173
- "colormap": [0, "#ffffff", 2, "#cccccc", 5, "#888888", 7, "#444444", 10, "#000000"],
1174
- "breakpoints": [0, 2, 5, 7, 10]
1175
- }
1176
- }
1177
- },
1178
- "tcc_0": {
1179
- "type": "fill",
1180
- "gridded": false,
1181
- "interpolationType": "interpolate",
1182
- "units": {
1183
- "%": {
1184
- "colormap": [0, "#ffffff", 20, "#cccccc", 50, "#888888", 80, "#444444", 100, "#000000"],
1185
- "breakpoints": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
1186
- }
1187
- }
1188
- },
1189
- "hcc_0": {
1190
- "type": "fill",
1191
- "gridded": false,
1192
- "interpolationType": "interpolate",
1193
- "units": {
1194
- "%": {
1195
- "colormap": [0, "#ffffff", 20, "#cccccc", 50, "#888888", 80, "#444444", 100, "#000000"],
1196
- "breakpoints": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
1197
- }
1198
- }
1199
- },
1200
- "mcc_0": {
1201
- "type": "fill",
1202
- "gridded": false,
1203
- "interpolationType": "interpolate",
1204
- "units": {
1205
- "%": {
1206
- "colormap": [0, "#ffffff", 20, "#cccccc", 50, "#888888", 80, "#444444", 100, "#000000"],
1207
- "breakpoints": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
1208
- }
1209
- }
1210
- },
1211
- "lcc_0": {
1212
- "type": "fill",
1213
- "gridded": false,
1214
- "interpolationType": "interpolate",
1215
- "units": {
1216
- "%": {
1217
- "colormap": [0, "#ffffff", 20, "#cccccc", 50, "#888888", 80, "#444444", 100, "#000000"],
1218
- "breakpoints": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
1219
- }
1220
- }
1221
- }
1222
- };
1223
- //# sourceMappingURL=default-colormaps.js.map