pyegeria 5.4.0.24__py3-none-any.whl → 5.4.0.26__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.
- commands/cat/debug_log +7373 -1452
- commands/cat/dr_egeria_md.py +21 -4
- commands/cat/logs/pyegeria.log +4 -0
- md_processing/.DS_Store +0 -0
- md_processing/__init__.py +7 -3
- md_processing/data/commands.json +1683 -2801
- md_processing/dr_egeria_inbox/product.md +69 -20
- md_processing/dr_egeria_outbox/.obsidian/workspace.json +5 -5
- md_processing/dr_egeria_outbox/monday/processed-2025-08-19 07:05-product.md +426 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-19 07:56-product.md +212 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-19 09:43-product.md +201 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-08-19 10:55-product.md +209 -0
- md_processing/md_commands/governance_officer_commands.py +1 -73
- md_processing/md_commands/product_manager_commands.py +453 -211
- md_processing/md_processing_utils/common_md_proc_utils.py +60 -5
- md_processing/md_processing_utils/common_md_utils.py +21 -9
- md_processing/md_processing_utils/extraction_utils.py +2 -2
- md_processing/md_processing_utils/md_processing_constants.py +8 -7
- pyegeria/.DS_Store +0 -0
- pyegeria/__init__.py +4 -300
- pyegeria/_client_new.py +59 -11
- pyegeria/_output_formats.py +43 -0
- pyegeria/collection_manager.py +79 -14
- pyegeria/{data_designer_omvs.py → data_designer.py} +1171 -1675
- pyegeria/egeria_cat_client.py +2 -2
- pyegeria/egeria_client.py +4 -4
- pyegeria/egeria_tech_client.py +1 -1
- pyegeria/glossary_browser.py +1259 -0
- pyegeria/{glossary_manager_omvs.py → glossary_manager.py} +1181 -1099
- pyegeria/models.py +9 -3
- pyegeria/output_formatter.py +2 -1
- pyegeria/project_manager.py +1743 -0
- pyegeria/solution_architect_omvs.py +1 -1
- pyegeria/utils.py +4 -1
- {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/RECORD +39 -43
- commands/cat/debug_log.2025-08-15_09-14-07_444802.zip +0 -0
- commands/cat/debug_log.2025-08-16_10-21-59_388912.zip +0 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +0 -663
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +0 -2744
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +0 -62
- md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +0 -444
- md_processing/dr_egeria_outbox/monday/processed-2025-08-17 21:04-product.md +0 -97
- pyegeria/collection_manager_omvs.py +0 -6541
- pyegeria/glossary_browser_omvs.py +0 -3840
- pyegeria/governance_officer_omvs.py +0 -2367
- pyegeria/project_manager_omvs.py +0 -1933
- {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/entry_points.txt +0 -0
@@ -1,8 +1,10 @@
|
|
1
1
|
____
|
2
|
-
#
|
2
|
+
# Don't Update Root Collection
|
3
3
|
## Name
|
4
4
|
GeoSpatial Root
|
5
5
|
|
6
|
+
## Qualified Name
|
7
|
+
Root::GeoSpatial-Root
|
6
8
|
## Description
|
7
9
|
This is the root of the GeoSpatial work
|
8
10
|
|
@@ -11,10 +13,12 @@ GeoSpatial
|
|
11
13
|
|
12
14
|
____
|
13
15
|
|
14
|
-
#
|
16
|
+
# Don't Update Folder
|
15
17
|
## Name
|
16
18
|
Digital Products MarketPlace
|
17
19
|
|
20
|
+
## Qualified Name
|
21
|
+
Folder::Digital-Products-MarketPlace
|
18
22
|
## Description
|
19
23
|
This is the digital products marketplace.
|
20
24
|
|
@@ -23,10 +27,13 @@ GeoSpatial
|
|
23
27
|
|
24
28
|
____
|
25
29
|
|
26
|
-
#
|
30
|
+
# Don't Create Folder
|
27
31
|
## Name
|
28
32
|
GeoSpatial Products
|
29
33
|
|
34
|
+
## Qualified Name
|
35
|
+
Folder::GeoSpatial-Products
|
36
|
+
|
30
37
|
## Description
|
31
38
|
GeoSpatial product offerings.
|
32
39
|
|
@@ -34,9 +41,12 @@ GeoSpatial product offerings.
|
|
34
41
|
GeoSpatial
|
35
42
|
____
|
36
43
|
|
37
|
-
#
|
44
|
+
# Don't Create Folder
|
38
45
|
## Name
|
39
|
-
|
46
|
+
Agricultural Products
|
47
|
+
|
48
|
+
## Qualified Name
|
49
|
+
Folder::Agricultural-Products
|
40
50
|
|
41
51
|
## Description
|
42
52
|
Agricultural product offerings.
|
@@ -45,7 +55,7 @@ Agricultural product offerings.
|
|
45
55
|
GeoSpatial
|
46
56
|
____
|
47
57
|
|
48
|
-
#
|
58
|
+
# Don't Create Folder
|
49
59
|
## Name
|
50
60
|
Prepared Imagery Products
|
51
61
|
|
@@ -57,9 +67,12 @@ GeoSpatial
|
|
57
67
|
|
58
68
|
____
|
59
69
|
|
60
|
-
#
|
70
|
+
# Don't Create Folder
|
61
71
|
## Name
|
62
|
-
Raw Satellite Imagery
|
72
|
+
Raw Satellite Imagery Products.
|
73
|
+
|
74
|
+
## Qualified Name
|
75
|
+
Folder::Raw Satellite-Imagery-Products
|
63
76
|
|
64
77
|
## Description
|
65
78
|
Satellite imagery imported from or referenced from external providers.
|
@@ -69,12 +82,15 @@ GeoSpatial
|
|
69
82
|
|
70
83
|
____
|
71
84
|
|
72
|
-
#
|
85
|
+
# Don't Create Digital Product
|
73
86
|
## Name
|
74
87
|
Sentinel-2a
|
75
88
|
|
89
|
+
## Qualified Name
|
90
|
+
DigitalProduct::Sentinel-2a
|
91
|
+
|
76
92
|
## Description
|
77
|
-
Level 2a (surface level) imagery.
|
93
|
+
Level 2a (surface level) imagery. Updated
|
78
94
|
|
79
95
|
## Product Name
|
80
96
|
Sentinel Level 2A
|
@@ -96,11 +112,14 @@ GeoSpatial
|
|
96
112
|
|
97
113
|
____
|
98
114
|
|
99
|
-
#
|
115
|
+
# Don't Create Folder
|
100
116
|
|
101
117
|
## Name
|
102
118
|
Standard Subscription Agreements Folder
|
103
119
|
|
120
|
+
## Qualified Name
|
121
|
+
Folder::Standard-Subscription-Agreements-Folder
|
122
|
+
|
104
123
|
## Description
|
105
124
|
A folder for digital product subscriptions.
|
106
125
|
|
@@ -108,10 +127,13 @@ A folder for digital product subscriptions.
|
|
108
127
|
GeoSpatial
|
109
128
|
|
110
129
|
____
|
111
|
-
#
|
130
|
+
# Don't Create Digital Subscription
|
112
131
|
## Name
|
113
132
|
GeoSpatial Data Products Subscription
|
114
133
|
|
134
|
+
# Qualified Name
|
135
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
136
|
+
|
115
137
|
## Description
|
116
138
|
A general subscription agreement for GeoSpatial Data Products
|
117
139
|
|
@@ -122,12 +144,28 @@ GeoSpatial-Sub-0
|
|
122
144
|
Best Effort
|
123
145
|
____
|
124
146
|
|
125
|
-
|
126
|
-
|
127
|
-
|
147
|
+
____
|
148
|
+
# Don't Create Agreement
|
149
|
+
## Name
|
150
|
+
A test agreement
|
151
|
+
|
152
|
+
# Qualified Name
|
153
|
+
Agreement::A-test-agreement
|
154
|
+
|
155
|
+
## Description
|
156
|
+
A general agreement for testing and testing
|
157
|
+
|
158
|
+
## Identifier
|
159
|
+
Agreement 1
|
160
|
+
|
161
|
+
____
|
162
|
+
|
163
|
+
# Don't Link Agreement->Item
|
164
|
+
## Agreement Name
|
165
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
128
166
|
|
129
167
|
## Item Name
|
130
|
-
Sentinel-
|
168
|
+
DigitalProduct::Sentinel-2a
|
131
169
|
|
132
170
|
## Agreement Item Id
|
133
171
|
Sentinel-2a-Subscription
|
@@ -143,20 +181,31 @@ Sentinel-2a-Subscription
|
|
143
181
|
|
144
182
|
## Obligations
|
145
183
|
{ "Attribution" : "Required"}
|
184
|
+
____
|
146
185
|
|
186
|
+
# Link Subscriber->Subscription
|
187
|
+
## Subscription
|
188
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
189
|
+
|
190
|
+
## Subscriber
|
191
|
+
Agreement::A-test-agreement
|
147
192
|
|
148
193
|
___
|
149
194
|
|
150
|
-
#
|
195
|
+
# Don't View Data Sharing Agreements
|
151
196
|
## Output Format
|
152
197
|
LIST
|
153
198
|
|
154
199
|
___
|
155
200
|
|
156
|
-
#
|
201
|
+
# Don't View Data Sharing Agreements
|
157
202
|
## Output Format
|
158
203
|
REPORT
|
159
204
|
___
|
160
|
-
#
|
205
|
+
# Don't View Report
|
161
206
|
## Output Format
|
162
|
-
|
207
|
+
REPORT
|
208
|
+
## Output Format Set
|
209
|
+
Collections
|
210
|
+
|
211
|
+
|
@@ -13,12 +13,12 @@
|
|
13
13
|
"state": {
|
14
14
|
"type": "markdown",
|
15
15
|
"state": {
|
16
|
-
"file": "
|
16
|
+
"file": "monday/processed-2025-08-17 21:04-product.md",
|
17
17
|
"mode": "preview",
|
18
18
|
"source": false
|
19
19
|
},
|
20
20
|
"icon": "lucide-file",
|
21
|
-
"title": "processed-2025-
|
21
|
+
"title": "processed-2025-08-17 21:04-product"
|
22
22
|
}
|
23
23
|
}
|
24
24
|
]
|
@@ -142,13 +142,13 @@
|
|
142
142
|
"state": {
|
143
143
|
"type": "outline",
|
144
144
|
"state": {
|
145
|
-
"file": "
|
145
|
+
"file": "monday/processed-2025-08-17 21:04-product.md",
|
146
146
|
"followCursor": false,
|
147
147
|
"showSearch": false,
|
148
148
|
"searchQuery": ""
|
149
149
|
},
|
150
150
|
"icon": "lucide-list",
|
151
|
-
"title": "Outline of processed-2025-
|
151
|
+
"title": "Outline of processed-2025-08-17 21:04-product"
|
152
152
|
}
|
153
153
|
}
|
154
154
|
],
|
@@ -188,6 +188,7 @@
|
|
188
188
|
},
|
189
189
|
"active": "21860ec8f02c79c3",
|
190
190
|
"lastOpenFiles": [
|
191
|
+
"thursday/processed-2025-07-17 22:08-gov_def2.md",
|
191
192
|
"thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md",
|
192
193
|
"tuesday/processed-2025-07-16 19:15-gov_def2.md",
|
193
194
|
"processed-2025-08-03 16:05-glossary_list.md",
|
@@ -214,7 +215,6 @@
|
|
214
215
|
"sunday/processed-2025-07-20 14:16-product.md",
|
215
216
|
"sunday/processed-2025-07-20 14:12-product.md",
|
216
217
|
"sunday/processed-2025-07-20 14:11-product.md",
|
217
|
-
"sunday/processed-2025-07-20 13:49-product.md",
|
218
218
|
"sunday"
|
219
219
|
]
|
220
220
|
}
|
@@ -0,0 +1,426 @@
|
|
1
|
+
# Don't Update Root Collection
|
2
|
+
## Name
|
3
|
+
GeoSpatial Root
|
4
|
+
|
5
|
+
## Qualified Name
|
6
|
+
Root::GeoSpatial-Root
|
7
|
+
## Description
|
8
|
+
This is the root of the GeoSpatial work
|
9
|
+
|
10
|
+
## Category
|
11
|
+
GeoSpatial
|
12
|
+
|
13
|
+
____
|
14
|
+
|
15
|
+
# Don't Update Folder
|
16
|
+
## Name
|
17
|
+
Digital Products MarketPlace
|
18
|
+
|
19
|
+
## Qualified Name
|
20
|
+
Folder::Digital-Products-MarketPlace
|
21
|
+
## Description
|
22
|
+
This is the digital products marketplace.
|
23
|
+
|
24
|
+
## Catagory
|
25
|
+
GeoSpatial
|
26
|
+
|
27
|
+
____
|
28
|
+
|
29
|
+
# Don't Create Folder
|
30
|
+
## Name
|
31
|
+
GeoSpatial Products
|
32
|
+
|
33
|
+
## Qualified Name
|
34
|
+
Folder::GeoSpatial-Products
|
35
|
+
|
36
|
+
## Description
|
37
|
+
GeoSpatial product offerings.
|
38
|
+
|
39
|
+
## Catagory
|
40
|
+
GeoSpatial
|
41
|
+
____
|
42
|
+
|
43
|
+
# Don't Create Folder
|
44
|
+
## Name
|
45
|
+
Agricultural Products
|
46
|
+
|
47
|
+
## Qualified Name
|
48
|
+
Folder::Agricultural-Products
|
49
|
+
|
50
|
+
## Description
|
51
|
+
Agricultural product offerings.
|
52
|
+
|
53
|
+
## Catagory
|
54
|
+
GeoSpatial
|
55
|
+
____
|
56
|
+
|
57
|
+
# Don't Create Folder
|
58
|
+
## Name
|
59
|
+
Prepared Imagery Products
|
60
|
+
|
61
|
+
## Description
|
62
|
+
Imagry products that are ready for consumption.
|
63
|
+
|
64
|
+
## Catagory
|
65
|
+
GeoSpatial
|
66
|
+
|
67
|
+
____
|
68
|
+
|
69
|
+
# Don't Create Folder
|
70
|
+
## Name
|
71
|
+
Raw Satellite Imagery Products.
|
72
|
+
|
73
|
+
## Qualified Name
|
74
|
+
Folder::Raw Satellite-Imagery-Products
|
75
|
+
|
76
|
+
## Description
|
77
|
+
Satellite imagery imported from or referenced from external providers.
|
78
|
+
|
79
|
+
## Catagory
|
80
|
+
GeoSpatial
|
81
|
+
|
82
|
+
____
|
83
|
+
|
84
|
+
# Don't Create Digital Product
|
85
|
+
## Name
|
86
|
+
Sentinel-2a
|
87
|
+
|
88
|
+
## Qualified Name
|
89
|
+
DigitalProduct::Sentinel-2a
|
90
|
+
|
91
|
+
## Description
|
92
|
+
Level 2a (surface level) imagery. Updated
|
93
|
+
|
94
|
+
## Product Name
|
95
|
+
Sentinel Level 2A
|
96
|
+
|
97
|
+
## Status
|
98
|
+
Active
|
99
|
+
|
100
|
+
## Product Identifier
|
101
|
+
sentinel-2a
|
102
|
+
|
103
|
+
## Maturity
|
104
|
+
Mature
|
105
|
+
|
106
|
+
## Service Life
|
107
|
+
Until interest and budget wane.
|
108
|
+
|
109
|
+
## Category
|
110
|
+
GeoSpatial
|
111
|
+
|
112
|
+
____
|
113
|
+
|
114
|
+
# Don't Create Folder
|
115
|
+
|
116
|
+
## Name
|
117
|
+
Standard Subscription Agreements Folder
|
118
|
+
|
119
|
+
## Qualified Name
|
120
|
+
Folder::Standard-Subscription-Agreements-Folder
|
121
|
+
|
122
|
+
## Description
|
123
|
+
A folder for digital product subscriptions.
|
124
|
+
|
125
|
+
## Catagory
|
126
|
+
GeoSpatial
|
127
|
+
|
128
|
+
____
|
129
|
+
# Don't Create Digital Subscription
|
130
|
+
## Name
|
131
|
+
GeoSpatial Data Products Subscription
|
132
|
+
|
133
|
+
# Qualified Name
|
134
|
+
Subscription::GeoSpatial-Products-Subscription
|
135
|
+
|
136
|
+
## Description
|
137
|
+
A general subscription agreement for GeoSpatial Data Products
|
138
|
+
|
139
|
+
## Identifier
|
140
|
+
GeoSpatial-Sub-0
|
141
|
+
|
142
|
+
## Support Level
|
143
|
+
Best Effort
|
144
|
+
____
|
145
|
+
|
146
|
+
# Don't Create Agreement
|
147
|
+
## Name
|
148
|
+
A test agreement
|
149
|
+
|
150
|
+
# Qualified Name
|
151
|
+
Agreement::A-test-agreement
|
152
|
+
|
153
|
+
## Description
|
154
|
+
A general agreement for testing and testing
|
155
|
+
|
156
|
+
## Identifier
|
157
|
+
Agreement 1
|
158
|
+
|
159
|
+
____
|
160
|
+
|
161
|
+
# Don't Link Agreement Item
|
162
|
+
## Agreement Name
|
163
|
+
Subscription::GeoSpatial-Products-Subscription
|
164
|
+
|
165
|
+
## Item Name
|
166
|
+
DigitalProduct::Sentinel-2a
|
167
|
+
|
168
|
+
## Agreement Item Id
|
169
|
+
Sentinel-2a-Subscription
|
170
|
+
|
171
|
+
## Agreement Start
|
172
|
+
2025-08-01
|
173
|
+
|
174
|
+
## Agreement End
|
175
|
+
2030-12-31
|
176
|
+
|
177
|
+
## Entitlements
|
178
|
+
{ "Data Download" : "Allowed", "Data Sharing" : "Allowed"}
|
179
|
+
|
180
|
+
## Obligations
|
181
|
+
{ "Attribution" : "Required"}
|
182
|
+
|
183
|
+
|
184
|
+
___
|
185
|
+
|
186
|
+
# Don't View Data Sharing Agreements
|
187
|
+
## Output Format
|
188
|
+
LIST
|
189
|
+
|
190
|
+
___
|
191
|
+
|
192
|
+
# Don't View Data Sharing Agreements
|
193
|
+
## Output Format
|
194
|
+
REPORT
|
195
|
+
___
|
196
|
+
|
197
|
+
# `Report` with filter: `*`
|
198
|
+
|
199
|
+
# Collection Report - created at 2025-08-19 07:05
|
200
|
+
Collection found from the search string: `*`
|
201
|
+
|
202
|
+
<a id="c7031a79-5ad8-439b-a102-7dafa0e2ad71"></a>
|
203
|
+
# Collection Name: GeoSpatial Data Products Subscription
|
204
|
+
|
205
|
+
## Display Name
|
206
|
+
GeoSpatial Data Products Subscription
|
207
|
+
|
208
|
+
## Qualified Name
|
209
|
+
[Subscription::GeoSpatial-Data-Products-Subscription](#c7031a79-5ad8-439b-a102-7dafa0e2ad71)
|
210
|
+
|
211
|
+
## Type Name
|
212
|
+
DigitalSubscription
|
213
|
+
|
214
|
+
## Created By
|
215
|
+
erinoverview
|
216
|
+
|
217
|
+
## Create Time
|
218
|
+
2025-08-19T02:31:18.778+00:00
|
219
|
+
|
220
|
+
## GUID
|
221
|
+
c7031a79-5ad8-439b-a102-7dafa0e2ad71
|
222
|
+
|
223
|
+
## Mermaid Graph
|
224
|
+
|
225
|
+
```mermaid
|
226
|
+
---
|
227
|
+
title: DigitalSubscription - GeoSpatial Data Products Subscription [c7031a79-5ad8-439b-a102-7dafa0e2ad71]
|
228
|
+
---
|
229
|
+
flowchart TD
|
230
|
+
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
231
|
+
|
232
|
+
1@{ shape: rounded, label: "*Digital Subscription*
|
233
|
+
**GeoSpatial Data Products Subscription**"}
|
234
|
+
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
235
|
+
```
|
236
|
+
[[Commons]]
|
237
|
+
---
|
238
|
+
|
239
|
+
<a id="77dd71f7-f9bd-46a6-b3b1-9accff81725d"></a>
|
240
|
+
# Collection Name: A test agreement
|
241
|
+
|
242
|
+
## Display Name
|
243
|
+
A test agreement
|
244
|
+
|
245
|
+
## Qualified Name
|
246
|
+
[Agreement::A-test-agreement](#77dd71f7-f9bd-46a6-b3b1-9accff81725d)
|
247
|
+
|
248
|
+
## Type Name
|
249
|
+
Agreement
|
250
|
+
|
251
|
+
## Created By
|
252
|
+
erinoverview
|
253
|
+
|
254
|
+
## Create Time
|
255
|
+
2025-08-19T02:31:18.916+00:00
|
256
|
+
|
257
|
+
## GUID
|
258
|
+
77dd71f7-f9bd-46a6-b3b1-9accff81725d
|
259
|
+
|
260
|
+
## Mermaid Graph
|
261
|
+
|
262
|
+
```mermaid
|
263
|
+
---
|
264
|
+
title: Agreement - A test agreement [77dd71f7-f9bd-46a6-b3b1-9accff81725d]
|
265
|
+
---
|
266
|
+
flowchart TD
|
267
|
+
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
268
|
+
|
269
|
+
1@{ shape: rounded, label: "*Agreement*
|
270
|
+
**A test agreement**"}
|
271
|
+
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
272
|
+
```
|
273
|
+
[[Commons]]
|
274
|
+
---
|
275
|
+
|
276
|
+
<a id="fa0128e6-faf8-4138-b404-d570760483b8"></a>
|
277
|
+
# Collection Name: Sentinel-2a
|
278
|
+
|
279
|
+
## Display Name
|
280
|
+
Sentinel-2a
|
281
|
+
|
282
|
+
## Qualified Name
|
283
|
+
[DigitalProduct::Sentinel-2a](#fa0128e6-faf8-4138-b404-d570760483b8)
|
284
|
+
|
285
|
+
## Category
|
286
|
+
GeoSpatial
|
287
|
+
|
288
|
+
## Description
|
289
|
+
Level 2a (surface level) imagery. Updated
|
290
|
+
|
291
|
+
## Type Name
|
292
|
+
DigitalProduct
|
293
|
+
|
294
|
+
## Created By
|
295
|
+
erinoverview
|
296
|
+
|
297
|
+
## Create Time
|
298
|
+
2025-08-19T02:41:24.508+00:00
|
299
|
+
|
300
|
+
## GUID
|
301
|
+
fa0128e6-faf8-4138-b404-d570760483b8
|
302
|
+
|
303
|
+
## Mermaid Graph
|
304
|
+
|
305
|
+
```mermaid
|
306
|
+
---
|
307
|
+
title: DigitalProduct - Sentinel-2a [fa0128e6-faf8-4138-b404-d570760483b8]
|
308
|
+
---
|
309
|
+
flowchart TD
|
310
|
+
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
311
|
+
|
312
|
+
1@{ shape: rounded, label: "*Digital Product*
|
313
|
+
**Sentinel-2a**"}
|
314
|
+
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
315
|
+
```
|
316
|
+
[[Commons]]
|
317
|
+
---
|
318
|
+
|
319
|
+
<a id="6751311c-fdda-4649-9068-ab4c13f42ea2"></a>
|
320
|
+
# Collection Name: GeoSpatial Root
|
321
|
+
|
322
|
+
## Display Name
|
323
|
+
GeoSpatial Root
|
324
|
+
|
325
|
+
## Qualified Name
|
326
|
+
[Root::GeoSpatial-Root](#6751311c-fdda-4649-9068-ab4c13f42ea2)
|
327
|
+
|
328
|
+
## Category
|
329
|
+
GeoSpatial
|
330
|
+
|
331
|
+
## Description
|
332
|
+
This is the root of the GeoSpatial work
|
333
|
+
|
334
|
+
## Type Name
|
335
|
+
Collection
|
336
|
+
|
337
|
+
## Created By
|
338
|
+
erinoverview
|
339
|
+
|
340
|
+
## Create Time
|
341
|
+
2025-08-19T02:28:06.111+00:00
|
342
|
+
|
343
|
+
## GUID
|
344
|
+
6751311c-fdda-4649-9068-ab4c13f42ea2
|
345
|
+
|
346
|
+
## Mermaid Graph
|
347
|
+
|
348
|
+
```mermaid
|
349
|
+
---
|
350
|
+
title: Collection - GeoSpatial Root [6751311c-fdda-4649-9068-ab4c13f42ea2]
|
351
|
+
---
|
352
|
+
flowchart TD
|
353
|
+
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
354
|
+
|
355
|
+
1@{ shape: rounded, label: "*Collection*
|
356
|
+
**GeoSpatial Root**"}
|
357
|
+
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
358
|
+
```
|
359
|
+
[[Commons]]
|
360
|
+
---
|
361
|
+
|
362
|
+
<a id="533a0346-b047-485a-82ea-05db671ab485"></a>
|
363
|
+
# Collection Name: Open Metadata Connector Type Directory
|
364
|
+
|
365
|
+
## Display Name
|
366
|
+
Open Metadata Connector Type Directory
|
367
|
+
|
368
|
+
## Qualified Name
|
369
|
+
OpenMetadataConnectorTypeDirectory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6
|
370
|
+
|
371
|
+
## Category
|
372
|
+
GeoSpatial
|
373
|
+
|
374
|
+
## Description
|
375
|
+
Open Metadata standard connector categories and connector types.
|
376
|
+
|
377
|
+
## Type Name
|
378
|
+
Collection
|
379
|
+
|
380
|
+
## Classifications
|
381
|
+
ConnectorTypeDirectory
|
382
|
+
|
383
|
+
## Created By
|
384
|
+
Egeria Project
|
385
|
+
|
386
|
+
## Create Time
|
387
|
+
2025-08-15T18:54:51.675+00:00
|
388
|
+
|
389
|
+
## Updated By
|
390
|
+
Egeria Project
|
391
|
+
|
392
|
+
## Containing Members
|
393
|
+
OpenMetadataKafkaConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6, OpenMetadataJDBCConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6, OpenMetadataFileConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6
|
394
|
+
|
395
|
+
## GUID
|
396
|
+
533a0346-b047-485a-82ea-05db671ab485
|
397
|
+
|
398
|
+
## Mermaid Graph
|
399
|
+
|
400
|
+
```mermaid
|
401
|
+
---
|
402
|
+
title: Collection - Open Metadata Connector Type Directory [533a0346-b047-485a-82ea-05db671ab485]
|
403
|
+
---
|
404
|
+
flowchart TD
|
405
|
+
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
406
|
+
|
407
|
+
1@{ shape: rounded, label: "*Collection*
|
408
|
+
**Open Metadata Connector Type Directory**"}
|
409
|
+
2@{ shape: rounded, label: "*Connector Category*
|
410
|
+
**Open Metadata Apache Kafka Connector Category**"}
|
411
|
+
1==>|"Collection Membership"|2
|
412
|
+
3@{ shape: rounded, label: "*Connector Category*
|
413
|
+
**Open Metadata JDBC Connector Category**"}
|
414
|
+
1==>|"Collection Membership"|3
|
415
|
+
4@{ shape: rounded, label: "*Connector Category*
|
416
|
+
**Open Metadata File Connector Category**"}
|
417
|
+
1==>|"Collection Membership"|4
|
418
|
+
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
419
|
+
style 2 color:#000000, fill:#39add1, stroke:#004563
|
420
|
+
style 3 color:#000000, fill:#39add1, stroke:#004563
|
421
|
+
style 4 color:#000000, fill:#39add1, stroke:#004563
|
422
|
+
```
|
423
|
+
[[Commons]]
|
424
|
+
# Provenance
|
425
|
+
|
426
|
+
* Results from processing file product.md on 2025-08-19 07:05
|