geo_combine 0.4.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/ruby.yml +53 -0
  3. data/.gitignore +2 -0
  4. data/.rubocop.yml +20 -0
  5. data/.rubocop_todo.yml +165 -0
  6. data/Gemfile +3 -1
  7. data/README.md +80 -1
  8. data/Rakefile +4 -2
  9. data/bin/geocombine +1 -0
  10. data/geo_combine.gemspec +5 -0
  11. data/lib/geo_combine/bounding_box.rb +7 -1
  12. data/lib/geo_combine/ckan_metadata.rb +10 -8
  13. data/lib/geo_combine/cli.rb +3 -1
  14. data/lib/geo_combine/esri_open_data.rb +2 -0
  15. data/lib/geo_combine/exceptions.rb +3 -0
  16. data/lib/geo_combine/fgdc.rb +2 -2
  17. data/lib/geo_combine/formats.rb +2 -0
  18. data/lib/geo_combine/formatting.rb +3 -1
  19. data/lib/geo_combine/geo_blacklight_harvester.rb +211 -0
  20. data/lib/geo_combine/geoblacklight.rb +20 -6
  21. data/lib/geo_combine/geometry_types.rb +2 -0
  22. data/lib/geo_combine/iso19139.rb +2 -1
  23. data/lib/geo_combine/ogp.rb +13 -11
  24. data/lib/geo_combine/railtie.rb +2 -0
  25. data/lib/geo_combine/subjects.rb +2 -0
  26. data/lib/geo_combine/version.rb +3 -1
  27. data/lib/geo_combine.rb +7 -3
  28. data/lib/tasks/geo_combine.rake +57 -26
  29. data/lib/xslt/fgdc2html.xsl +38 -9
  30. data/lib/xslt/iso2html.xsl +1107 -1070
  31. data/spec/features/fgdc2html_spec.rb +53 -1
  32. data/spec/features/iso2html_spec.rb +17 -2
  33. data/spec/fixtures/docs/princeton_fgdc.xml +374 -0
  34. data/spec/fixtures/docs/repos.json +3224 -0
  35. data/spec/fixtures/docs/simple_xml.xml +10 -0
  36. data/spec/fixtures/docs/simple_xslt.xsl +11 -0
  37. data/spec/fixtures/docs/stanford_iso.xml +652 -0
  38. data/spec/fixtures/docs/tufts_fgdc.xml +977 -0
  39. data/spec/fixtures/indexing/basic_geoblacklight.json +27 -0
  40. data/spec/fixtures/indexing/geoblacklight.json +33 -0
  41. data/spec/fixtures/indexing/layers.json +16119 -0
  42. data/spec/fixtures/indexing/test.txt +1 -0
  43. data/spec/fixtures/json_docs.rb +2 -0
  44. data/spec/fixtures/xml_docs.rb +9 -1659
  45. data/spec/helpers.rb +7 -7
  46. data/spec/lib/geo_combine/bounding_box_spec.rb +18 -0
  47. data/spec/lib/geo_combine/ckan_metadata_spec.rb +34 -11
  48. data/spec/lib/geo_combine/esri_open_data_spec.rb +23 -2
  49. data/spec/lib/geo_combine/fgdc_spec.rb +41 -10
  50. data/spec/lib/geo_combine/formatting_spec.rb +13 -5
  51. data/spec/lib/geo_combine/geo_blacklight_harvester_spec.rb +194 -0
  52. data/spec/lib/geo_combine/geoblacklight_spec.rb +41 -11
  53. data/spec/lib/geo_combine/iso19139_spec.rb +26 -14
  54. data/spec/lib/geo_combine/ogp_spec.rb +28 -8
  55. data/spec/lib/geo_combine_spec.rb +7 -4
  56. data/spec/lib/tasks/geo_combine_spec.rb +45 -0
  57. data/spec/spec_helper.rb +19 -84
  58. data/spec/support/fixtures.rb +9 -0
  59. metadata +103 -6
  60. data/.coveralls.yml +0 -1
  61. data/.travis.yml +0 -7
@@ -0,0 +1,3224 @@
1
+ [
2
+ {
3
+ "id": 26289437,
4
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjI4OTQzNw==",
5
+ "name": "metadatarepository",
6
+ "full_name": "OpenGeoMetadata/metadatarepository",
7
+ "private": false,
8
+ "owner": {
9
+ "login": "OpenGeoMetadata",
10
+ "id": 9597563,
11
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
12
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
13
+ "gravatar_id": "",
14
+ "url": "https://api.github.com/users/OpenGeoMetadata",
15
+ "html_url": "https://github.com/OpenGeoMetadata",
16
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
17
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
18
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
19
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
20
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
21
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
22
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
23
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
24
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
25
+ "type": "Organization",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/OpenGeoMetadata/metadatarepository",
29
+ "description": "Communal repository",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository",
32
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/forks",
33
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/teams",
36
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/events",
39
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/tags",
42
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/languages",
48
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/subscription",
52
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/merges",
59
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/downloads",
61
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/metadatarepository/deployments",
68
+ "created_at": "2014-11-06T20:49:46Z",
69
+ "updated_at": "2022-02-23T17:39:22Z",
70
+ "pushed_at": "2022-02-23T17:19:46Z",
71
+ "git_url": "git://github.com/OpenGeoMetadata/metadatarepository.git",
72
+ "ssh_url": "git@github.com:OpenGeoMetadata/metadatarepository.git",
73
+ "clone_url": "https://github.com/OpenGeoMetadata/metadatarepository.git",
74
+ "svn_url": "https://github.com/OpenGeoMetadata/metadatarepository",
75
+ "homepage": "",
76
+ "size": 735,
77
+ "stargazers_count": 34,
78
+ "watchers_count": 34,
79
+ "language": "Python",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "forks_count": 2,
86
+ "mirror_url": null,
87
+ "archived": false,
88
+ "disabled": false,
89
+ "open_issues_count": 2,
90
+ "license": null,
91
+ "allow_forking": true,
92
+ "is_template": false,
93
+ "topics": [
94
+
95
+ ],
96
+ "visibility": "public",
97
+ "forks": 2,
98
+ "open_issues": 2,
99
+ "watchers": 34,
100
+ "default_branch": "master",
101
+ "permissions": {
102
+ "admin": false,
103
+ "maintain": false,
104
+ "push": false,
105
+ "triage": false,
106
+ "pull": true
107
+ }
108
+ },
109
+ {
110
+ "id": 26299481,
111
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjI5OTQ4MQ==",
112
+ "name": "edu.stanford.purl",
113
+ "full_name": "OpenGeoMetadata/edu.stanford.purl",
114
+ "private": false,
115
+ "owner": {
116
+ "login": "OpenGeoMetadata",
117
+ "id": 9597563,
118
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
119
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
120
+ "gravatar_id": "",
121
+ "url": "https://api.github.com/users/OpenGeoMetadata",
122
+ "html_url": "https://github.com/OpenGeoMetadata",
123
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
124
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
125
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
126
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
127
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
128
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
129
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
130
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
131
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
132
+ "type": "Organization",
133
+ "site_admin": false
134
+ },
135
+ "html_url": "https://github.com/OpenGeoMetadata/edu.stanford.purl",
136
+ "description": "GIS Metadata for Stanford University Libraries",
137
+ "fork": false,
138
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl",
139
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/forks",
140
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/keys{/key_id}",
141
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/collaborators{/collaborator}",
142
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/teams",
143
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/hooks",
144
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/issues/events{/number}",
145
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/events",
146
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/assignees{/user}",
147
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/branches{/branch}",
148
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/tags",
149
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/git/blobs{/sha}",
150
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/git/tags{/sha}",
151
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/git/refs{/sha}",
152
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/git/trees{/sha}",
153
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/statuses/{sha}",
154
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/languages",
155
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/stargazers",
156
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/contributors",
157
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/subscribers",
158
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/subscription",
159
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/commits{/sha}",
160
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/git/commits{/sha}",
161
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/comments{/number}",
162
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/issues/comments{/number}",
163
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/contents/{+path}",
164
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/compare/{base}...{head}",
165
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/merges",
166
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/{archive_format}{/ref}",
167
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/downloads",
168
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/issues{/number}",
169
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/pulls{/number}",
170
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/milestones{/number}",
171
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/notifications{?since,all,participating}",
172
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/labels{/name}",
173
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/releases{/id}",
174
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.stanford.purl/deployments",
175
+ "created_at": "2014-11-07T02:08:19Z",
176
+ "updated_at": "2021-12-19T20:54:11Z",
177
+ "pushed_at": "2022-02-21T02:46:02Z",
178
+ "git_url": "git://github.com/OpenGeoMetadata/edu.stanford.purl.git",
179
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.stanford.purl.git",
180
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.stanford.purl.git",
181
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.stanford.purl",
182
+ "homepage": "",
183
+ "size": 318528,
184
+ "stargazers_count": 8,
185
+ "watchers_count": 8,
186
+ "language": "HTML",
187
+ "has_issues": true,
188
+ "has_projects": true,
189
+ "has_downloads": true,
190
+ "has_wiki": true,
191
+ "has_pages": false,
192
+ "forks_count": 3,
193
+ "mirror_url": null,
194
+ "archived": false,
195
+ "disabled": false,
196
+ "open_issues_count": 1,
197
+ "license": null,
198
+ "allow_forking": true,
199
+ "is_template": false,
200
+ "topics": [
201
+
202
+ ],
203
+ "visibility": "public",
204
+ "forks": 3,
205
+ "open_issues": 1,
206
+ "watchers": 8,
207
+ "default_branch": "master",
208
+ "permissions": {
209
+ "admin": false,
210
+ "maintain": false,
211
+ "push": false,
212
+ "triage": false,
213
+ "pull": true
214
+ }
215
+ },
216
+ {
217
+ "id": 26341388,
218
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjM0MTM4OA==",
219
+ "name": "edu.princeton.arks",
220
+ "full_name": "OpenGeoMetadata/edu.princeton.arks",
221
+ "private": false,
222
+ "owner": {
223
+ "login": "OpenGeoMetadata",
224
+ "id": 9597563,
225
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
226
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
227
+ "gravatar_id": "",
228
+ "url": "https://api.github.com/users/OpenGeoMetadata",
229
+ "html_url": "https://github.com/OpenGeoMetadata",
230
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
231
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
232
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
233
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
234
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
235
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
236
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
237
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
238
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
239
+ "type": "Organization",
240
+ "site_admin": false
241
+ },
242
+ "html_url": "https://github.com/OpenGeoMetadata/edu.princeton.arks",
243
+ "description": " GeoBlacklight Metadata for Princeton University Libraries",
244
+ "fork": false,
245
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks",
246
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/forks",
247
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/keys{/key_id}",
248
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/collaborators{/collaborator}",
249
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/teams",
250
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/hooks",
251
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/issues/events{/number}",
252
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/events",
253
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/assignees{/user}",
254
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/branches{/branch}",
255
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/tags",
256
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/git/blobs{/sha}",
257
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/git/tags{/sha}",
258
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/git/refs{/sha}",
259
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/git/trees{/sha}",
260
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/statuses/{sha}",
261
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/languages",
262
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/stargazers",
263
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/contributors",
264
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/subscribers",
265
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/subscription",
266
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/commits{/sha}",
267
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/git/commits{/sha}",
268
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/comments{/number}",
269
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/issues/comments{/number}",
270
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/contents/{+path}",
271
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/compare/{base}...{head}",
272
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/merges",
273
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/{archive_format}{/ref}",
274
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/downloads",
275
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/issues{/number}",
276
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/pulls{/number}",
277
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/milestones{/number}",
278
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/notifications{?since,all,participating}",
279
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/labels{/name}",
280
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/releases{/id}",
281
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.princeton.arks/deployments",
282
+ "created_at": "2014-11-07T22:40:33Z",
283
+ "updated_at": "2020-08-18T16:49:51Z",
284
+ "pushed_at": "2020-08-18T16:48:41Z",
285
+ "git_url": "git://github.com/OpenGeoMetadata/edu.princeton.arks.git",
286
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.princeton.arks.git",
287
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.princeton.arks.git",
288
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.princeton.arks",
289
+ "homepage": "",
290
+ "size": 90151,
291
+ "stargazers_count": 0,
292
+ "watchers_count": 0,
293
+ "language": null,
294
+ "has_issues": true,
295
+ "has_projects": true,
296
+ "has_downloads": true,
297
+ "has_wiki": true,
298
+ "has_pages": false,
299
+ "forks_count": 3,
300
+ "mirror_url": null,
301
+ "archived": false,
302
+ "disabled": false,
303
+ "open_issues_count": 0,
304
+ "license": null,
305
+ "allow_forking": true,
306
+ "is_template": false,
307
+ "topics": [
308
+
309
+ ],
310
+ "visibility": "public",
311
+ "forks": 3,
312
+ "open_issues": 0,
313
+ "watchers": 0,
314
+ "default_branch": "master",
315
+ "permissions": {
316
+ "admin": false,
317
+ "maintain": false,
318
+ "push": false,
319
+ "triage": false,
320
+ "pull": true
321
+ }
322
+ },
323
+ {
324
+ "id": 26816880,
325
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjgxNjg4MA==",
326
+ "name": "edu.virginia",
327
+ "full_name": "OpenGeoMetadata/edu.virginia",
328
+ "private": false,
329
+ "owner": {
330
+ "login": "OpenGeoMetadata",
331
+ "id": 9597563,
332
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
333
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
334
+ "gravatar_id": "",
335
+ "url": "https://api.github.com/users/OpenGeoMetadata",
336
+ "html_url": "https://github.com/OpenGeoMetadata",
337
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
338
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
339
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
340
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
341
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
342
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
343
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
344
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
345
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
346
+ "type": "Organization",
347
+ "site_admin": false
348
+ },
349
+ "html_url": "https://github.com/OpenGeoMetadata/edu.virginia",
350
+ "description": "Spatial metadata of the University of Virginia",
351
+ "fork": false,
352
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia",
353
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/forks",
354
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/keys{/key_id}",
355
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/collaborators{/collaborator}",
356
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/teams",
357
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/hooks",
358
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/issues/events{/number}",
359
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/events",
360
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/assignees{/user}",
361
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/branches{/branch}",
362
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/tags",
363
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/git/blobs{/sha}",
364
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/git/tags{/sha}",
365
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/git/refs{/sha}",
366
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/git/trees{/sha}",
367
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/statuses/{sha}",
368
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/languages",
369
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/stargazers",
370
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/contributors",
371
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/subscribers",
372
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/subscription",
373
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/commits{/sha}",
374
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/git/commits{/sha}",
375
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/comments{/number}",
376
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/issues/comments{/number}",
377
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/contents/{+path}",
378
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/compare/{base}...{head}",
379
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/merges",
380
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/{archive_format}{/ref}",
381
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/downloads",
382
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/issues{/number}",
383
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/pulls{/number}",
384
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/milestones{/number}",
385
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/notifications{?since,all,participating}",
386
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/labels{/name}",
387
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/releases{/id}",
388
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.virginia/deployments",
389
+ "created_at": "2014-11-18T15:54:40Z",
390
+ "updated_at": "2019-07-09T18:09:03Z",
391
+ "pushed_at": "2015-06-17T16:22:09Z",
392
+ "git_url": "git://github.com/OpenGeoMetadata/edu.virginia.git",
393
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.virginia.git",
394
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.virginia.git",
395
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.virginia",
396
+ "homepage": null,
397
+ "size": 25232,
398
+ "stargazers_count": 1,
399
+ "watchers_count": 1,
400
+ "language": "HTML",
401
+ "has_issues": true,
402
+ "has_projects": true,
403
+ "has_downloads": true,
404
+ "has_wiki": true,
405
+ "has_pages": true,
406
+ "forks_count": 1,
407
+ "mirror_url": null,
408
+ "archived": false,
409
+ "disabled": false,
410
+ "open_issues_count": 4,
411
+ "license": null,
412
+ "allow_forking": true,
413
+ "is_template": false,
414
+ "topics": [
415
+
416
+ ],
417
+ "visibility": "public",
418
+ "forks": 1,
419
+ "open_issues": 4,
420
+ "watchers": 1,
421
+ "default_branch": "master",
422
+ "permissions": {
423
+ "admin": false,
424
+ "maintain": false,
425
+ "push": false,
426
+ "triage": false,
427
+ "pull": true
428
+ }
429
+ },
430
+ {
431
+ "id": 26875200,
432
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjg3NTIwMA==",
433
+ "name": "edu.nyu",
434
+ "full_name": "OpenGeoMetadata/edu.nyu",
435
+ "private": false,
436
+ "owner": {
437
+ "login": "OpenGeoMetadata",
438
+ "id": 9597563,
439
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
440
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
441
+ "gravatar_id": "",
442
+ "url": "https://api.github.com/users/OpenGeoMetadata",
443
+ "html_url": "https://github.com/OpenGeoMetadata",
444
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
445
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
446
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
447
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
448
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
449
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
450
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
451
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
452
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
453
+ "type": "Organization",
454
+ "site_admin": false
455
+ },
456
+ "html_url": "https://github.com/OpenGeoMetadata/edu.nyu",
457
+ "description": "Geospatial metadata records for New York University's Spatial Data Repository",
458
+ "fork": false,
459
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu",
460
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/forks",
461
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/keys{/key_id}",
462
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/collaborators{/collaborator}",
463
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/teams",
464
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/hooks",
465
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/issues/events{/number}",
466
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/events",
467
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/assignees{/user}",
468
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/branches{/branch}",
469
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/tags",
470
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/git/blobs{/sha}",
471
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/git/tags{/sha}",
472
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/git/refs{/sha}",
473
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/git/trees{/sha}",
474
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/statuses/{sha}",
475
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/languages",
476
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/stargazers",
477
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/contributors",
478
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/subscribers",
479
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/subscription",
480
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/commits{/sha}",
481
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/git/commits{/sha}",
482
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/comments{/number}",
483
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/issues/comments{/number}",
484
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/contents/{+path}",
485
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/compare/{base}...{head}",
486
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/merges",
487
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/{archive_format}{/ref}",
488
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/downloads",
489
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/issues{/number}",
490
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/pulls{/number}",
491
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/milestones{/number}",
492
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/notifications{?since,all,participating}",
493
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/labels{/name}",
494
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/releases{/id}",
495
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.nyu/deployments",
496
+ "created_at": "2014-11-19T18:26:11Z",
497
+ "updated_at": "2021-12-20T16:31:03Z",
498
+ "pushed_at": "2021-12-20T16:30:59Z",
499
+ "git_url": "git://github.com/OpenGeoMetadata/edu.nyu.git",
500
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.nyu.git",
501
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.nyu.git",
502
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.nyu",
503
+ "homepage": "https://geo.nyu.edu",
504
+ "size": 8135,
505
+ "stargazers_count": 4,
506
+ "watchers_count": 4,
507
+ "language": "Ruby",
508
+ "has_issues": true,
509
+ "has_projects": true,
510
+ "has_downloads": true,
511
+ "has_wiki": true,
512
+ "has_pages": false,
513
+ "forks_count": 3,
514
+ "mirror_url": null,
515
+ "archived": false,
516
+ "disabled": false,
517
+ "open_issues_count": 0,
518
+ "license": null,
519
+ "allow_forking": true,
520
+ "is_template": false,
521
+ "topics": [
522
+
523
+ ],
524
+ "visibility": "public",
525
+ "forks": 3,
526
+ "open_issues": 0,
527
+ "watchers": 4,
528
+ "default_branch": "master",
529
+ "permissions": {
530
+ "admin": false,
531
+ "maintain": false,
532
+ "push": false,
533
+ "triage": false,
534
+ "pull": true
535
+ }
536
+ },
537
+ {
538
+ "id": 26965923,
539
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjk2NTkyMw==",
540
+ "name": "edu.harvard",
541
+ "full_name": "OpenGeoMetadata/edu.harvard",
542
+ "private": false,
543
+ "owner": {
544
+ "login": "OpenGeoMetadata",
545
+ "id": 9597563,
546
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
547
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
548
+ "gravatar_id": "",
549
+ "url": "https://api.github.com/users/OpenGeoMetadata",
550
+ "html_url": "https://github.com/OpenGeoMetadata",
551
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
552
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
553
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
554
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
555
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
556
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
557
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
558
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
559
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
560
+ "type": "Organization",
561
+ "site_admin": false
562
+ },
563
+ "html_url": "https://github.com/OpenGeoMetadata/edu.harvard",
564
+ "description": "Metadata for the Harvard Geospatial Library",
565
+ "fork": false,
566
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard",
567
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/forks",
568
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/keys{/key_id}",
569
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/collaborators{/collaborator}",
570
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/teams",
571
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/hooks",
572
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/issues/events{/number}",
573
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/events",
574
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/assignees{/user}",
575
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/branches{/branch}",
576
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/tags",
577
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/git/blobs{/sha}",
578
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/git/tags{/sha}",
579
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/git/refs{/sha}",
580
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/git/trees{/sha}",
581
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/statuses/{sha}",
582
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/languages",
583
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/stargazers",
584
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/contributors",
585
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/subscribers",
586
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/subscription",
587
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/commits{/sha}",
588
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/git/commits{/sha}",
589
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/comments{/number}",
590
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/issues/comments{/number}",
591
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/contents/{+path}",
592
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/compare/{base}...{head}",
593
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/merges",
594
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/{archive_format}{/ref}",
595
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/downloads",
596
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/issues{/number}",
597
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/pulls{/number}",
598
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/milestones{/number}",
599
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/notifications{?since,all,participating}",
600
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/labels{/name}",
601
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/releases{/id}",
602
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.harvard/deployments",
603
+ "created_at": "2014-11-21T15:43:43Z",
604
+ "updated_at": "2021-09-29T20:32:14Z",
605
+ "pushed_at": "2021-09-29T20:29:39Z",
606
+ "git_url": "git://github.com/OpenGeoMetadata/edu.harvard.git",
607
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.harvard.git",
608
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.harvard.git",
609
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.harvard",
610
+ "homepage": "",
611
+ "size": 47444,
612
+ "stargazers_count": 2,
613
+ "watchers_count": 2,
614
+ "language": null,
615
+ "has_issues": true,
616
+ "has_projects": true,
617
+ "has_downloads": true,
618
+ "has_wiki": true,
619
+ "has_pages": false,
620
+ "forks_count": 2,
621
+ "mirror_url": null,
622
+ "archived": false,
623
+ "disabled": false,
624
+ "open_issues_count": 2,
625
+ "license": null,
626
+ "allow_forking": true,
627
+ "is_template": false,
628
+ "topics": [
629
+
630
+ ],
631
+ "visibility": "public",
632
+ "forks": 2,
633
+ "open_issues": 2,
634
+ "watchers": 2,
635
+ "default_branch": "main",
636
+ "permissions": {
637
+ "admin": false,
638
+ "maintain": false,
639
+ "push": false,
640
+ "triage": false,
641
+ "pull": true
642
+ }
643
+ },
644
+ {
645
+ "id": 27087715,
646
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNzA4NzcxNQ==",
647
+ "name": "opengeometadata-rails",
648
+ "full_name": "OpenGeoMetadata/opengeometadata-rails",
649
+ "private": false,
650
+ "owner": {
651
+ "login": "OpenGeoMetadata",
652
+ "id": 9597563,
653
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
654
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
655
+ "gravatar_id": "",
656
+ "url": "https://api.github.com/users/OpenGeoMetadata",
657
+ "html_url": "https://github.com/OpenGeoMetadata",
658
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
659
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
660
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
661
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
662
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
663
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
664
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
665
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
666
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
667
+ "type": "Organization",
668
+ "site_admin": false
669
+ },
670
+ "html_url": "https://github.com/OpenGeoMetadata/opengeometadata-rails",
671
+ "description": "[DEPRECATED] Rails 4 application to serve OpenGeoMetadata content. A proof of concept.",
672
+ "fork": false,
673
+ "url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails",
674
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/forks",
675
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/keys{/key_id}",
676
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/collaborators{/collaborator}",
677
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/teams",
678
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/hooks",
679
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/issues/events{/number}",
680
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/events",
681
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/assignees{/user}",
682
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/branches{/branch}",
683
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/tags",
684
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/git/blobs{/sha}",
685
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/git/tags{/sha}",
686
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/git/refs{/sha}",
687
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/git/trees{/sha}",
688
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/statuses/{sha}",
689
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/languages",
690
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/stargazers",
691
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/contributors",
692
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/subscribers",
693
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/subscription",
694
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/commits{/sha}",
695
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/git/commits{/sha}",
696
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/comments{/number}",
697
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/issues/comments{/number}",
698
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/contents/{+path}",
699
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/compare/{base}...{head}",
700
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/merges",
701
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/{archive_format}{/ref}",
702
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/downloads",
703
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/issues{/number}",
704
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/pulls{/number}",
705
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/milestones{/number}",
706
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/notifications{?since,all,participating}",
707
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/labels{/name}",
708
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/releases{/id}",
709
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata-rails/deployments",
710
+ "created_at": "2014-11-24T18:00:59Z",
711
+ "updated_at": "2019-08-27T15:36:24Z",
712
+ "pushed_at": "2015-06-25T17:08:09Z",
713
+ "git_url": "git://github.com/OpenGeoMetadata/opengeometadata-rails.git",
714
+ "ssh_url": "git@github.com:OpenGeoMetadata/opengeometadata-rails.git",
715
+ "clone_url": "https://github.com/OpenGeoMetadata/opengeometadata-rails.git",
716
+ "svn_url": "https://github.com/OpenGeoMetadata/opengeometadata-rails",
717
+ "homepage": "",
718
+ "size": 272,
719
+ "stargazers_count": 2,
720
+ "watchers_count": 2,
721
+ "language": "Ruby",
722
+ "has_issues": true,
723
+ "has_projects": true,
724
+ "has_downloads": true,
725
+ "has_wiki": true,
726
+ "has_pages": false,
727
+ "forks_count": 2,
728
+ "mirror_url": null,
729
+ "archived": true,
730
+ "disabled": false,
731
+ "open_issues_count": 4,
732
+ "license": null,
733
+ "allow_forking": true,
734
+ "is_template": false,
735
+ "topics": [
736
+
737
+ ],
738
+ "visibility": "public",
739
+ "forks": 2,
740
+ "open_issues": 4,
741
+ "watchers": 2,
742
+ "default_branch": "master",
743
+ "permissions": {
744
+ "admin": false,
745
+ "maintain": false,
746
+ "push": false,
747
+ "triage": false,
748
+ "pull": true
749
+ }
750
+ },
751
+ {
752
+ "id": 27445829,
753
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ0NTgyOQ==",
754
+ "name": "edu.umn",
755
+ "full_name": "OpenGeoMetadata/edu.umn",
756
+ "private": false,
757
+ "owner": {
758
+ "login": "OpenGeoMetadata",
759
+ "id": 9597563,
760
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
761
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
762
+ "gravatar_id": "",
763
+ "url": "https://api.github.com/users/OpenGeoMetadata",
764
+ "html_url": "https://github.com/OpenGeoMetadata",
765
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
766
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
767
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
768
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
769
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
770
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
771
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
772
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
773
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
774
+ "type": "Organization",
775
+ "site_admin": false
776
+ },
777
+ "html_url": "https://github.com/OpenGeoMetadata/edu.umn",
778
+ "description": "Geospatial metadata repository for the University of Minnesota",
779
+ "fork": false,
780
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn",
781
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/forks",
782
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/keys{/key_id}",
783
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/collaborators{/collaborator}",
784
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/teams",
785
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/hooks",
786
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/issues/events{/number}",
787
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/events",
788
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/assignees{/user}",
789
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/branches{/branch}",
790
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/tags",
791
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/git/blobs{/sha}",
792
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/git/tags{/sha}",
793
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/git/refs{/sha}",
794
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/git/trees{/sha}",
795
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/statuses/{sha}",
796
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/languages",
797
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/stargazers",
798
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/contributors",
799
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/subscribers",
800
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/subscription",
801
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/commits{/sha}",
802
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/git/commits{/sha}",
803
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/comments{/number}",
804
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/issues/comments{/number}",
805
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/contents/{+path}",
806
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/compare/{base}...{head}",
807
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/merges",
808
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/{archive_format}{/ref}",
809
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/downloads",
810
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/issues{/number}",
811
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/pulls{/number}",
812
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/milestones{/number}",
813
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/notifications{?since,all,participating}",
814
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/labels{/name}",
815
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/releases{/id}",
816
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.umn/deployments",
817
+ "created_at": "2014-12-02T18:03:06Z",
818
+ "updated_at": "2021-12-09T22:22:39Z",
819
+ "pushed_at": "2021-12-09T22:21:11Z",
820
+ "git_url": "git://github.com/OpenGeoMetadata/edu.umn.git",
821
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.umn.git",
822
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.umn.git",
823
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.umn",
824
+ "homepage": "https://geo.btaa.org/",
825
+ "size": 12021,
826
+ "stargazers_count": 2,
827
+ "watchers_count": 2,
828
+ "language": null,
829
+ "has_issues": true,
830
+ "has_projects": true,
831
+ "has_downloads": true,
832
+ "has_wiki": true,
833
+ "has_pages": true,
834
+ "forks_count": 1,
835
+ "mirror_url": null,
836
+ "archived": false,
837
+ "disabled": false,
838
+ "open_issues_count": 0,
839
+ "license": null,
840
+ "allow_forking": true,
841
+ "is_template": false,
842
+ "topics": [
843
+
844
+ ],
845
+ "visibility": "public",
846
+ "forks": 1,
847
+ "open_issues": 0,
848
+ "watchers": 2,
849
+ "default_branch": "main",
850
+ "permissions": {
851
+ "admin": false,
852
+ "maintain": false,
853
+ "push": false,
854
+ "triage": false,
855
+ "pull": true
856
+ }
857
+ },
858
+ {
859
+ "id": 27561844,
860
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNzU2MTg0NA==",
861
+ "name": "edu.tufts",
862
+ "full_name": "OpenGeoMetadata/edu.tufts",
863
+ "private": false,
864
+ "owner": {
865
+ "login": "OpenGeoMetadata",
866
+ "id": 9597563,
867
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
868
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
869
+ "gravatar_id": "",
870
+ "url": "https://api.github.com/users/OpenGeoMetadata",
871
+ "html_url": "https://github.com/OpenGeoMetadata",
872
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
873
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
874
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
875
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
876
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
877
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
878
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
879
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
880
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
881
+ "type": "Organization",
882
+ "site_admin": false
883
+ },
884
+ "html_url": "https://github.com/OpenGeoMetadata/edu.tufts",
885
+ "description": "Geospatial Metadata for Tufts University",
886
+ "fork": false,
887
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts",
888
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/forks",
889
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/keys{/key_id}",
890
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/collaborators{/collaborator}",
891
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/teams",
892
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/hooks",
893
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/issues/events{/number}",
894
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/events",
895
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/assignees{/user}",
896
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/branches{/branch}",
897
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/tags",
898
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/git/blobs{/sha}",
899
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/git/tags{/sha}",
900
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/git/refs{/sha}",
901
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/git/trees{/sha}",
902
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/statuses/{sha}",
903
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/languages",
904
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/stargazers",
905
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/contributors",
906
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/subscribers",
907
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/subscription",
908
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/commits{/sha}",
909
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/git/commits{/sha}",
910
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/comments{/number}",
911
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/issues/comments{/number}",
912
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/contents/{+path}",
913
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/compare/{base}...{head}",
914
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/merges",
915
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/{archive_format}{/ref}",
916
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/downloads",
917
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/issues{/number}",
918
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/pulls{/number}",
919
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/milestones{/number}",
920
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/notifications{?since,all,participating}",
921
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/labels{/name}",
922
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/releases{/id}",
923
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.tufts/deployments",
924
+ "created_at": "2014-12-04T21:53:29Z",
925
+ "updated_at": "2016-11-10T17:15:40Z",
926
+ "pushed_at": "2014-12-10T23:19:35Z",
927
+ "git_url": "git://github.com/OpenGeoMetadata/edu.tufts.git",
928
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.tufts.git",
929
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.tufts.git",
930
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.tufts",
931
+ "homepage": "http://opengeoportal.org",
932
+ "size": 10416,
933
+ "stargazers_count": 2,
934
+ "watchers_count": 2,
935
+ "language": null,
936
+ "has_issues": true,
937
+ "has_projects": true,
938
+ "has_downloads": true,
939
+ "has_wiki": true,
940
+ "has_pages": false,
941
+ "forks_count": 1,
942
+ "mirror_url": null,
943
+ "archived": false,
944
+ "disabled": false,
945
+ "open_issues_count": 0,
946
+ "license": null,
947
+ "allow_forking": true,
948
+ "is_template": false,
949
+ "topics": [
950
+
951
+ ],
952
+ "visibility": "public",
953
+ "forks": 1,
954
+ "open_issues": 0,
955
+ "watchers": 2,
956
+ "default_branch": "master",
957
+ "permissions": {
958
+ "admin": false,
959
+ "maintain": false,
960
+ "push": false,
961
+ "triage": false,
962
+ "pull": true
963
+ }
964
+ },
965
+ {
966
+ "id": 27886288,
967
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNzg4NjI4OA==",
968
+ "name": "ogm_utils-python",
969
+ "full_name": "OpenGeoMetadata/ogm_utils-python",
970
+ "private": false,
971
+ "owner": {
972
+ "login": "OpenGeoMetadata",
973
+ "id": 9597563,
974
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
975
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
976
+ "gravatar_id": "",
977
+ "url": "https://api.github.com/users/OpenGeoMetadata",
978
+ "html_url": "https://github.com/OpenGeoMetadata",
979
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
980
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
981
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
982
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
983
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
984
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
985
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
986
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
987
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
988
+ "type": "Organization",
989
+ "site_admin": false
990
+ },
991
+ "html_url": "https://github.com/OpenGeoMetadata/ogm_utils-python",
992
+ "description": "some rudimentary utilities for working with OpenGeoMetadata repositories",
993
+ "fork": false,
994
+ "url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python",
995
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/forks",
996
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/keys{/key_id}",
997
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/collaborators{/collaborator}",
998
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/teams",
999
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/hooks",
1000
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/issues/events{/number}",
1001
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/events",
1002
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/assignees{/user}",
1003
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/branches{/branch}",
1004
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/tags",
1005
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/git/blobs{/sha}",
1006
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/git/tags{/sha}",
1007
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/git/refs{/sha}",
1008
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/git/trees{/sha}",
1009
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/statuses/{sha}",
1010
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/languages",
1011
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/stargazers",
1012
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/contributors",
1013
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/subscribers",
1014
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/subscription",
1015
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/commits{/sha}",
1016
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/git/commits{/sha}",
1017
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/comments{/number}",
1018
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/issues/comments{/number}",
1019
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/contents/{+path}",
1020
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/compare/{base}...{head}",
1021
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/merges",
1022
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/{archive_format}{/ref}",
1023
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/downloads",
1024
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/issues{/number}",
1025
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/pulls{/number}",
1026
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/milestones{/number}",
1027
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/notifications{?since,all,participating}",
1028
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/labels{/name}",
1029
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/releases{/id}",
1030
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/ogm_utils-python/deployments",
1031
+ "created_at": "2014-12-11T18:48:54Z",
1032
+ "updated_at": "2015-02-12T17:35:30Z",
1033
+ "pushed_at": "2014-12-11T19:03:38Z",
1034
+ "git_url": "git://github.com/OpenGeoMetadata/ogm_utils-python.git",
1035
+ "ssh_url": "git@github.com:OpenGeoMetadata/ogm_utils-python.git",
1036
+ "clone_url": "https://github.com/OpenGeoMetadata/ogm_utils-python.git",
1037
+ "svn_url": "https://github.com/OpenGeoMetadata/ogm_utils-python",
1038
+ "homepage": null,
1039
+ "size": 188,
1040
+ "stargazers_count": 3,
1041
+ "watchers_count": 3,
1042
+ "language": "Python",
1043
+ "has_issues": true,
1044
+ "has_projects": true,
1045
+ "has_downloads": true,
1046
+ "has_wiki": true,
1047
+ "has_pages": false,
1048
+ "forks_count": 0,
1049
+ "mirror_url": null,
1050
+ "archived": false,
1051
+ "disabled": false,
1052
+ "open_issues_count": 0,
1053
+ "license": null,
1054
+ "allow_forking": true,
1055
+ "is_template": false,
1056
+ "topics": [
1057
+
1058
+ ],
1059
+ "visibility": "public",
1060
+ "forks": 0,
1061
+ "open_issues": 0,
1062
+ "watchers": 3,
1063
+ "default_branch": "master",
1064
+ "permissions": {
1065
+ "admin": false,
1066
+ "maintain": false,
1067
+ "push": false,
1068
+ "triage": false,
1069
+ "pull": true
1070
+ }
1071
+ },
1072
+ {
1073
+ "id": 30363044,
1074
+ "node_id": "MDEwOlJlcG9zaXRvcnkzMDM2MzA0NA==",
1075
+ "name": "GeoCombine",
1076
+ "full_name": "OpenGeoMetadata/GeoCombine",
1077
+ "private": false,
1078
+ "owner": {
1079
+ "login": "OpenGeoMetadata",
1080
+ "id": 9597563,
1081
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1082
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1083
+ "gravatar_id": "",
1084
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1085
+ "html_url": "https://github.com/OpenGeoMetadata",
1086
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1087
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1088
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1089
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1090
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1091
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1092
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1093
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1094
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1095
+ "type": "Organization",
1096
+ "site_admin": false
1097
+ },
1098
+ "html_url": "https://github.com/OpenGeoMetadata/GeoCombine",
1099
+ "description": "A Ruby toolkit for managing geospatial metadata",
1100
+ "fork": false,
1101
+ "url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine",
1102
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/forks",
1103
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/keys{/key_id}",
1104
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/collaborators{/collaborator}",
1105
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/teams",
1106
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/hooks",
1107
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/issues/events{/number}",
1108
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/events",
1109
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/assignees{/user}",
1110
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/branches{/branch}",
1111
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/tags",
1112
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/git/blobs{/sha}",
1113
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/git/tags{/sha}",
1114
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/git/refs{/sha}",
1115
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/git/trees{/sha}",
1116
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/statuses/{sha}",
1117
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/languages",
1118
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/stargazers",
1119
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/contributors",
1120
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/subscribers",
1121
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/subscription",
1122
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/commits{/sha}",
1123
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/git/commits{/sha}",
1124
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/comments{/number}",
1125
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/issues/comments{/number}",
1126
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/contents/{+path}",
1127
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/compare/{base}...{head}",
1128
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/merges",
1129
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/{archive_format}{/ref}",
1130
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/downloads",
1131
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/issues{/number}",
1132
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/pulls{/number}",
1133
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/milestones{/number}",
1134
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/notifications{?since,all,participating}",
1135
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/labels{/name}",
1136
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/releases{/id}",
1137
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/GeoCombine/deployments",
1138
+ "created_at": "2015-02-05T15:39:27Z",
1139
+ "updated_at": "2022-02-19T00:00:45Z",
1140
+ "pushed_at": "2022-02-23T18:08:36Z",
1141
+ "git_url": "git://github.com/OpenGeoMetadata/GeoCombine.git",
1142
+ "ssh_url": "git@github.com:OpenGeoMetadata/GeoCombine.git",
1143
+ "clone_url": "https://github.com/OpenGeoMetadata/GeoCombine.git",
1144
+ "svn_url": "https://github.com/OpenGeoMetadata/GeoCombine",
1145
+ "homepage": "https://github.com/OpenGeoMetadata/GeoCombine",
1146
+ "size": 364,
1147
+ "stargazers_count": 19,
1148
+ "watchers_count": 19,
1149
+ "language": "XSLT",
1150
+ "has_issues": true,
1151
+ "has_projects": true,
1152
+ "has_downloads": true,
1153
+ "has_wiki": true,
1154
+ "has_pages": false,
1155
+ "forks_count": 18,
1156
+ "mirror_url": null,
1157
+ "archived": false,
1158
+ "disabled": false,
1159
+ "open_issues_count": 17,
1160
+ "license": {
1161
+ "key": "other",
1162
+ "name": "Other",
1163
+ "spdx_id": "NOASSERTION",
1164
+ "url": null,
1165
+ "node_id": "MDc6TGljZW5zZTA="
1166
+ },
1167
+ "allow_forking": true,
1168
+ "is_template": false,
1169
+ "topics": [
1170
+
1171
+ ],
1172
+ "visibility": "public",
1173
+ "forks": 18,
1174
+ "open_issues": 17,
1175
+ "watchers": 19,
1176
+ "default_branch": "main",
1177
+ "permissions": {
1178
+ "admin": false,
1179
+ "maintain": false,
1180
+ "push": false,
1181
+ "triage": false,
1182
+ "pull": true
1183
+ }
1184
+ },
1185
+ {
1186
+ "id": 32810150,
1187
+ "node_id": "MDEwOlJlcG9zaXRvcnkzMjgxMDE1MA==",
1188
+ "name": "uk.bl.www",
1189
+ "full_name": "OpenGeoMetadata/uk.bl.www",
1190
+ "private": false,
1191
+ "owner": {
1192
+ "login": "OpenGeoMetadata",
1193
+ "id": 9597563,
1194
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1195
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1196
+ "gravatar_id": "",
1197
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1198
+ "html_url": "https://github.com/OpenGeoMetadata",
1199
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1200
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1201
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1202
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1203
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1204
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1205
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1206
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1207
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1208
+ "type": "Organization",
1209
+ "site_admin": false
1210
+ },
1211
+ "html_url": "https://github.com/OpenGeoMetadata/uk.bl.www",
1212
+ "description": null,
1213
+ "fork": false,
1214
+ "url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www",
1215
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/forks",
1216
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/keys{/key_id}",
1217
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/collaborators{/collaborator}",
1218
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/teams",
1219
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/hooks",
1220
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/issues/events{/number}",
1221
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/events",
1222
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/assignees{/user}",
1223
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/branches{/branch}",
1224
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/tags",
1225
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/git/blobs{/sha}",
1226
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/git/tags{/sha}",
1227
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/git/refs{/sha}",
1228
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/git/trees{/sha}",
1229
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/statuses/{sha}",
1230
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/languages",
1231
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/stargazers",
1232
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/contributors",
1233
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/subscribers",
1234
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/subscription",
1235
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/commits{/sha}",
1236
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/git/commits{/sha}",
1237
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/comments{/number}",
1238
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/issues/comments{/number}",
1239
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/contents/{+path}",
1240
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/compare/{base}...{head}",
1241
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/merges",
1242
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/{archive_format}{/ref}",
1243
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/downloads",
1244
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/issues{/number}",
1245
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/pulls{/number}",
1246
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/milestones{/number}",
1247
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/notifications{?since,all,participating}",
1248
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/labels{/name}",
1249
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/releases{/id}",
1250
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/uk.bl.www/deployments",
1251
+ "created_at": "2015-03-24T16:16:55Z",
1252
+ "updated_at": "2015-03-24T16:16:55Z",
1253
+ "pushed_at": "2015-03-24T16:16:55Z",
1254
+ "git_url": "git://github.com/OpenGeoMetadata/uk.bl.www.git",
1255
+ "ssh_url": "git@github.com:OpenGeoMetadata/uk.bl.www.git",
1256
+ "clone_url": "https://github.com/OpenGeoMetadata/uk.bl.www.git",
1257
+ "svn_url": "https://github.com/OpenGeoMetadata/uk.bl.www",
1258
+ "homepage": null,
1259
+ "size": 0,
1260
+ "stargazers_count": 0,
1261
+ "watchers_count": 0,
1262
+ "language": null,
1263
+ "has_issues": true,
1264
+ "has_projects": true,
1265
+ "has_downloads": true,
1266
+ "has_wiki": true,
1267
+ "has_pages": false,
1268
+ "forks_count": 0,
1269
+ "mirror_url": null,
1270
+ "archived": false,
1271
+ "disabled": false,
1272
+ "open_issues_count": 0,
1273
+ "license": null,
1274
+ "allow_forking": true,
1275
+ "is_template": false,
1276
+ "topics": [
1277
+
1278
+ ],
1279
+ "visibility": "public",
1280
+ "forks": 0,
1281
+ "open_issues": 0,
1282
+ "watchers": 0,
1283
+ "default_branch": "master",
1284
+ "permissions": {
1285
+ "admin": false,
1286
+ "maintain": false,
1287
+ "push": false,
1288
+ "triage": false,
1289
+ "pull": true
1290
+ }
1291
+ },
1292
+ {
1293
+ "id": 38620945,
1294
+ "node_id": "MDEwOlJlcG9zaXRvcnkzODYyMDk0NQ==",
1295
+ "name": "com.atlantaregional.www",
1296
+ "full_name": "OpenGeoMetadata/com.atlantaregional.www",
1297
+ "private": false,
1298
+ "owner": {
1299
+ "login": "OpenGeoMetadata",
1300
+ "id": 9597563,
1301
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1302
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1303
+ "gravatar_id": "",
1304
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1305
+ "html_url": "https://github.com/OpenGeoMetadata",
1306
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1307
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1308
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1309
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1310
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1311
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1312
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1313
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1314
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1315
+ "type": "Organization",
1316
+ "site_admin": false
1317
+ },
1318
+ "html_url": "https://github.com/OpenGeoMetadata/com.atlantaregional.www",
1319
+ "description": null,
1320
+ "fork": false,
1321
+ "url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www",
1322
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/forks",
1323
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/keys{/key_id}",
1324
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/collaborators{/collaborator}",
1325
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/teams",
1326
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/hooks",
1327
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/issues/events{/number}",
1328
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/events",
1329
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/assignees{/user}",
1330
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/branches{/branch}",
1331
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/tags",
1332
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/git/blobs{/sha}",
1333
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/git/tags{/sha}",
1334
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/git/refs{/sha}",
1335
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/git/trees{/sha}",
1336
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/statuses/{sha}",
1337
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/languages",
1338
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/stargazers",
1339
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/contributors",
1340
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/subscribers",
1341
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/subscription",
1342
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/commits{/sha}",
1343
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/git/commits{/sha}",
1344
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/comments{/number}",
1345
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/issues/comments{/number}",
1346
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/contents/{+path}",
1347
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/compare/{base}...{head}",
1348
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/merges",
1349
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/{archive_format}{/ref}",
1350
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/downloads",
1351
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/issues{/number}",
1352
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/pulls{/number}",
1353
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/milestones{/number}",
1354
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/notifications{?since,all,participating}",
1355
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/labels{/name}",
1356
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/releases{/id}",
1357
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/com.atlantaregional.www/deployments",
1358
+ "created_at": "2015-07-06T13:33:44Z",
1359
+ "updated_at": "2015-07-06T13:33:44Z",
1360
+ "pushed_at": "2015-07-06T13:33:44Z",
1361
+ "git_url": "git://github.com/OpenGeoMetadata/com.atlantaregional.www.git",
1362
+ "ssh_url": "git@github.com:OpenGeoMetadata/com.atlantaregional.www.git",
1363
+ "clone_url": "https://github.com/OpenGeoMetadata/com.atlantaregional.www.git",
1364
+ "svn_url": "https://github.com/OpenGeoMetadata/com.atlantaregional.www",
1365
+ "homepage": null,
1366
+ "size": 0,
1367
+ "stargazers_count": 0,
1368
+ "watchers_count": 0,
1369
+ "language": null,
1370
+ "has_issues": true,
1371
+ "has_projects": true,
1372
+ "has_downloads": true,
1373
+ "has_wiki": true,
1374
+ "has_pages": false,
1375
+ "forks_count": 0,
1376
+ "mirror_url": null,
1377
+ "archived": false,
1378
+ "disabled": false,
1379
+ "open_issues_count": 0,
1380
+ "license": null,
1381
+ "allow_forking": true,
1382
+ "is_template": false,
1383
+ "topics": [
1384
+
1385
+ ],
1386
+ "visibility": "public",
1387
+ "forks": 0,
1388
+ "open_issues": 0,
1389
+ "watchers": 0,
1390
+ "default_branch": "master",
1391
+ "permissions": {
1392
+ "admin": false,
1393
+ "maintain": false,
1394
+ "push": false,
1395
+ "triage": false,
1396
+ "pull": true
1397
+ }
1398
+ },
1399
+ {
1400
+ "id": 61665371,
1401
+ "node_id": "MDEwOlJlcG9zaXRvcnk2MTY2NTM3MQ==",
1402
+ "name": "edu.columbia",
1403
+ "full_name": "OpenGeoMetadata/edu.columbia",
1404
+ "private": false,
1405
+ "owner": {
1406
+ "login": "OpenGeoMetadata",
1407
+ "id": 9597563,
1408
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1409
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1410
+ "gravatar_id": "",
1411
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1412
+ "html_url": "https://github.com/OpenGeoMetadata",
1413
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1414
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1415
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1416
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1417
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1418
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1419
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1420
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1421
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1422
+ "type": "Organization",
1423
+ "site_admin": false
1424
+ },
1425
+ "html_url": "https://github.com/OpenGeoMetadata/edu.columbia",
1426
+ "description": "Set of GeoBlacklight JSON records from Columbia",
1427
+ "fork": false,
1428
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia",
1429
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/forks",
1430
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/keys{/key_id}",
1431
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/collaborators{/collaborator}",
1432
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/teams",
1433
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/hooks",
1434
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/issues/events{/number}",
1435
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/events",
1436
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/assignees{/user}",
1437
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/branches{/branch}",
1438
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/tags",
1439
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/git/blobs{/sha}",
1440
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/git/tags{/sha}",
1441
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/git/refs{/sha}",
1442
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/git/trees{/sha}",
1443
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/statuses/{sha}",
1444
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/languages",
1445
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/stargazers",
1446
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/contributors",
1447
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/subscribers",
1448
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/subscription",
1449
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/commits{/sha}",
1450
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/git/commits{/sha}",
1451
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/comments{/number}",
1452
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/issues/comments{/number}",
1453
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/contents/{+path}",
1454
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/compare/{base}...{head}",
1455
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/merges",
1456
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/{archive_format}{/ref}",
1457
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/downloads",
1458
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/issues{/number}",
1459
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/pulls{/number}",
1460
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/milestones{/number}",
1461
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/notifications{?since,all,participating}",
1462
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/labels{/name}",
1463
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/releases{/id}",
1464
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.columbia/deployments",
1465
+ "created_at": "2016-06-21T20:35:04Z",
1466
+ "updated_at": "2020-05-21T12:23:21Z",
1467
+ "pushed_at": "2020-05-21T12:23:36Z",
1468
+ "git_url": "git://github.com/OpenGeoMetadata/edu.columbia.git",
1469
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.columbia.git",
1470
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.columbia.git",
1471
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.columbia",
1472
+ "homepage": "",
1473
+ "size": 4061,
1474
+ "stargazers_count": 5,
1475
+ "watchers_count": 5,
1476
+ "language": null,
1477
+ "has_issues": true,
1478
+ "has_projects": true,
1479
+ "has_downloads": true,
1480
+ "has_wiki": true,
1481
+ "has_pages": false,
1482
+ "forks_count": 1,
1483
+ "mirror_url": null,
1484
+ "archived": false,
1485
+ "disabled": false,
1486
+ "open_issues_count": 1,
1487
+ "license": null,
1488
+ "allow_forking": true,
1489
+ "is_template": false,
1490
+ "topics": [
1491
+
1492
+ ],
1493
+ "visibility": "public",
1494
+ "forks": 1,
1495
+ "open_issues": 1,
1496
+ "watchers": 5,
1497
+ "default_branch": "master",
1498
+ "permissions": {
1499
+ "admin": false,
1500
+ "maintain": false,
1501
+ "push": false,
1502
+ "triage": false,
1503
+ "pull": true
1504
+ }
1505
+ },
1506
+ {
1507
+ "id": 72650106,
1508
+ "node_id": "MDEwOlJlcG9zaXRvcnk3MjY1MDEwNg==",
1509
+ "name": "edu.lclark",
1510
+ "full_name": "OpenGeoMetadata/edu.lclark",
1511
+ "private": false,
1512
+ "owner": {
1513
+ "login": "OpenGeoMetadata",
1514
+ "id": 9597563,
1515
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1516
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1517
+ "gravatar_id": "",
1518
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1519
+ "html_url": "https://github.com/OpenGeoMetadata",
1520
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1521
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1522
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1523
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1524
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1525
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1526
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1527
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1528
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1529
+ "type": "Organization",
1530
+ "site_admin": false
1531
+ },
1532
+ "html_url": "https://github.com/OpenGeoMetadata/edu.lclark",
1533
+ "description": null,
1534
+ "fork": false,
1535
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark",
1536
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/forks",
1537
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/keys{/key_id}",
1538
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/collaborators{/collaborator}",
1539
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/teams",
1540
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/hooks",
1541
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/issues/events{/number}",
1542
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/events",
1543
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/assignees{/user}",
1544
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/branches{/branch}",
1545
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/tags",
1546
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/git/blobs{/sha}",
1547
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/git/tags{/sha}",
1548
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/git/refs{/sha}",
1549
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/git/trees{/sha}",
1550
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/statuses/{sha}",
1551
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/languages",
1552
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/stargazers",
1553
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/contributors",
1554
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/subscribers",
1555
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/subscription",
1556
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/commits{/sha}",
1557
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/git/commits{/sha}",
1558
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/comments{/number}",
1559
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/issues/comments{/number}",
1560
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/contents/{+path}",
1561
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/compare/{base}...{head}",
1562
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/merges",
1563
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/{archive_format}{/ref}",
1564
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/downloads",
1565
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/issues{/number}",
1566
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/pulls{/number}",
1567
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/milestones{/number}",
1568
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/notifications{?since,all,participating}",
1569
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/labels{/name}",
1570
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/releases{/id}",
1571
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.lclark/deployments",
1572
+ "created_at": "2016-11-02T14:53:07Z",
1573
+ "updated_at": "2018-01-10T23:07:11Z",
1574
+ "pushed_at": "2018-01-10T23:04:51Z",
1575
+ "git_url": "git://github.com/OpenGeoMetadata/edu.lclark.git",
1576
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.lclark.git",
1577
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.lclark.git",
1578
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.lclark",
1579
+ "homepage": null,
1580
+ "size": 35,
1581
+ "stargazers_count": 0,
1582
+ "watchers_count": 0,
1583
+ "language": null,
1584
+ "has_issues": true,
1585
+ "has_projects": false,
1586
+ "has_downloads": true,
1587
+ "has_wiki": false,
1588
+ "has_pages": false,
1589
+ "forks_count": 1,
1590
+ "mirror_url": null,
1591
+ "archived": false,
1592
+ "disabled": false,
1593
+ "open_issues_count": 0,
1594
+ "license": null,
1595
+ "allow_forking": true,
1596
+ "is_template": false,
1597
+ "topics": [
1598
+
1599
+ ],
1600
+ "visibility": "public",
1601
+ "forks": 1,
1602
+ "open_issues": 0,
1603
+ "watchers": 0,
1604
+ "default_branch": "master",
1605
+ "permissions": {
1606
+ "admin": false,
1607
+ "maintain": false,
1608
+ "push": false,
1609
+ "triage": false,
1610
+ "pull": true
1611
+ }
1612
+ },
1613
+ {
1614
+ "id": 77856071,
1615
+ "node_id": "MDEwOlJlcG9zaXRvcnk3Nzg1NjA3MQ==",
1616
+ "name": "gov.data",
1617
+ "full_name": "OpenGeoMetadata/gov.data",
1618
+ "private": false,
1619
+ "owner": {
1620
+ "login": "OpenGeoMetadata",
1621
+ "id": 9597563,
1622
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1623
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1624
+ "gravatar_id": "",
1625
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1626
+ "html_url": "https://github.com/OpenGeoMetadata",
1627
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1628
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1629
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1630
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1631
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1632
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1633
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1634
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1635
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1636
+ "type": "Organization",
1637
+ "site_admin": false
1638
+ },
1639
+ "html_url": "https://github.com/OpenGeoMetadata/gov.data",
1640
+ "description": "Snapshot of Data.gov on January 5, 2017",
1641
+ "fork": false,
1642
+ "url": "https://api.github.com/repos/OpenGeoMetadata/gov.data",
1643
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/forks",
1644
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/keys{/key_id}",
1645
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/collaborators{/collaborator}",
1646
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/teams",
1647
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/hooks",
1648
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/issues/events{/number}",
1649
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/events",
1650
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/assignees{/user}",
1651
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/branches{/branch}",
1652
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/tags",
1653
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/git/blobs{/sha}",
1654
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/git/tags{/sha}",
1655
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/git/refs{/sha}",
1656
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/git/trees{/sha}",
1657
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/statuses/{sha}",
1658
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/languages",
1659
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/stargazers",
1660
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/contributors",
1661
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/subscribers",
1662
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/subscription",
1663
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/commits{/sha}",
1664
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/git/commits{/sha}",
1665
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/comments{/number}",
1666
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/issues/comments{/number}",
1667
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/contents/{+path}",
1668
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/compare/{base}...{head}",
1669
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/merges",
1670
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/{archive_format}{/ref}",
1671
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/downloads",
1672
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/issues{/number}",
1673
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/pulls{/number}",
1674
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/milestones{/number}",
1675
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/notifications{?since,all,participating}",
1676
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/labels{/name}",
1677
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/releases{/id}",
1678
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/gov.data/deployments",
1679
+ "created_at": "2017-01-02T19:16:00Z",
1680
+ "updated_at": "2022-02-23T17:41:21Z",
1681
+ "pushed_at": "2017-01-05T12:34:07Z",
1682
+ "git_url": "git://github.com/OpenGeoMetadata/gov.data.git",
1683
+ "ssh_url": "git@github.com:OpenGeoMetadata/gov.data.git",
1684
+ "clone_url": "https://github.com/OpenGeoMetadata/gov.data.git",
1685
+ "svn_url": "https://github.com/OpenGeoMetadata/gov.data",
1686
+ "homepage": "",
1687
+ "size": 426802,
1688
+ "stargazers_count": 4,
1689
+ "watchers_count": 4,
1690
+ "language": null,
1691
+ "has_issues": true,
1692
+ "has_projects": true,
1693
+ "has_downloads": true,
1694
+ "has_wiki": true,
1695
+ "has_pages": false,
1696
+ "forks_count": 3,
1697
+ "mirror_url": null,
1698
+ "archived": false,
1699
+ "disabled": false,
1700
+ "open_issues_count": 0,
1701
+ "license": null,
1702
+ "allow_forking": true,
1703
+ "is_template": false,
1704
+ "topics": [
1705
+
1706
+ ],
1707
+ "visibility": "public",
1708
+ "forks": 3,
1709
+ "open_issues": 0,
1710
+ "watchers": 4,
1711
+ "default_branch": "master",
1712
+ "permissions": {
1713
+ "admin": false,
1714
+ "maintain": false,
1715
+ "push": false,
1716
+ "triage": false,
1717
+ "pull": true
1718
+ }
1719
+ },
1720
+ {
1721
+ "id": 83587203,
1722
+ "node_id": "MDEwOlJlcG9zaXRvcnk4MzU4NzIwMw==",
1723
+ "name": "big-ten",
1724
+ "full_name": "OpenGeoMetadata/big-ten",
1725
+ "private": false,
1726
+ "owner": {
1727
+ "login": "OpenGeoMetadata",
1728
+ "id": 9597563,
1729
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1730
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1731
+ "gravatar_id": "",
1732
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1733
+ "html_url": "https://github.com/OpenGeoMetadata",
1734
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1735
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1736
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1737
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1738
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1739
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1740
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1741
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1742
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1743
+ "type": "Organization",
1744
+ "site_admin": false
1745
+ },
1746
+ "html_url": "https://github.com/OpenGeoMetadata/big-ten",
1747
+ "description": "Geospatial metadata for the Big Ten Academic Alliance",
1748
+ "fork": false,
1749
+ "url": "https://api.github.com/repos/OpenGeoMetadata/big-ten",
1750
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/forks",
1751
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/keys{/key_id}",
1752
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/collaborators{/collaborator}",
1753
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/teams",
1754
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/hooks",
1755
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/issues/events{/number}",
1756
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/events",
1757
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/assignees{/user}",
1758
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/branches{/branch}",
1759
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/tags",
1760
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/git/blobs{/sha}",
1761
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/git/tags{/sha}",
1762
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/git/refs{/sha}",
1763
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/git/trees{/sha}",
1764
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/statuses/{sha}",
1765
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/languages",
1766
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/stargazers",
1767
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/contributors",
1768
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/subscribers",
1769
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/subscription",
1770
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/commits{/sha}",
1771
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/git/commits{/sha}",
1772
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/comments{/number}",
1773
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/issues/comments{/number}",
1774
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/contents/{+path}",
1775
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/compare/{base}...{head}",
1776
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/merges",
1777
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/{archive_format}{/ref}",
1778
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/downloads",
1779
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/issues{/number}",
1780
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/pulls{/number}",
1781
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/milestones{/number}",
1782
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/notifications{?since,all,participating}",
1783
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/labels{/name}",
1784
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/releases{/id}",
1785
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/big-ten/deployments",
1786
+ "created_at": "2017-03-01T18:28:43Z",
1787
+ "updated_at": "2021-11-09T20:20:30Z",
1788
+ "pushed_at": "2021-11-09T20:20:21Z",
1789
+ "git_url": "git://github.com/OpenGeoMetadata/big-ten.git",
1790
+ "ssh_url": "git@github.com:OpenGeoMetadata/big-ten.git",
1791
+ "clone_url": "https://github.com/OpenGeoMetadata/big-ten.git",
1792
+ "svn_url": "https://github.com/OpenGeoMetadata/big-ten",
1793
+ "homepage": null,
1794
+ "size": 47619,
1795
+ "stargazers_count": 1,
1796
+ "watchers_count": 1,
1797
+ "language": null,
1798
+ "has_issues": true,
1799
+ "has_projects": true,
1800
+ "has_downloads": true,
1801
+ "has_wiki": true,
1802
+ "has_pages": true,
1803
+ "forks_count": 1,
1804
+ "mirror_url": null,
1805
+ "archived": false,
1806
+ "disabled": false,
1807
+ "open_issues_count": 0,
1808
+ "license": null,
1809
+ "allow_forking": true,
1810
+ "is_template": false,
1811
+ "topics": [
1812
+
1813
+ ],
1814
+ "visibility": "public",
1815
+ "forks": 1,
1816
+ "open_issues": 0,
1817
+ "watchers": 1,
1818
+ "default_branch": "master",
1819
+ "permissions": {
1820
+ "admin": false,
1821
+ "maintain": false,
1822
+ "push": false,
1823
+ "triage": false,
1824
+ "pull": true
1825
+ }
1826
+ },
1827
+ {
1828
+ "id": 99947141,
1829
+ "node_id": "MDEwOlJlcG9zaXRvcnk5OTk0NzE0MQ==",
1830
+ "name": "edu.uarizona",
1831
+ "full_name": "OpenGeoMetadata/edu.uarizona",
1832
+ "private": false,
1833
+ "owner": {
1834
+ "login": "OpenGeoMetadata",
1835
+ "id": 9597563,
1836
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1837
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1838
+ "gravatar_id": "",
1839
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1840
+ "html_url": "https://github.com/OpenGeoMetadata",
1841
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1842
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1843
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1844
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1845
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1846
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1847
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1848
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1849
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1850
+ "type": "Organization",
1851
+ "site_admin": false
1852
+ },
1853
+ "html_url": "https://github.com/OpenGeoMetadata/edu.uarizona",
1854
+ "description": null,
1855
+ "fork": false,
1856
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona",
1857
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/forks",
1858
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/keys{/key_id}",
1859
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/collaborators{/collaborator}",
1860
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/teams",
1861
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/hooks",
1862
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/issues/events{/number}",
1863
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/events",
1864
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/assignees{/user}",
1865
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/branches{/branch}",
1866
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/tags",
1867
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/git/blobs{/sha}",
1868
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/git/tags{/sha}",
1869
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/git/refs{/sha}",
1870
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/git/trees{/sha}",
1871
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/statuses/{sha}",
1872
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/languages",
1873
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/stargazers",
1874
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/contributors",
1875
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/subscribers",
1876
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/subscription",
1877
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/commits{/sha}",
1878
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/git/commits{/sha}",
1879
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/comments{/number}",
1880
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/issues/comments{/number}",
1881
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/contents/{+path}",
1882
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/compare/{base}...{head}",
1883
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/merges",
1884
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/{archive_format}{/ref}",
1885
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/downloads",
1886
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/issues{/number}",
1887
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/pulls{/number}",
1888
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/milestones{/number}",
1889
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/notifications{?since,all,participating}",
1890
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/labels{/name}",
1891
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/releases{/id}",
1892
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uarizona/deployments",
1893
+ "created_at": "2017-08-10T17:10:05Z",
1894
+ "updated_at": "2019-12-03T16:30:39Z",
1895
+ "pushed_at": "2019-07-26T08:14:38Z",
1896
+ "git_url": "git://github.com/OpenGeoMetadata/edu.uarizona.git",
1897
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.uarizona.git",
1898
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.uarizona.git",
1899
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.uarizona",
1900
+ "homepage": null,
1901
+ "size": 418,
1902
+ "stargazers_count": 1,
1903
+ "watchers_count": 1,
1904
+ "language": null,
1905
+ "has_issues": true,
1906
+ "has_projects": true,
1907
+ "has_downloads": true,
1908
+ "has_wiki": true,
1909
+ "has_pages": false,
1910
+ "forks_count": 0,
1911
+ "mirror_url": null,
1912
+ "archived": false,
1913
+ "disabled": false,
1914
+ "open_issues_count": 0,
1915
+ "license": null,
1916
+ "allow_forking": true,
1917
+ "is_template": false,
1918
+ "topics": [
1919
+
1920
+ ],
1921
+ "visibility": "public",
1922
+ "forks": 0,
1923
+ "open_issues": 0,
1924
+ "watchers": 1,
1925
+ "default_branch": "master",
1926
+ "permissions": {
1927
+ "admin": false,
1928
+ "maintain": false,
1929
+ "push": false,
1930
+ "triage": false,
1931
+ "pull": true
1932
+ }
1933
+ },
1934
+ {
1935
+ "id": 100706298,
1936
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMDA3MDYyOTg=",
1937
+ "name": "edu.berkeley",
1938
+ "full_name": "OpenGeoMetadata/edu.berkeley",
1939
+ "private": false,
1940
+ "owner": {
1941
+ "login": "OpenGeoMetadata",
1942
+ "id": 9597563,
1943
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
1944
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
1945
+ "gravatar_id": "",
1946
+ "url": "https://api.github.com/users/OpenGeoMetadata",
1947
+ "html_url": "https://github.com/OpenGeoMetadata",
1948
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
1949
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
1950
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
1951
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
1952
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
1953
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
1954
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
1955
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
1956
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
1957
+ "type": "Organization",
1958
+ "site_admin": false
1959
+ },
1960
+ "html_url": "https://github.com/OpenGeoMetadata/edu.berkeley",
1961
+ "description": null,
1962
+ "fork": false,
1963
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley",
1964
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/forks",
1965
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/keys{/key_id}",
1966
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/collaborators{/collaborator}",
1967
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/teams",
1968
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/hooks",
1969
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/issues/events{/number}",
1970
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/events",
1971
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/assignees{/user}",
1972
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/branches{/branch}",
1973
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/tags",
1974
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/git/blobs{/sha}",
1975
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/git/tags{/sha}",
1976
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/git/refs{/sha}",
1977
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/git/trees{/sha}",
1978
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/statuses/{sha}",
1979
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/languages",
1980
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/stargazers",
1981
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/contributors",
1982
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/subscribers",
1983
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/subscription",
1984
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/commits{/sha}",
1985
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/git/commits{/sha}",
1986
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/comments{/number}",
1987
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/issues/comments{/number}",
1988
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/contents/{+path}",
1989
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/compare/{base}...{head}",
1990
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/merges",
1991
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/{archive_format}{/ref}",
1992
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/downloads",
1993
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/issues{/number}",
1994
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/pulls{/number}",
1995
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/milestones{/number}",
1996
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/notifications{?since,all,participating}",
1997
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/labels{/name}",
1998
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/releases{/id}",
1999
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.berkeley/deployments",
2000
+ "created_at": "2017-08-18T11:37:01Z",
2001
+ "updated_at": "2020-10-20T20:59:29Z",
2002
+ "pushed_at": "2020-10-20T20:59:24Z",
2003
+ "git_url": "git://github.com/OpenGeoMetadata/edu.berkeley.git",
2004
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.berkeley.git",
2005
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.berkeley.git",
2006
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.berkeley",
2007
+ "homepage": null,
2008
+ "size": 956,
2009
+ "stargazers_count": 0,
2010
+ "watchers_count": 0,
2011
+ "language": null,
2012
+ "has_issues": true,
2013
+ "has_projects": true,
2014
+ "has_downloads": true,
2015
+ "has_wiki": true,
2016
+ "has_pages": false,
2017
+ "forks_count": 1,
2018
+ "mirror_url": null,
2019
+ "archived": false,
2020
+ "disabled": false,
2021
+ "open_issues_count": 0,
2022
+ "license": null,
2023
+ "allow_forking": true,
2024
+ "is_template": false,
2025
+ "topics": [
2026
+
2027
+ ],
2028
+ "visibility": "public",
2029
+ "forks": 1,
2030
+ "open_issues": 0,
2031
+ "watchers": 0,
2032
+ "default_branch": "master",
2033
+ "permissions": {
2034
+ "admin": false,
2035
+ "maintain": false,
2036
+ "push": false,
2037
+ "triage": false,
2038
+ "pull": true
2039
+ }
2040
+ },
2041
+ {
2042
+ "id": 103302361,
2043
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMDMzMDIzNjE=",
2044
+ "name": "edu.cornell",
2045
+ "full_name": "OpenGeoMetadata/edu.cornell",
2046
+ "private": false,
2047
+ "owner": {
2048
+ "login": "OpenGeoMetadata",
2049
+ "id": 9597563,
2050
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2051
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2052
+ "gravatar_id": "",
2053
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2054
+ "html_url": "https://github.com/OpenGeoMetadata",
2055
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2056
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2057
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2058
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2059
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2060
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2061
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2062
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2063
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2064
+ "type": "Organization",
2065
+ "site_admin": false
2066
+ },
2067
+ "html_url": "https://github.com/OpenGeoMetadata/edu.cornell",
2068
+ "description": "Geospatial metadata from CUGIR, the Cornell University Geospatial Information Repository",
2069
+ "fork": false,
2070
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell",
2071
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/forks",
2072
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/keys{/key_id}",
2073
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/collaborators{/collaborator}",
2074
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/teams",
2075
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/hooks",
2076
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/issues/events{/number}",
2077
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/events",
2078
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/assignees{/user}",
2079
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/branches{/branch}",
2080
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/tags",
2081
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/git/blobs{/sha}",
2082
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/git/tags{/sha}",
2083
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/git/refs{/sha}",
2084
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/git/trees{/sha}",
2085
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/statuses/{sha}",
2086
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/languages",
2087
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/stargazers",
2088
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/contributors",
2089
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/subscribers",
2090
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/subscription",
2091
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/commits{/sha}",
2092
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/git/commits{/sha}",
2093
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/comments{/number}",
2094
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/issues/comments{/number}",
2095
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/contents/{+path}",
2096
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/compare/{base}...{head}",
2097
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/merges",
2098
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/{archive_format}{/ref}",
2099
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/downloads",
2100
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/issues{/number}",
2101
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/pulls{/number}",
2102
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/milestones{/number}",
2103
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/notifications{?since,all,participating}",
2104
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/labels{/name}",
2105
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/releases{/id}",
2106
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.cornell/deployments",
2107
+ "created_at": "2017-09-12T17:40:36Z",
2108
+ "updated_at": "2020-10-08T00:02:40Z",
2109
+ "pushed_at": "2020-10-08T00:02:34Z",
2110
+ "git_url": "git://github.com/OpenGeoMetadata/edu.cornell.git",
2111
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.cornell.git",
2112
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.cornell.git",
2113
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.cornell",
2114
+ "homepage": "https://cugir.library.cornell.edu/",
2115
+ "size": 2045,
2116
+ "stargazers_count": 0,
2117
+ "watchers_count": 0,
2118
+ "language": null,
2119
+ "has_issues": true,
2120
+ "has_projects": true,
2121
+ "has_downloads": true,
2122
+ "has_wiki": true,
2123
+ "has_pages": false,
2124
+ "forks_count": 1,
2125
+ "mirror_url": null,
2126
+ "archived": false,
2127
+ "disabled": false,
2128
+ "open_issues_count": 0,
2129
+ "license": null,
2130
+ "allow_forking": true,
2131
+ "is_template": false,
2132
+ "topics": [
2133
+
2134
+ ],
2135
+ "visibility": "public",
2136
+ "forks": 1,
2137
+ "open_issues": 0,
2138
+ "watchers": 0,
2139
+ "default_branch": "master",
2140
+ "permissions": {
2141
+ "admin": false,
2142
+ "maintain": false,
2143
+ "push": false,
2144
+ "triage": false,
2145
+ "pull": true
2146
+ }
2147
+ },
2148
+ {
2149
+ "id": 110003826,
2150
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMTAwMDM4MjY=",
2151
+ "name": "edu.vt",
2152
+ "full_name": "OpenGeoMetadata/edu.vt",
2153
+ "private": false,
2154
+ "owner": {
2155
+ "login": "OpenGeoMetadata",
2156
+ "id": 9597563,
2157
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2158
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2159
+ "gravatar_id": "",
2160
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2161
+ "html_url": "https://github.com/OpenGeoMetadata",
2162
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2163
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2164
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2165
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2166
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2167
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2168
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2169
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2170
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2171
+ "type": "Organization",
2172
+ "site_admin": false
2173
+ },
2174
+ "html_url": "https://github.com/OpenGeoMetadata/edu.vt",
2175
+ "description": "Geospatial metadata for Virginia Tech",
2176
+ "fork": false,
2177
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt",
2178
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/forks",
2179
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/keys{/key_id}",
2180
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/collaborators{/collaborator}",
2181
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/teams",
2182
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/hooks",
2183
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/issues/events{/number}",
2184
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/events",
2185
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/assignees{/user}",
2186
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/branches{/branch}",
2187
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/tags",
2188
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/git/blobs{/sha}",
2189
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/git/tags{/sha}",
2190
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/git/refs{/sha}",
2191
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/git/trees{/sha}",
2192
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/statuses/{sha}",
2193
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/languages",
2194
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/stargazers",
2195
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/contributors",
2196
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/subscribers",
2197
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/subscription",
2198
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/commits{/sha}",
2199
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/git/commits{/sha}",
2200
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/comments{/number}",
2201
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/issues/comments{/number}",
2202
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/contents/{+path}",
2203
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/compare/{base}...{head}",
2204
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/merges",
2205
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/{archive_format}{/ref}",
2206
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/downloads",
2207
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/issues{/number}",
2208
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/pulls{/number}",
2209
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/milestones{/number}",
2210
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/notifications{?since,all,participating}",
2211
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/labels{/name}",
2212
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/releases{/id}",
2213
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.vt/deployments",
2214
+ "created_at": "2017-11-08T16:50:10Z",
2215
+ "updated_at": "2019-07-09T18:08:47Z",
2216
+ "pushed_at": "2018-05-04T19:42:01Z",
2217
+ "git_url": "git://github.com/OpenGeoMetadata/edu.vt.git",
2218
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.vt.git",
2219
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.vt.git",
2220
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.vt",
2221
+ "homepage": null,
2222
+ "size": 7,
2223
+ "stargazers_count": 0,
2224
+ "watchers_count": 0,
2225
+ "language": null,
2226
+ "has_issues": true,
2227
+ "has_projects": true,
2228
+ "has_downloads": true,
2229
+ "has_wiki": true,
2230
+ "has_pages": false,
2231
+ "forks_count": 0,
2232
+ "mirror_url": null,
2233
+ "archived": false,
2234
+ "disabled": false,
2235
+ "open_issues_count": 0,
2236
+ "license": null,
2237
+ "allow_forking": true,
2238
+ "is_template": false,
2239
+ "topics": [
2240
+
2241
+ ],
2242
+ "visibility": "public",
2243
+ "forks": 0,
2244
+ "open_issues": 0,
2245
+ "watchers": 0,
2246
+ "default_branch": "master",
2247
+ "permissions": {
2248
+ "admin": false,
2249
+ "maintain": false,
2250
+ "push": false,
2251
+ "triage": false,
2252
+ "pull": true
2253
+ }
2254
+ },
2255
+ {
2256
+ "id": 113598537,
2257
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMTM1OTg1Mzc=",
2258
+ "name": "edu.upenn",
2259
+ "full_name": "OpenGeoMetadata/edu.upenn",
2260
+ "private": false,
2261
+ "owner": {
2262
+ "login": "OpenGeoMetadata",
2263
+ "id": 9597563,
2264
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2265
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2266
+ "gravatar_id": "",
2267
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2268
+ "html_url": "https://github.com/OpenGeoMetadata",
2269
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2270
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2271
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2272
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2273
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2274
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2275
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2276
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2277
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2278
+ "type": "Organization",
2279
+ "site_admin": false
2280
+ },
2281
+ "html_url": "https://github.com/OpenGeoMetadata/edu.upenn",
2282
+ "description": null,
2283
+ "fork": false,
2284
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn",
2285
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/forks",
2286
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/keys{/key_id}",
2287
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/collaborators{/collaborator}",
2288
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/teams",
2289
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/hooks",
2290
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/issues/events{/number}",
2291
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/events",
2292
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/assignees{/user}",
2293
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/branches{/branch}",
2294
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/tags",
2295
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/git/blobs{/sha}",
2296
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/git/tags{/sha}",
2297
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/git/refs{/sha}",
2298
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/git/trees{/sha}",
2299
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/statuses/{sha}",
2300
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/languages",
2301
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/stargazers",
2302
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/contributors",
2303
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/subscribers",
2304
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/subscription",
2305
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/commits{/sha}",
2306
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/git/commits{/sha}",
2307
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/comments{/number}",
2308
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/issues/comments{/number}",
2309
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/contents/{+path}",
2310
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/compare/{base}...{head}",
2311
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/merges",
2312
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/{archive_format}{/ref}",
2313
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/downloads",
2314
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/issues{/number}",
2315
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/pulls{/number}",
2316
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/milestones{/number}",
2317
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/notifications{?since,all,participating}",
2318
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/labels{/name}",
2319
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/releases{/id}",
2320
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.upenn/deployments",
2321
+ "created_at": "2017-12-08T17:09:25Z",
2322
+ "updated_at": "2021-01-26T22:24:00Z",
2323
+ "pushed_at": "2021-01-26T22:23:56Z",
2324
+ "git_url": "git://github.com/OpenGeoMetadata/edu.upenn.git",
2325
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.upenn.git",
2326
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.upenn.git",
2327
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.upenn",
2328
+ "homepage": null,
2329
+ "size": 8252,
2330
+ "stargazers_count": 0,
2331
+ "watchers_count": 0,
2332
+ "language": null,
2333
+ "has_issues": true,
2334
+ "has_projects": true,
2335
+ "has_downloads": true,
2336
+ "has_wiki": true,
2337
+ "has_pages": false,
2338
+ "forks_count": 0,
2339
+ "mirror_url": null,
2340
+ "archived": false,
2341
+ "disabled": false,
2342
+ "open_issues_count": 0,
2343
+ "license": null,
2344
+ "allow_forking": true,
2345
+ "is_template": false,
2346
+ "topics": [
2347
+
2348
+ ],
2349
+ "visibility": "public",
2350
+ "forks": 0,
2351
+ "open_issues": 0,
2352
+ "watchers": 0,
2353
+ "default_branch": "master",
2354
+ "permissions": {
2355
+ "admin": false,
2356
+ "maintain": false,
2357
+ "push": false,
2358
+ "triage": false,
2359
+ "pull": true
2360
+ }
2361
+ },
2362
+ {
2363
+ "id": 134749946,
2364
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzQ3NDk5NDY=",
2365
+ "name": "edu.mit",
2366
+ "full_name": "OpenGeoMetadata/edu.mit",
2367
+ "private": false,
2368
+ "owner": {
2369
+ "login": "OpenGeoMetadata",
2370
+ "id": 9597563,
2371
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2372
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2373
+ "gravatar_id": "",
2374
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2375
+ "html_url": "https://github.com/OpenGeoMetadata",
2376
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2377
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2378
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2379
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2380
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2381
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2382
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2383
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2384
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2385
+ "type": "Organization",
2386
+ "site_admin": false
2387
+ },
2388
+ "html_url": "https://github.com/OpenGeoMetadata/edu.mit",
2389
+ "description": "GeoBlacklight records for MIT",
2390
+ "fork": false,
2391
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit",
2392
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/forks",
2393
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/keys{/key_id}",
2394
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/collaborators{/collaborator}",
2395
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/teams",
2396
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/hooks",
2397
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/issues/events{/number}",
2398
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/events",
2399
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/assignees{/user}",
2400
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/branches{/branch}",
2401
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/tags",
2402
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/git/blobs{/sha}",
2403
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/git/tags{/sha}",
2404
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/git/refs{/sha}",
2405
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/git/trees{/sha}",
2406
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/statuses/{sha}",
2407
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/languages",
2408
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/stargazers",
2409
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/contributors",
2410
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/subscribers",
2411
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/subscription",
2412
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/commits{/sha}",
2413
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/git/commits{/sha}",
2414
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/comments{/number}",
2415
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/issues/comments{/number}",
2416
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/contents/{+path}",
2417
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/compare/{base}...{head}",
2418
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/merges",
2419
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/{archive_format}{/ref}",
2420
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/downloads",
2421
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/issues{/number}",
2422
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/pulls{/number}",
2423
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/milestones{/number}",
2424
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/notifications{?since,all,participating}",
2425
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/labels{/name}",
2426
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/releases{/id}",
2427
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.mit/deployments",
2428
+ "created_at": "2018-05-24T17:45:26Z",
2429
+ "updated_at": "2018-05-24T18:05:17Z",
2430
+ "pushed_at": "2018-05-24T18:05:13Z",
2431
+ "git_url": "git://github.com/OpenGeoMetadata/edu.mit.git",
2432
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.mit.git",
2433
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.mit.git",
2434
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.mit",
2435
+ "homepage": null,
2436
+ "size": 918,
2437
+ "stargazers_count": 0,
2438
+ "watchers_count": 0,
2439
+ "language": null,
2440
+ "has_issues": true,
2441
+ "has_projects": true,
2442
+ "has_downloads": true,
2443
+ "has_wiki": true,
2444
+ "has_pages": false,
2445
+ "forks_count": 0,
2446
+ "mirror_url": null,
2447
+ "archived": false,
2448
+ "disabled": false,
2449
+ "open_issues_count": 0,
2450
+ "license": null,
2451
+ "allow_forking": true,
2452
+ "is_template": false,
2453
+ "topics": [
2454
+
2455
+ ],
2456
+ "visibility": "public",
2457
+ "forks": 0,
2458
+ "open_issues": 0,
2459
+ "watchers": 0,
2460
+ "default_branch": "master",
2461
+ "permissions": {
2462
+ "admin": false,
2463
+ "maintain": false,
2464
+ "push": false,
2465
+ "triage": false,
2466
+ "pull": true
2467
+ }
2468
+ },
2469
+ {
2470
+ "id": 175826853,
2471
+ "node_id": "MDEwOlJlcG9zaXRvcnkxNzU4MjY4NTM=",
2472
+ "name": "edu.smu.www",
2473
+ "full_name": "OpenGeoMetadata/edu.smu.www",
2474
+ "private": false,
2475
+ "owner": {
2476
+ "login": "OpenGeoMetadata",
2477
+ "id": 9597563,
2478
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2479
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2480
+ "gravatar_id": "",
2481
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2482
+ "html_url": "https://github.com/OpenGeoMetadata",
2483
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2484
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2485
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2486
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2487
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2488
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2489
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2490
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2491
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2492
+ "type": "Organization",
2493
+ "site_admin": false
2494
+ },
2495
+ "html_url": "https://github.com/OpenGeoMetadata/edu.smu.www",
2496
+ "description": null,
2497
+ "fork": false,
2498
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www",
2499
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/forks",
2500
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/keys{/key_id}",
2501
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/collaborators{/collaborator}",
2502
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/teams",
2503
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/hooks",
2504
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/issues/events{/number}",
2505
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/events",
2506
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/assignees{/user}",
2507
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/branches{/branch}",
2508
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/tags",
2509
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/git/blobs{/sha}",
2510
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/git/tags{/sha}",
2511
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/git/refs{/sha}",
2512
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/git/trees{/sha}",
2513
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/statuses/{sha}",
2514
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/languages",
2515
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/stargazers",
2516
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/contributors",
2517
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/subscribers",
2518
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/subscription",
2519
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/commits{/sha}",
2520
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/git/commits{/sha}",
2521
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/comments{/number}",
2522
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/issues/comments{/number}",
2523
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/contents/{+path}",
2524
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/compare/{base}...{head}",
2525
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/merges",
2526
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/{archive_format}{/ref}",
2527
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/downloads",
2528
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/issues{/number}",
2529
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/pulls{/number}",
2530
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/milestones{/number}",
2531
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/notifications{?since,all,participating}",
2532
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/labels{/name}",
2533
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/releases{/id}",
2534
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.smu.www/deployments",
2535
+ "created_at": "2019-03-15T13:37:41Z",
2536
+ "updated_at": "2019-03-15T13:37:41Z",
2537
+ "pushed_at": "2019-03-15T13:37:41Z",
2538
+ "git_url": "git://github.com/OpenGeoMetadata/edu.smu.www.git",
2539
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.smu.www.git",
2540
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.smu.www.git",
2541
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.smu.www",
2542
+ "homepage": null,
2543
+ "size": 0,
2544
+ "stargazers_count": 0,
2545
+ "watchers_count": 0,
2546
+ "language": null,
2547
+ "has_issues": true,
2548
+ "has_projects": true,
2549
+ "has_downloads": true,
2550
+ "has_wiki": true,
2551
+ "has_pages": false,
2552
+ "forks_count": 0,
2553
+ "mirror_url": null,
2554
+ "archived": false,
2555
+ "disabled": false,
2556
+ "open_issues_count": 0,
2557
+ "license": null,
2558
+ "allow_forking": true,
2559
+ "is_template": false,
2560
+ "topics": [
2561
+
2562
+ ],
2563
+ "visibility": "public",
2564
+ "forks": 0,
2565
+ "open_issues": 0,
2566
+ "watchers": 0,
2567
+ "default_branch": "master",
2568
+ "permissions": {
2569
+ "admin": false,
2570
+ "maintain": false,
2571
+ "push": false,
2572
+ "triage": false,
2573
+ "pull": true
2574
+ }
2575
+ },
2576
+ {
2577
+ "id": 192990247,
2578
+ "node_id": "MDEwOlJlcG9zaXRvcnkxOTI5OTAyNDc=",
2579
+ "name": "edu.utexas",
2580
+ "full_name": "OpenGeoMetadata/edu.utexas",
2581
+ "private": false,
2582
+ "owner": {
2583
+ "login": "OpenGeoMetadata",
2584
+ "id": 9597563,
2585
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2586
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2587
+ "gravatar_id": "",
2588
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2589
+ "html_url": "https://github.com/OpenGeoMetadata",
2590
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2591
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2592
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2593
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2594
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2595
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2596
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2597
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2598
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2599
+ "type": "Organization",
2600
+ "site_admin": false
2601
+ },
2602
+ "html_url": "https://github.com/OpenGeoMetadata/edu.utexas",
2603
+ "description": null,
2604
+ "fork": false,
2605
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas",
2606
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/forks",
2607
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/keys{/key_id}",
2608
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/collaborators{/collaborator}",
2609
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/teams",
2610
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/hooks",
2611
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/issues/events{/number}",
2612
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/events",
2613
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/assignees{/user}",
2614
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/branches{/branch}",
2615
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/tags",
2616
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/git/blobs{/sha}",
2617
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/git/tags{/sha}",
2618
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/git/refs{/sha}",
2619
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/git/trees{/sha}",
2620
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/statuses/{sha}",
2621
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/languages",
2622
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/stargazers",
2623
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/contributors",
2624
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/subscribers",
2625
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/subscription",
2626
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/commits{/sha}",
2627
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/git/commits{/sha}",
2628
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/comments{/number}",
2629
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/issues/comments{/number}",
2630
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/contents/{+path}",
2631
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/compare/{base}...{head}",
2632
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/merges",
2633
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/{archive_format}{/ref}",
2634
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/downloads",
2635
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/issues{/number}",
2636
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/pulls{/number}",
2637
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/milestones{/number}",
2638
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/notifications{?since,all,participating}",
2639
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/labels{/name}",
2640
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/releases{/id}",
2641
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.utexas/deployments",
2642
+ "created_at": "2019-06-20T21:35:09Z",
2643
+ "updated_at": "2019-06-20T21:35:09Z",
2644
+ "pushed_at": "2019-06-20T21:35:10Z",
2645
+ "git_url": "git://github.com/OpenGeoMetadata/edu.utexas.git",
2646
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.utexas.git",
2647
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.utexas.git",
2648
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.utexas",
2649
+ "homepage": null,
2650
+ "size": 0,
2651
+ "stargazers_count": 0,
2652
+ "watchers_count": 0,
2653
+ "language": null,
2654
+ "has_issues": true,
2655
+ "has_projects": true,
2656
+ "has_downloads": true,
2657
+ "has_wiki": true,
2658
+ "has_pages": false,
2659
+ "forks_count": 0,
2660
+ "mirror_url": null,
2661
+ "archived": false,
2662
+ "disabled": false,
2663
+ "open_issues_count": 0,
2664
+ "license": null,
2665
+ "allow_forking": true,
2666
+ "is_template": false,
2667
+ "topics": [
2668
+
2669
+ ],
2670
+ "visibility": "public",
2671
+ "forks": 0,
2672
+ "open_issues": 0,
2673
+ "watchers": 0,
2674
+ "default_branch": "master",
2675
+ "permissions": {
2676
+ "admin": false,
2677
+ "maintain": false,
2678
+ "push": false,
2679
+ "triage": false,
2680
+ "pull": true
2681
+ }
2682
+ },
2683
+ {
2684
+ "id": 202405252,
2685
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMDI0MDUyNTI=",
2686
+ "name": "ca.frdr.geodisy",
2687
+ "full_name": "OpenGeoMetadata/ca.frdr.geodisy",
2688
+ "private": false,
2689
+ "owner": {
2690
+ "login": "OpenGeoMetadata",
2691
+ "id": 9597563,
2692
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2693
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2694
+ "gravatar_id": "",
2695
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2696
+ "html_url": "https://github.com/OpenGeoMetadata",
2697
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2698
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2699
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2700
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2701
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2702
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2703
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2704
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2705
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2706
+ "type": "Organization",
2707
+ "site_admin": false
2708
+ },
2709
+ "html_url": "https://github.com/OpenGeoMetadata/ca.frdr.geodisy",
2710
+ "description": null,
2711
+ "fork": false,
2712
+ "url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy",
2713
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/forks",
2714
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/keys{/key_id}",
2715
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/collaborators{/collaborator}",
2716
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/teams",
2717
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/hooks",
2718
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/issues/events{/number}",
2719
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/events",
2720
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/assignees{/user}",
2721
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/branches{/branch}",
2722
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/tags",
2723
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/git/blobs{/sha}",
2724
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/git/tags{/sha}",
2725
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/git/refs{/sha}",
2726
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/git/trees{/sha}",
2727
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/statuses/{sha}",
2728
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/languages",
2729
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/stargazers",
2730
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/contributors",
2731
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/subscribers",
2732
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/subscription",
2733
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/commits{/sha}",
2734
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/git/commits{/sha}",
2735
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/comments{/number}",
2736
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/issues/comments{/number}",
2737
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/contents/{+path}",
2738
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/compare/{base}...{head}",
2739
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/merges",
2740
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/{archive_format}{/ref}",
2741
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/downloads",
2742
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/issues{/number}",
2743
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/pulls{/number}",
2744
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/milestones{/number}",
2745
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/notifications{?since,all,participating}",
2746
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/labels{/name}",
2747
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/releases{/id}",
2748
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/ca.frdr.geodisy/deployments",
2749
+ "created_at": "2019-08-14T18:32:20Z",
2750
+ "updated_at": "2020-08-28T06:51:17Z",
2751
+ "pushed_at": "2020-08-28T06:51:15Z",
2752
+ "git_url": "git://github.com/OpenGeoMetadata/ca.frdr.geodisy.git",
2753
+ "ssh_url": "git@github.com:OpenGeoMetadata/ca.frdr.geodisy.git",
2754
+ "clone_url": "https://github.com/OpenGeoMetadata/ca.frdr.geodisy.git",
2755
+ "svn_url": "https://github.com/OpenGeoMetadata/ca.frdr.geodisy",
2756
+ "homepage": null,
2757
+ "size": 26366,
2758
+ "stargazers_count": 1,
2759
+ "watchers_count": 1,
2760
+ "language": null,
2761
+ "has_issues": true,
2762
+ "has_projects": true,
2763
+ "has_downloads": true,
2764
+ "has_wiki": true,
2765
+ "has_pages": false,
2766
+ "forks_count": 0,
2767
+ "mirror_url": null,
2768
+ "archived": false,
2769
+ "disabled": false,
2770
+ "open_issues_count": 0,
2771
+ "license": null,
2772
+ "allow_forking": true,
2773
+ "is_template": false,
2774
+ "topics": [
2775
+
2776
+ ],
2777
+ "visibility": "public",
2778
+ "forks": 0,
2779
+ "open_issues": 0,
2780
+ "watchers": 1,
2781
+ "default_branch": "master",
2782
+ "permissions": {
2783
+ "admin": false,
2784
+ "maintain": false,
2785
+ "push": false,
2786
+ "triage": false,
2787
+ "pull": true
2788
+ }
2789
+ },
2790
+ {
2791
+ "id": 382123085,
2792
+ "node_id": "MDEwOlJlcG9zaXRvcnkzODIxMjMwODU=",
2793
+ "name": "aardvark",
2794
+ "full_name": "OpenGeoMetadata/aardvark",
2795
+ "private": false,
2796
+ "owner": {
2797
+ "login": "OpenGeoMetadata",
2798
+ "id": 9597563,
2799
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2800
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2801
+ "gravatar_id": "",
2802
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2803
+ "html_url": "https://github.com/OpenGeoMetadata",
2804
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2805
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2806
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2807
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2808
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2809
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2810
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2811
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2812
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2813
+ "type": "Organization",
2814
+ "site_admin": false
2815
+ },
2816
+ "html_url": "https://github.com/OpenGeoMetadata/aardvark",
2817
+ "description": "Documentation for a discovery metadata schema for geospatial",
2818
+ "fork": false,
2819
+ "url": "https://api.github.com/repos/OpenGeoMetadata/aardvark",
2820
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/forks",
2821
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/keys{/key_id}",
2822
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/collaborators{/collaborator}",
2823
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/teams",
2824
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/hooks",
2825
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/issues/events{/number}",
2826
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/events",
2827
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/assignees{/user}",
2828
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/branches{/branch}",
2829
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/tags",
2830
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/git/blobs{/sha}",
2831
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/git/tags{/sha}",
2832
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/git/refs{/sha}",
2833
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/git/trees{/sha}",
2834
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/statuses/{sha}",
2835
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/languages",
2836
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/stargazers",
2837
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/contributors",
2838
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/subscribers",
2839
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/subscription",
2840
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/commits{/sha}",
2841
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/git/commits{/sha}",
2842
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/comments{/number}",
2843
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/issues/comments{/number}",
2844
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/contents/{+path}",
2845
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/compare/{base}...{head}",
2846
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/merges",
2847
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/{archive_format}{/ref}",
2848
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/downloads",
2849
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/issues{/number}",
2850
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/pulls{/number}",
2851
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/milestones{/number}",
2852
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/notifications{?since,all,participating}",
2853
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/labels{/name}",
2854
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/releases{/id}",
2855
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/aardvark/deployments",
2856
+ "created_at": "2021-07-01T18:29:10Z",
2857
+ "updated_at": "2021-09-08T19:00:49Z",
2858
+ "pushed_at": "2021-09-08T18:03:30Z",
2859
+ "git_url": "git://github.com/OpenGeoMetadata/aardvark.git",
2860
+ "ssh_url": "git@github.com:OpenGeoMetadata/aardvark.git",
2861
+ "clone_url": "https://github.com/OpenGeoMetadata/aardvark.git",
2862
+ "svn_url": "https://github.com/OpenGeoMetadata/aardvark",
2863
+ "homepage": null,
2864
+ "size": 55,
2865
+ "stargazers_count": 2,
2866
+ "watchers_count": 2,
2867
+ "language": "HTML",
2868
+ "has_issues": true,
2869
+ "has_projects": true,
2870
+ "has_downloads": true,
2871
+ "has_wiki": true,
2872
+ "has_pages": true,
2873
+ "forks_count": 0,
2874
+ "mirror_url": null,
2875
+ "archived": true,
2876
+ "disabled": false,
2877
+ "open_issues_count": 0,
2878
+ "license": null,
2879
+ "allow_forking": true,
2880
+ "is_template": false,
2881
+ "topics": [
2882
+
2883
+ ],
2884
+ "visibility": "public",
2885
+ "forks": 0,
2886
+ "open_issues": 0,
2887
+ "watchers": 2,
2888
+ "default_branch": "main",
2889
+ "permissions": {
2890
+ "admin": false,
2891
+ "maintain": false,
2892
+ "push": false,
2893
+ "triage": false,
2894
+ "pull": true
2895
+ }
2896
+ },
2897
+ {
2898
+ "id": 402791967,
2899
+ "node_id": "MDEwOlJlcG9zaXRvcnk0MDI3OTE5Njc=",
2900
+ "name": "opengeometadata.github.io",
2901
+ "full_name": "OpenGeoMetadata/opengeometadata.github.io",
2902
+ "private": false,
2903
+ "owner": {
2904
+ "login": "OpenGeoMetadata",
2905
+ "id": 9597563,
2906
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
2907
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
2908
+ "gravatar_id": "",
2909
+ "url": "https://api.github.com/users/OpenGeoMetadata",
2910
+ "html_url": "https://github.com/OpenGeoMetadata",
2911
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
2912
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
2913
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
2914
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
2915
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
2916
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
2917
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
2918
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
2919
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
2920
+ "type": "Organization",
2921
+ "site_admin": false
2922
+ },
2923
+ "html_url": "https://github.com/OpenGeoMetadata/opengeometadata.github.io",
2924
+ "description": "OpenGeoMetadata web site",
2925
+ "fork": false,
2926
+ "url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io",
2927
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/forks",
2928
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/keys{/key_id}",
2929
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/collaborators{/collaborator}",
2930
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/teams",
2931
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/hooks",
2932
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/issues/events{/number}",
2933
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/events",
2934
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/assignees{/user}",
2935
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/branches{/branch}",
2936
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/tags",
2937
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/git/blobs{/sha}",
2938
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/git/tags{/sha}",
2939
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/git/refs{/sha}",
2940
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/git/trees{/sha}",
2941
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/statuses/{sha}",
2942
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/languages",
2943
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/stargazers",
2944
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/contributors",
2945
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/subscribers",
2946
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/subscription",
2947
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/commits{/sha}",
2948
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/git/commits{/sha}",
2949
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/comments{/number}",
2950
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/issues/comments{/number}",
2951
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/contents/{+path}",
2952
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/compare/{base}...{head}",
2953
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/merges",
2954
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/{archive_format}{/ref}",
2955
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/downloads",
2956
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/issues{/number}",
2957
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/pulls{/number}",
2958
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/milestones{/number}",
2959
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/notifications{?since,all,participating}",
2960
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/labels{/name}",
2961
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/releases{/id}",
2962
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/opengeometadata.github.io/deployments",
2963
+ "created_at": "2021-09-03T14:10:50Z",
2964
+ "updated_at": "2022-02-19T02:20:30Z",
2965
+ "pushed_at": "2022-02-23T18:19:18Z",
2966
+ "git_url": "git://github.com/OpenGeoMetadata/opengeometadata.github.io.git",
2967
+ "ssh_url": "git@github.com:OpenGeoMetadata/opengeometadata.github.io.git",
2968
+ "clone_url": "https://github.com/OpenGeoMetadata/opengeometadata.github.io.git",
2969
+ "svn_url": "https://github.com/OpenGeoMetadata/opengeometadata.github.io",
2970
+ "homepage": "https://opengeometadata.org",
2971
+ "size": 306,
2972
+ "stargazers_count": 0,
2973
+ "watchers_count": 0,
2974
+ "language": "SCSS",
2975
+ "has_issues": true,
2976
+ "has_projects": true,
2977
+ "has_downloads": true,
2978
+ "has_wiki": true,
2979
+ "has_pages": true,
2980
+ "forks_count": 2,
2981
+ "mirror_url": null,
2982
+ "archived": false,
2983
+ "disabled": false,
2984
+ "open_issues_count": 0,
2985
+ "license": {
2986
+ "key": "apache-2.0",
2987
+ "name": "Apache License 2.0",
2988
+ "spdx_id": "Apache-2.0",
2989
+ "url": "https://api.github.com/licenses/apache-2.0",
2990
+ "node_id": "MDc6TGljZW5zZTI="
2991
+ },
2992
+ "allow_forking": true,
2993
+ "is_template": false,
2994
+ "topics": [
2995
+
2996
+ ],
2997
+ "visibility": "public",
2998
+ "forks": 2,
2999
+ "open_issues": 0,
3000
+ "watchers": 0,
3001
+ "default_branch": "main",
3002
+ "permissions": {
3003
+ "admin": false,
3004
+ "maintain": false,
3005
+ "push": false,
3006
+ "triage": false,
3007
+ "pull": true
3008
+ }
3009
+ },
3010
+ {
3011
+ "id": 424378073,
3012
+ "node_id": "R_kgDOGUt-2Q",
3013
+ "name": "edu.wisc",
3014
+ "full_name": "OpenGeoMetadata/edu.wisc",
3015
+ "private": false,
3016
+ "owner": {
3017
+ "login": "OpenGeoMetadata",
3018
+ "id": 9597563,
3019
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
3020
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
3021
+ "gravatar_id": "",
3022
+ "url": "https://api.github.com/users/OpenGeoMetadata",
3023
+ "html_url": "https://github.com/OpenGeoMetadata",
3024
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
3025
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
3026
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
3027
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
3028
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
3029
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
3030
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
3031
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
3032
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
3033
+ "type": "Organization",
3034
+ "site_admin": false
3035
+ },
3036
+ "html_url": "https://github.com/OpenGeoMetadata/edu.wisc",
3037
+ "description": "Geospatial metadata for the University of Wisconsin-Madison",
3038
+ "fork": false,
3039
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc",
3040
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/forks",
3041
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/keys{/key_id}",
3042
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/collaborators{/collaborator}",
3043
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/teams",
3044
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/hooks",
3045
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/issues/events{/number}",
3046
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/events",
3047
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/assignees{/user}",
3048
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/branches{/branch}",
3049
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/tags",
3050
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/git/blobs{/sha}",
3051
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/git/tags{/sha}",
3052
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/git/refs{/sha}",
3053
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/git/trees{/sha}",
3054
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/statuses/{sha}",
3055
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/languages",
3056
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/stargazers",
3057
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/contributors",
3058
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/subscribers",
3059
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/subscription",
3060
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/commits{/sha}",
3061
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/git/commits{/sha}",
3062
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/comments{/number}",
3063
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/issues/comments{/number}",
3064
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/contents/{+path}",
3065
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/compare/{base}...{head}",
3066
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/merges",
3067
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/{archive_format}{/ref}",
3068
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/downloads",
3069
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/issues{/number}",
3070
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/pulls{/number}",
3071
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/milestones{/number}",
3072
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/notifications{?since,all,participating}",
3073
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/labels{/name}",
3074
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/releases{/id}",
3075
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.wisc/deployments",
3076
+ "created_at": "2021-11-03T20:56:46Z",
3077
+ "updated_at": "2021-11-04T15:52:50Z",
3078
+ "pushed_at": "2022-01-25T21:51:40Z",
3079
+ "git_url": "git://github.com/OpenGeoMetadata/edu.wisc.git",
3080
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.wisc.git",
3081
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.wisc.git",
3082
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.wisc",
3083
+ "homepage": "",
3084
+ "size": 12496,
3085
+ "stargazers_count": 0,
3086
+ "watchers_count": 0,
3087
+ "language": null,
3088
+ "has_issues": true,
3089
+ "has_projects": true,
3090
+ "has_downloads": true,
3091
+ "has_wiki": true,
3092
+ "has_pages": false,
3093
+ "forks_count": 0,
3094
+ "mirror_url": null,
3095
+ "archived": false,
3096
+ "disabled": false,
3097
+ "open_issues_count": 0,
3098
+ "license": null,
3099
+ "allow_forking": true,
3100
+ "is_template": false,
3101
+ "topics": [
3102
+
3103
+ ],
3104
+ "visibility": "public",
3105
+ "forks": 0,
3106
+ "open_issues": 0,
3107
+ "watchers": 0,
3108
+ "default_branch": "main",
3109
+ "permissions": {
3110
+ "admin": false,
3111
+ "maintain": false,
3112
+ "push": false,
3113
+ "triage": false,
3114
+ "pull": true
3115
+ }
3116
+ },
3117
+ {
3118
+ "id": 435953233,
3119
+ "node_id": "R_kgDOGfweUQ",
3120
+ "name": "edu.uchicago",
3121
+ "full_name": "OpenGeoMetadata/edu.uchicago",
3122
+ "private": false,
3123
+ "owner": {
3124
+ "login": "OpenGeoMetadata",
3125
+ "id": 9597563,
3126
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk1OTc1NjM=",
3127
+ "avatar_url": "https://avatars.githubusercontent.com/u/9597563?v=4",
3128
+ "gravatar_id": "",
3129
+ "url": "https://api.github.com/users/OpenGeoMetadata",
3130
+ "html_url": "https://github.com/OpenGeoMetadata",
3131
+ "followers_url": "https://api.github.com/users/OpenGeoMetadata/followers",
3132
+ "following_url": "https://api.github.com/users/OpenGeoMetadata/following{/other_user}",
3133
+ "gists_url": "https://api.github.com/users/OpenGeoMetadata/gists{/gist_id}",
3134
+ "starred_url": "https://api.github.com/users/OpenGeoMetadata/starred{/owner}{/repo}",
3135
+ "subscriptions_url": "https://api.github.com/users/OpenGeoMetadata/subscriptions",
3136
+ "organizations_url": "https://api.github.com/users/OpenGeoMetadata/orgs",
3137
+ "repos_url": "https://api.github.com/users/OpenGeoMetadata/repos",
3138
+ "events_url": "https://api.github.com/users/OpenGeoMetadata/events{/privacy}",
3139
+ "received_events_url": "https://api.github.com/users/OpenGeoMetadata/received_events",
3140
+ "type": "Organization",
3141
+ "site_admin": false
3142
+ },
3143
+ "html_url": "https://github.com/OpenGeoMetadata/edu.uchicago",
3144
+ "description": "Geospatial metadata for the University of Chicago",
3145
+ "fork": false,
3146
+ "url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago",
3147
+ "forks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/forks",
3148
+ "keys_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/keys{/key_id}",
3149
+ "collaborators_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/collaborators{/collaborator}",
3150
+ "teams_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/teams",
3151
+ "hooks_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/hooks",
3152
+ "issue_events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/issues/events{/number}",
3153
+ "events_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/events",
3154
+ "assignees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/assignees{/user}",
3155
+ "branches_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/branches{/branch}",
3156
+ "tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/tags",
3157
+ "blobs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/git/blobs{/sha}",
3158
+ "git_tags_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/git/tags{/sha}",
3159
+ "git_refs_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/git/refs{/sha}",
3160
+ "trees_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/git/trees{/sha}",
3161
+ "statuses_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/statuses/{sha}",
3162
+ "languages_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/languages",
3163
+ "stargazers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/stargazers",
3164
+ "contributors_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/contributors",
3165
+ "subscribers_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/subscribers",
3166
+ "subscription_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/subscription",
3167
+ "commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/commits{/sha}",
3168
+ "git_commits_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/git/commits{/sha}",
3169
+ "comments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/comments{/number}",
3170
+ "issue_comment_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/issues/comments{/number}",
3171
+ "contents_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/contents/{+path}",
3172
+ "compare_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/compare/{base}...{head}",
3173
+ "merges_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/merges",
3174
+ "archive_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/{archive_format}{/ref}",
3175
+ "downloads_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/downloads",
3176
+ "issues_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/issues{/number}",
3177
+ "pulls_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/pulls{/number}",
3178
+ "milestones_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/milestones{/number}",
3179
+ "notifications_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/notifications{?since,all,participating}",
3180
+ "labels_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/labels{/name}",
3181
+ "releases_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/releases{/id}",
3182
+ "deployments_url": "https://api.github.com/repos/OpenGeoMetadata/edu.uchicago/deployments",
3183
+ "created_at": "2021-12-07T16:32:04Z",
3184
+ "updated_at": "2021-12-07T22:36:39Z",
3185
+ "pushed_at": "2021-12-07T22:36:35Z",
3186
+ "git_url": "git://github.com/OpenGeoMetadata/edu.uchicago.git",
3187
+ "ssh_url": "git@github.com:OpenGeoMetadata/edu.uchicago.git",
3188
+ "clone_url": "https://github.com/OpenGeoMetadata/edu.uchicago.git",
3189
+ "svn_url": "https://github.com/OpenGeoMetadata/edu.uchicago",
3190
+ "homepage": null,
3191
+ "size": 51,
3192
+ "stargazers_count": 0,
3193
+ "watchers_count": 0,
3194
+ "language": null,
3195
+ "has_issues": true,
3196
+ "has_projects": true,
3197
+ "has_downloads": true,
3198
+ "has_wiki": true,
3199
+ "has_pages": false,
3200
+ "forks_count": 0,
3201
+ "mirror_url": null,
3202
+ "archived": false,
3203
+ "disabled": false,
3204
+ "open_issues_count": 0,
3205
+ "license": null,
3206
+ "allow_forking": true,
3207
+ "is_template": false,
3208
+ "topics": [
3209
+
3210
+ ],
3211
+ "visibility": "public",
3212
+ "forks": 0,
3213
+ "open_issues": 0,
3214
+ "watchers": 0,
3215
+ "default_branch": "main",
3216
+ "permissions": {
3217
+ "admin": false,
3218
+ "maintain": false,
3219
+ "push": false,
3220
+ "triage": false,
3221
+ "pull": true
3222
+ }
3223
+ }
3224
+ ]