pyegeria 5.4.0.33__py3-none-any.whl → 5.4.0.35__py3-none-any.whl

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 (133) hide show
  1. commands/.DS_Store +0 -0
  2. commands/cat/.DS_Store +0 -0
  3. commands/cat/.env +8 -0
  4. commands/cat/debug_log.2025-08-26_20-04-40_905576.log.zip +0 -0
  5. commands/cat/debug_log.2025-08-27_20-09-41_795022.log.zip +0 -0
  6. commands/cat/debug_log.log +898 -0
  7. commands/cat/list_format_set.py +4 -1
  8. commands/cat/logs/pyegeria.log +90 -0
  9. commands/cli/debug_log.log +0 -0
  10. commands/doc/.DS_Store +0 -0
  11. commands/ops/logs/pyegeria.log +0 -0
  12. md_processing/.DS_Store +0 -0
  13. md_processing/.idea/.gitignore +8 -0
  14. md_processing/.idea/inspectionProfiles/Project_Default.xml +59 -0
  15. md_processing/.idea/md_processing.iml +15 -0
  16. md_processing/.idea/modules.xml +8 -0
  17. md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
  18. md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
  19. md_processing/.idea/vcs.xml +6 -0
  20. md_processing/.idea/workspace.xml +107 -0
  21. md_processing/__init__.py +3 -2
  22. md_processing/data/commands.json +11496 -10345
  23. md_processing/dr_egeria.py +14 -6
  24. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  25. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  26. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  27. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  28. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  29. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  30. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  31. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  32. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  33. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  34. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  35. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  36. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  37. md_processing/dr_egeria_inbox/collections.md +39 -0
  38. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  39. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  40. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  41. md_processing/dr_egeria_inbox/data_field.md +54 -0
  42. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  43. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  44. md_processing/dr_egeria_inbox/data_test.md +179 -0
  45. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  46. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  47. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  48. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  49. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  50. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +318 -0
  51. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  52. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  53. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  54. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  55. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  56. md_processing/dr_egeria_inbox/glossary_test1.md +363 -0
  57. md_processing/dr_egeria_inbox/gov_def.md +482 -0
  58. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  59. md_processing/dr_egeria_inbox/img.png +0 -0
  60. md_processing/dr_egeria_inbox/output_tests.md +103 -0
  61. md_processing/dr_egeria_inbox/product.md +211 -0
  62. md_processing/dr_egeria_inbox/rel.md +8 -0
  63. md_processing/dr_egeria_inbox/sb.md +119 -0
  64. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  65. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  66. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  67. md_processing/dr_egeria_inbox/t2.md +268 -0
  68. md_processing/dr_egeria_outbox/.DS_Store +0 -0
  69. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  70. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  71. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +7 -0
  72. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +33 -0
  73. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +5164 -0
  74. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +10 -0
  75. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +624 -0
  76. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  77. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  78. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  79. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  80. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  81. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  82. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  83. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  84. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  85. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  86. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/data.json +38 -0
  87. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  88. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  89. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  90. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  91. md_processing/dr_egeria_outbox/.obsidian/workspace.json +270 -0
  92. md_processing/dr_egeria_outbox/Button Test.md +11 -0
  93. md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
  94. md_processing/dr_egeria_outbox/Scripts/sendRest.js +24 -0
  95. md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +17 -0
  96. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  98. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  99. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  100. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  101. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  102. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  103. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  104. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  105. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  106. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  107. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  108. md_processing/md_commands/glossary_commands.py +2 -2
  109. md_processing/md_commands/old_project_commands.py +164 -0
  110. md_processing/md_commands/product_manager_commands.py +5 -5
  111. md_processing/md_commands/project_commands.py +368 -134
  112. md_processing/md_processing_utils/common_md_proc_utils.py +1 -0
  113. md_processing/md_processing_utils/common_md_utils.py +13 -1
  114. md_processing/md_processing_utils/debug_log +3 -574
  115. md_processing/md_processing_utils/debug_log.log +0 -0
  116. md_processing/md_processing_utils/determine_width.py +103 -0
  117. md_processing/md_processing_utils/generate_dr_help.py +44 -18
  118. md_processing/md_processing_utils/logs/pyegeria.log +56 -0
  119. md_processing/md_processing_utils/md_processing_constants.py +37 -4
  120. pyegeria/.DS_Store +0 -0
  121. pyegeria/_client_new.py +2 -2
  122. pyegeria/_output_formats.py +38 -10
  123. pyegeria/glossary_manager.py +0 -2
  124. pyegeria/output_formatter.py +9 -8
  125. pyegeria/project_manager.py +541 -420
  126. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/METADATA +2 -1
  127. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/RECORD +130 -25
  128. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +0 -163
  129. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +0 -474
  130. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +0 -2065
  131. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/LICENSE +0 -0
  132. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/WHEEL +0 -0
  133. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/entry_points.txt +0 -0
@@ -1,474 +0,0 @@
1
- # Common Collection Information
2
- Attributes generic to all Collections.
3
-
4
- # Collections Report - created at 2025-08-12 13:35
5
- Collections found from the search string: `All`
6
-
7
- <a id="39ad6f57-b830-43c1-b494-dc0fd17e8076"></a>
8
- # Collections Name: Digital Products MarketPlace
9
-
10
- ## Display Name
11
- Digital Products MarketPlace
12
-
13
- ## Qualified Name
14
- [Folder::Digital-Products-MarketPlace](#39ad6f57-b830-43c1-b494-dc0fd17e8076)
15
-
16
- ## Category
17
- GeoSpatial
18
-
19
- ## Description
20
- This is the digital products marketplace
21
-
22
- ## Type Name
23
- Collection
24
-
25
- ## Created By
26
- erinoverview
27
-
28
- ## Create Time
29
- 2025-08-12T18:26:51.578+00:00
30
-
31
- ## Members
32
- Folder::GeoSpatial-Products, Folder::Agricultural-Products
33
-
34
- ## GUID
35
- 39ad6f57-b830-43c1-b494-dc0fd17e8076
36
-
37
- ## Mermaid Graph
38
-
39
- ```mermaid
40
- ---
41
- title: Collection - Digital Products MarketPlace [39ad6f57-b830-43c1-b494-dc0fd17e8076]
42
- ---
43
- flowchart TD
44
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
45
-
46
- 1@{ shape: rounded, label: "*Collection*
47
- **Digital Products MarketPlace**"}
48
- 2@{ shape: rect, label: "*Collection*
49
- **GeoSpatial Root**"}
50
- 2==>|"Collection Membership"|1
51
- 3@{ shape: rect, label: "*Collection*
52
- **GeoSpatial Products**"}
53
- 1==>|"Collection Membership"|3
54
- 4@{ shape: rect, label: "*Collection*
55
- **Agricultural Products**"}
56
- 1==>|"Collection Membership"|4
57
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
58
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
59
- style 3 color:#000000, fill:#f5fffa, stroke:#000000
60
- style 4 color:#000000, fill:#f5fffa, stroke:#000000
61
- ```
62
- [[Commons]]
63
- ---
64
-
65
- <a id="339104dd-2ad1-4307-aa9f-d258d31979f9"></a>
66
- # Collections Name: NDVI - Sentinel 2 derived
67
-
68
- ## Display Name
69
- NDVI - Sentinel 2 derived
70
-
71
- ## Qualified Name
72
- [DigitalProduct::NDVI---Sentinel-2-derived](#339104dd-2ad1-4307-aa9f-d258d31979f9)
73
-
74
- ## Category
75
- GeoSpatial
76
-
77
- ## Description
78
- NDVI vegetation index calculated from Sentinel 2 imagery
79
-
80
- ## Type Name
81
- DigitalProduct
82
-
83
- ## Created By
84
- erinoverview
85
-
86
- ## Create Time
87
- 2025-08-12T18:26:51.891+00:00
88
-
89
- ## GUID
90
- 339104dd-2ad1-4307-aa9f-d258d31979f9
91
-
92
- ## Mermaid Graph
93
-
94
- ```mermaid
95
- ---
96
- title: DigitalProduct - NDVI - Sentinel 2 derived [339104dd-2ad1-4307-aa9f-d258d31979f9]
97
- ---
98
- flowchart TD
99
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
100
-
101
- 1@{ shape: rounded, label: "*Digital Product*
102
- **NDVI - Sentinel 2 derived**"}
103
- 2@{ shape: rect, label: "*Collection*
104
- **Prepared Imagery Products**"}
105
- 2==>|"Collection Membership"|1
106
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
107
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
108
- ```
109
- [[Commons]]
110
- ---
111
-
112
- <a id="ac371edf-2cb0-4aba-8f23-885b6264fa1e"></a>
113
- # Collections Name: Raw Satellite Imagery Products
114
-
115
- ## Display Name
116
- Raw Satellite Imagery Products
117
-
118
- ## Qualified Name
119
- [Folder::Raw-Satellite-Imagery-Products](#ac371edf-2cb0-4aba-8f23-885b6264fa1e)
120
-
121
- ## Category
122
- GeoSpatial
123
-
124
- ## Description
125
- Raw satellite imagery imported from or referenced from satellite data providers
126
-
127
- ## Type Name
128
- Collection
129
-
130
- ## Created By
131
- erinoverview
132
-
133
- ## Create Time
134
- 2025-08-12T18:26:51.960+00:00
135
-
136
- ## Members
137
- DigitalProduct::Sentinel-2a
138
-
139
- ## GUID
140
- ac371edf-2cb0-4aba-8f23-885b6264fa1e
141
-
142
- ## Mermaid Graph
143
-
144
- ```mermaid
145
- ---
146
- title: Collection - Raw Satellite Imagery Products [ac371edf-2cb0-4aba-8f23-885b6264fa1e]
147
- ---
148
- flowchart TD
149
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
150
-
151
- 1@{ shape: rounded, label: "*Collection*
152
- **Raw Satellite Imagery Products**"}
153
- 2@{ shape: rect, label: "*Collection*
154
- **GeoSpatial Root**"}
155
- 2==>|"Collection Membership"|1
156
- 3@{ shape: rect, label: "*Digital Product*
157
- **Sentinel-2a**"}
158
- 1==>|"Collection Membership"|3
159
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
160
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
161
- style 3 color:#FFFFFF, fill:#04682b4, stroke:#3079ab
162
- ```
163
- [[Commons]]
164
- ---
165
-
166
- <a id="69951b65-2bbc-42ea-bfee-a68594c5a4fe"></a>
167
- # Collections Name: GeoSpatial Root
168
-
169
- ## Display Name
170
- GeoSpatial Root
171
-
172
- ## Qualified Name
173
- [myLocal::RootCollection::GeoSpatial-Root](#69951b65-2bbc-42ea-bfee-a68594c5a4fe)
174
-
175
- ## Category
176
- GeoSpatial
177
-
178
- ## Description
179
- This is the root of the GeoSpatial work
180
-
181
- ## Type Name
182
- Collection
183
-
184
- ## Created By
185
- erinoverview
186
-
187
- ## Create Time
188
- 2025-08-12T18:26:51.536+00:00
189
-
190
- ## Members
191
- Folder::Digital-Products-MarketPlace, Folder::Raw-Satellite-Imagery-Products, Folder::Prepared-Imagery-Products
192
-
193
- ## GUID
194
- 69951b65-2bbc-42ea-bfee-a68594c5a4fe
195
-
196
- ## Mermaid Graph
197
-
198
- ```mermaid
199
- ---
200
- title: Collection - GeoSpatial Root [69951b65-2bbc-42ea-bfee-a68594c5a4fe]
201
- ---
202
- flowchart TD
203
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
204
-
205
- 1@{ shape: rounded, label: "*Collection*
206
- **GeoSpatial Root**"}
207
- 2@{ shape: rect, label: "*Collection*
208
- **Digital Products MarketPlace**"}
209
- 1==>|"Collection Membership"|2
210
- 3@{ shape: rect, label: "*Collection*
211
- **Raw Satellite Imagery Products**"}
212
- 1==>|"Collection Membership"|3
213
- 4@{ shape: rect, label: "*Collection*
214
- **Prepared Imagery Products**"}
215
- 1==>|"Collection Membership"|4
216
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
217
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
218
- style 3 color:#000000, fill:#f5fffa, stroke:#000000
219
- style 4 color:#000000, fill:#f5fffa, stroke:#000000
220
- ```
221
- [[Commons]]
222
- ---
223
-
224
- <a id="f977a2e4-4d9a-485d-9640-88fae71b0f13"></a>
225
- # Collections Name: Agricultural Products
226
-
227
- ## Display Name
228
- Agricultural Products
229
-
230
- ## Qualified Name
231
- [Folder::Agricultural-Products](#f977a2e4-4d9a-485d-9640-88fae71b0f13)
232
-
233
- ## Category
234
- GeoSpatial
235
-
236
- ## Description
237
- Agricultural product offerings
238
-
239
- ## Type Name
240
- Collection
241
-
242
- ## Created By
243
- erinoverview
244
-
245
- ## Create Time
246
- 2025-08-12T18:26:51.734+00:00
247
-
248
- ## GUID
249
- f977a2e4-4d9a-485d-9640-88fae71b0f13
250
-
251
- ## Mermaid Graph
252
-
253
- ```mermaid
254
- ---
255
- title: Collection - Agricultural Products [f977a2e4-4d9a-485d-9640-88fae71b0f13]
256
- ---
257
- flowchart TD
258
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
259
-
260
- 1@{ shape: rounded, label: "*Collection*
261
- **Agricultural Products**"}
262
- 2@{ shape: rect, label: "*Collection*
263
- **Digital Products MarketPlace**"}
264
- 2==>|"Collection Membership"|1
265
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
266
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
267
- ```
268
- [[Commons]]
269
- ---
270
-
271
- <a id="866a49cf-0cf6-47c9-9cef-4b8f4870770a"></a>
272
- # Collections Name: Sentinel-2a
273
-
274
- ## Display Name
275
- Sentinel-2a
276
-
277
- ## Qualified Name
278
- [DigitalProduct::Sentinel-2a](#866a49cf-0cf6-47c9-9cef-4b8f4870770a)
279
-
280
- ## Category
281
- GeoSpatial
282
-
283
- ## Description
284
- Level 2a (surface level) imagery
285
-
286
- ## Type Name
287
- DigitalProduct
288
-
289
- ## Created By
290
- erinoverview
291
-
292
- ## Create Time
293
- 2025-08-12T18:26:52.028+00:00
294
-
295
- ## GUID
296
- 866a49cf-0cf6-47c9-9cef-4b8f4870770a
297
-
298
- ## Mermaid Graph
299
-
300
- ```mermaid
301
- ---
302
- title: DigitalProduct - Sentinel-2a [866a49cf-0cf6-47c9-9cef-4b8f4870770a]
303
- ---
304
- flowchart TD
305
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
306
-
307
- 1@{ shape: rounded, label: "*Digital Product*
308
- **Sentinel-2a**"}
309
- 2@{ shape: rect, label: "*Collection*
310
- **Raw Satellite Imagery Products**"}
311
- 2==>|"Collection Membership"|1
312
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
313
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
314
- ```
315
- [[Commons]]
316
- ---
317
-
318
- <a id="c2e4b651-c3e9-44a4-97f9-8ac5b293f6b5"></a>
319
- # Collections Name: GeoSpatial Products
320
-
321
- ## Display Name
322
- GeoSpatial Products
323
-
324
- ## Qualified Name
325
- [Folder::GeoSpatial-Products](#c2e4b651-c3e9-44a4-97f9-8ac5b293f6b5)
326
-
327
- ## Category
328
- GeoSpatial
329
-
330
- ## Description
331
- GeoSpatial product offerings
332
-
333
- ## Type Name
334
- Collection
335
-
336
- ## Created By
337
- erinoverview
338
-
339
- ## Create Time
340
- 2025-08-12T18:26:51.653+00:00
341
-
342
- ## GUID
343
- c2e4b651-c3e9-44a4-97f9-8ac5b293f6b5
344
-
345
- ## Mermaid Graph
346
-
347
- ```mermaid
348
- ---
349
- title: Collection - GeoSpatial Products [c2e4b651-c3e9-44a4-97f9-8ac5b293f6b5]
350
- ---
351
- flowchart TD
352
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
353
-
354
- 1@{ shape: rounded, label: "*Collection*
355
- **GeoSpatial Products**"}
356
- 2@{ shape: rect, label: "*Collection*
357
- **Digital Products MarketPlace**"}
358
- 2==>|"Collection Membership"|1
359
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
360
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
361
- ```
362
- [[Commons]]
363
- ---
364
-
365
- <a id="76a2bdf8-03c8-4080-9ead-6348c1641764"></a>
366
- # Collections Name: Prepared Imagery Products
367
-
368
- ## Display Name
369
- Prepared Imagery Products
370
-
371
- ## Qualified Name
372
- [Folder::Prepared-Imagery-Products](#76a2bdf8-03c8-4080-9ead-6348c1641764)
373
-
374
- ## Category
375
- GeoSpatial
376
-
377
- ## Description
378
- Imagery products that are ready for consumption
379
-
380
- ## Type Name
381
- Collection
382
-
383
- ## Created By
384
- erinoverview
385
-
386
- ## Create Time
387
- 2025-08-12T18:26:51.811+00:00
388
-
389
- ## Members
390
- DigitalProduct::NDVI---Sentinel-2-derived
391
-
392
- ## GUID
393
- 76a2bdf8-03c8-4080-9ead-6348c1641764
394
-
395
- ## Mermaid Graph
396
-
397
- ```mermaid
398
- ---
399
- title: Collection - Prepared Imagery Products [76a2bdf8-03c8-4080-9ead-6348c1641764]
400
- ---
401
- flowchart TD
402
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
403
-
404
- 1@{ shape: rounded, label: "*Collection*
405
- **Prepared Imagery Products**"}
406
- 2@{ shape: rect, label: "*Collection*
407
- **GeoSpatial Root**"}
408
- 2==>|"Collection Membership"|1
409
- 3@{ shape: rect, label: "*Digital Product*
410
- **NDVI - Sentinel 2 derived**"}
411
- 1==>|"Collection Membership"|3
412
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
413
- style 2 color:#000000, fill:#f5fffa, stroke:#000000
414
- style 3 color:#FFFFFF, fill:#04682b4, stroke:#3079ab
415
- ```
416
- [[Commons]]
417
- ---
418
-
419
- <a id="533a0346-b047-485a-82ea-05db671ab485"></a>
420
- # Collections Name: Open Metadata Connector Type Directory
421
-
422
- ## Display Name
423
- Open Metadata Connector Type Directory
424
-
425
- ## Qualified Name
426
- OpenMetadataConnectorTypeDirectory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6
427
-
428
- ## Description
429
- Open Metadata standard connector categories and connector types.
430
-
431
- ## Type Name
432
- Collection
433
-
434
- ## Created By
435
- Egeria Project
436
-
437
- ## Create Time
438
- 2025-08-11T11:13:28.062+00:00
439
-
440
- ## Updated By
441
- Egeria Project
442
-
443
- ## Members
444
- OpenMetadataKafkaConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6, OpenMetadataJDBCConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6, OpenMetadataFileConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6
445
-
446
- ## GUID
447
- 533a0346-b047-485a-82ea-05db671ab485
448
-
449
- ## Mermaid Graph
450
-
451
- ```mermaid
452
- ---
453
- title: Collection - Open Metadata Connector Type Directory [533a0346-b047-485a-82ea-05db671ab485]
454
- ---
455
- flowchart TD
456
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
457
-
458
- 1@{ shape: rounded, label: "*Collection*
459
- **Open Metadata Connector Type Directory**"}
460
- 2@{ shape: rounded, label: "*Connector Category*
461
- **Open Metadata Apache Kafka Connector Category**"}
462
- 1==>|"Collection Membership"|2
463
- 3@{ shape: rounded, label: "*Connector Category*
464
- **Open Metadata JDBC Connector Category**"}
465
- 1==>|"Collection Membership"|3
466
- 4@{ shape: rounded, label: "*Connector Category*
467
- **Open Metadata File Connector Category**"}
468
- 1==>|"Collection Membership"|4
469
- style 1 color:#000000, fill:#e0ab18, stroke:#004563
470
- style 2 color:#000000, fill:#39add1, stroke:#004563
471
- style 3 color:#000000, fill:#39add1, stroke:#004563
472
- style 4 color:#000000, fill:#39add1, stroke:#004563
473
- ```
474
- [[Commons]]