Skip to content

Commit 385d1c0

Browse files
Merge pull request #85 from OpenGeoMetadata/cleanup
Cleanup
2 parents 5a13b5c + fb37b02 commit 385d1c0

233 files changed

Lines changed: 17 additions & 81060 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
site/
12
*.gem
23
.bundle
34
.DS_Store
@@ -7,4 +8,4 @@
78
.sass-cache
89
_site
910
Gemfile.lock
10-
node_modules
11+
node_modules

docs/aardvark-gbl-1-crosswalk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ However, there are three elements in GBL 1.0 that do not directly translate into
1414
**Type (`dc_type_s`)**
1515

1616
* GBL 1.0 Description: This single-valued GBL 1.0 field observes the Dublin Core controlled vocabulary for Type, including Dataset, Image, Collection, Interactive Resource, or Physical Object.
17-
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Class](ogm-aardvark/resource-class.md), which uses a custom controlled vocabulary of Collections, Datasets, Imagery, Maps, Web services, and/or Other.
17+
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Class](../ogm-aardvark/#resource-class), which uses a custom controlled vocabulary of Collections, Datasets, Imagery, Maps, Web services, and/or Other.
1818

1919
**Geometry Type (`layer_geom_type_s`)**
2020

2121
* GBL 1.0 Description: This single-valued GBL 1.0 field differentiates between vector (Point, Line, Polygon), raster (Raster, Image), non-spatial formats (Table), or a combination (Mixed).
22-
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Type](ogm-aardvark/resource-type.md), which uses a controlled vocabulary drawn from Library of Congress cartographic genres and GIS geometries.
22+
* Similar Aardvark element: This has been replaced in Aardvark with the multi-valued [Resource Type](../ogm-aardvark/#resource-type), which uses a controlled vocabulary drawn from Library of Congress cartographic genres and GIS geometries.
2323

2424
**Is Part Of (`dct_isPartOf_sm`)**
2525

docs/about-ogm-aardvark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OGM Aardvark is a discovery metadata schema for geospatial resources. It was int
2424

2525
It is also the newest metadata application profile schema for GeoBlacklight. Launched in 2021, it replaces the GeoBlacklight metadata schema version 1.0 ([GBL 1.0](gbl-1.0.md)). Compared to GBL 1.0, Aardvark incorporates additional fields for better descriptions of a wider range of resources, as well as syntactical updates in order to improve interoperability between institutions and between schemas. For GeoBlacklight users, it is the recommended schema for installations starting with GeoBlacklight version 4.0.
2626

27-
For more information, see the [Upgrade Guide.](upgrading.md)
27+
For more information, see the [Upgrade Guide.](../upgrade-metadata/)
2828

2929
---
3030

docs/gbl-1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ hide:
343343
| Type | string|
344344
| Description | This element shows up as Data type in GeoBlacklight, and each value has an associated icon|
345345
| Entry Guidelines | Choose from set values (see Controlled Vocabulary Lists)|
346-
| Controlled Vocabulary | [Geometry Type Controlled Vocabulary](1.0-geometry-type.md)|
346+
| Controlled Vocabulary | [Geometry Type Controlled Vocabulary](../1.0-geometry-type/)|
347347
| Element Set | GeoBlacklight|
348348
| Example | "Polygon"|
349349
| Commentary |This field helps to differentiate between vector (Point, Line, Polygon), raster (Raster, Image), nonspatial formats (table), or a combination (Mixed). If processing metadata from a geospatial web server, this value may be programmatically determined. However, in many cases, it must be manually determined. The field is tied to icons for the resource, and provides the user with visual clues to the item. However, if the element is troublesome or unnecessary for a particular institution, it can be omitted.|

docs/ogm-aardvark.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- [Theme](#theme) (v)
2222
- [Keyword](#keyword)
2323

24-
### [Temporal :material-link:](#../temporal-fields)
24+
### [Temporal :material-link:](../temporal-fields)
2525
- [Temporal Coverage](#temporal-coverage) (S)
2626
- [Date Issued](#date-issued)
2727
- [Index Year](#index-year) (S)
@@ -30,7 +30,7 @@
3030
</div>
3131
<div style="float:left; margin-right:5em; line-height:1.1" markdown="1">
3232

33-
### [Spatial :material-link:](#../spatial-fields)
33+
### [Spatial :material-link:](../spatial-fields)
3434
- [Spatial Coverage](#spatial-coverage) (S)
3535
- [Geometry](#geometry) (S)
3636
- [Bounding Box](#bounding-box) (S)
@@ -120,7 +120,6 @@
120120
{{ read_csv('ogm-aardvark/file-size.csv') }}
121121

122122
## Format
123-
124123
{{ read_csv('ogm-aardvark/format.csv') }}
125124

126125
### Format Recommended Values
@@ -154,11 +153,9 @@
154153
* Tabular Data
155154
* TIFF
156155

157-
158156
## Geometry
159157
{{ read_csv('ogm-aardvark/geometry.csv') }}
160158

161-
162159
## Georeferenced
163160
{{ read_csv('ogm-aardvark/georeferenced.csv') }}
164161

@@ -199,7 +196,6 @@
199196
{{ read_csv('ogm-aardvark/modified.csv') }}
200197

201198
## Provider
202-
203199
{{ read_csv('ogm-aardvark/provider.csv') }}
204200

205201
## Publisher
@@ -218,7 +214,6 @@
218214
{{ read_csv('ogm-aardvark/replaces.csv') }}
219215

220216
## Resource Class
221-
222217
{{ read_csv('ogm-aardvark/resource-class.csv') }}
223218

224219
### Resource Class Controlled Values
@@ -232,11 +227,9 @@
232227
* Other
233228

234229
## Resource Type
235-
236230
{{ read_csv('ogm-aardvark/resource-type.csv') }}
237231

238232
### Resource Type Controlled Values
239-
240233
{{ read_csv('ogm-aardvark/resource-type-vocabulary.csv') }}
241234

242235
## Rights Holder
@@ -264,7 +257,6 @@
264257
{{ read_csv('ogm-aardvark/theme.csv') }}
265258

266259
### Theme Controlled Values
267-
268260
{{ read_csv('ogm-aardvark/theme-vocabulary.csv') }}
269261

270262
## Title

docs/ogm-aardvark/markdown/access-rights.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/ogm-aardvark/markdown/alternative-title.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/ogm-aardvark/markdown/bounding-box.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/ogm-aardvark/markdown/centroid.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/ogm-aardvark/markdown/creator.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)