-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from NYU-DataServices/main
Add + organize aardvark records alongside ogm v1
- Loading branch information
Showing
8,485 changed files
with
250,331 additions
and
55 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: lint records | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- '**.md' | ||
pull_request: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- '**.md' | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: setup ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
bundler-cache: true | ||
- name: lint v1 records | ||
run: bundle exec rake lint:v1 | ||
- name: lint aardvark records | ||
run: bundle exec rake lint:aardvark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# ignore .DS_Store files | ||
|
||
.DS_Store | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.2.2 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'json_schemer' | ||
gem 'rake' | ||
gem 'ruby-progressbar' | ||
gem 'sdr_cli', github: 'NYULibraries/sdr-cli', branch: 'main' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
GIT | ||
remote: https://github.com/NYULibraries/sdr-cli.git | ||
revision: 45cbc9e648a6ad3ce7071b84adf6e2d0168cae77 | ||
branch: main | ||
specs: | ||
sdr_cli (0.1.0) | ||
dotenv (~> 2.7) | ||
faraday (~> 2.7) | ||
thor (~> 1.2.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
base64 (0.2.0) | ||
dotenv (2.8.1) | ||
faraday (2.7.11) | ||
base64 | ||
faraday-net_http (>= 2.0, < 3.1) | ||
ruby2_keywords (>= 0.0.4) | ||
faraday-net_http (3.0.2) | ||
hana (1.3.7) | ||
json_schemer (2.1.1) | ||
hana (~> 1.3) | ||
regexp_parser (~> 2.0) | ||
simpleidn (~> 0.2) | ||
rake (13.0.6) | ||
regexp_parser (2.8.2) | ||
ruby-progressbar (1.13.0) | ||
ruby2_keywords (0.0.5) | ||
simpleidn (0.2.1) | ||
unf (~> 0.1.4) | ||
thor (1.2.2) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.9.1) | ||
|
||
PLATFORMS | ||
arm64-darwin-22 | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
json_schemer | ||
rake | ||
ruby-progressbar | ||
sdr_cli! | ||
|
||
BUNDLED WITH | ||
2.4.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,24 @@ | ||
# NYU Libraries GeoBlacklight Metadata Repository | ||
|
||
This repository is the most current source for geospatial metadata housed within the NYU Libraries collection, the [Spatial Data Repository](geo.nyu.edu). We encourage any institution to index our metadata into their own discovery environment(s). | ||
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/nyu-dataservices/gis-metadata-staging/lint.yml?style=for-the-badge&label=nyu%20staging%20records&link=https%3A%2F%2Fgithub.com%2FNYU-DataServices%2Fgis-metadata-staging%2Factions%2Fworkflows%2Flint.yml) | ||
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/opengeometadata/edu.nyu/lint.yml?style=for-the-badge&label=ogm%20prod%20records&link=https%3A%2F%2Fgithub.com%2Fopengeometadata%2Fedu.nyu%2Factions%2Fworkflows%2Flint.yml) | ||
|
||
#### Metadata validation checks | ||
|
||
Our metadata is validated to be in compliance with the current [GeoBlacklight 1.0 schema](https://github.com/geoblacklight/geoblacklight/blob/master/schema/geoblacklight-schema.md) through Travis-CI. Click the "build-failing" button to see which of our records (if any) have validation errors. | ||
[OpenGeoMetadata/edu.nyu](https://github.com/OpenGeoMetadata/edu.nyu) is the canonical, most current source for geospatial metadata housed within the NYU Libraries collection in our [Spatial Data Repository](https://geo.nyu.edu). | ||
|
||
[![Build Status](https://api.travis-ci.org/OpenGeoMetadata/edu.nyu.svg?branch=master)](https://travis-ci.org/OpenGeoMetadata/edu.nyu) | ||
👀 You might currently be looking at [OpenGeoMetadata/edu.nyu](https://github.com/OpenGeoMetadata/edu.nyu) or at NYU's internal fork [NYU-DataServices/gis-metadata-staging](https://github.com/NYU-DataServices/gis-metadata-staging) — the latter is where NYU staff works on in-process records to lint and stage in our staging instance. | ||
|
||
#### Contribution and enhancement status | ||
## Contributing | ||
|
||
> *Note: [OpenGeoMetadata/edu.nyu](https://github.com/OpenGeoMetadata/edu.nyu) should not committed to by NYU staff directly—it should receive pull requests from [NYU-DataServices/gis-metadata-staging](https://github.com/NYU-DataServices/gis-metadata-staging) to ensure parity.* | ||
|
||
See: NYULibraries/sdr-documentation — [Add and validate GeoJSON records in GitHub | ||
](https://github.com/NYULibraries/sdr-documentation/blob/main/curate/add-json-records.md) | ||
|
||
![Open for metadata contributions](https://upload.wikimedia.org/wikipedia/commons/archive/0/0e/20170421060213%21Location_dot_green.svg) *Open for metadata contributions and enhancements* | ||
|
||
#### Suggested enhancements our existing metadata | ||
|
||
There are many potential ways members of the GeoBlacklight community can enhance our metadata. Some examples include (but are not limited to): | ||
* Fixing typos | ||
* Normalizing string values for subjects and placenames | ||
* Adding placename strings to records | ||
* Enhancing descriptions | ||
* Correcting errors on bounding box values | ||
* Suggesting references for contextual information | ||
* Submitting fixes for invalid records | ||
|
||
#### Preferred process for submitting enhancements | ||
|
||
We prefer that enhancements be consolidated into as few branches as possible. Here is a suggested workflow: | ||
* Fork this reports | ||
* Make all changes to the files locally while preserving our naming convention | ||
* Submit a pull request based on your fork and describe the nature of your changes | ||
* Assign the review task to Andrew Battista or Taylor Hixson | ||
|
||
#### Contact Information | ||
|
||
If you have any questions about remediating this metadata or would like to discuss larger-scale remediation projects, please reach out to Andrew Battista or Taylor Hixson or create an issue within this repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,26 @@ | ||
desc "Validate all geoblacklight.json records" | ||
task :validate_all do | ||
require 'geo_combine' | ||
require 'find' | ||
paths = Find.find(Dir.pwd).select{ |x| x.include?("geoblacklight.json")} | ||
records_invalid = 0 | ||
records_valid = 0 | ||
invalid_paths = [] | ||
puts "Validating #{paths.count} Geoblacklight records:" | ||
paths.each_with_index do |path, idx| | ||
rec = GeoCombine::Geoblacklight.new(File.read(path)) | ||
begin | ||
rec.valid? | ||
records_valid += 1 | ||
if (idx % 10 == 0) | ||
print(idx) | ||
else | ||
print(".") | ||
end | ||
rescue | ||
records_invalid += 1 | ||
invalid_paths << path | ||
print("X") | ||
end | ||
end | ||
require_relative 'lib/lint' | ||
|
||
namespace :lint do | ||
AARDVARK_SCHEMA_URL = 'https://opengeometadata.org/schema/geoblacklight-schema-aardvark.json' | ||
OGM_V1_SCHEMA_URL = 'https://opengeometadata.org/schema/geoblacklight-schema-1.0.json' | ||
|
||
if records_invalid > 0 | ||
raise "Contains #{records_invalid} invalid records:\n#{invalid_paths}" | ||
desc "lint version 1 geoblacklight.json records" | ||
task :v1 do | ||
puts "\nOGM v1 ~>" | ||
paths = Dir.glob("./metadata-1.0/**/*/geoblacklight.json") | ||
lint paths, OGM_V1_SCHEMA_URL | ||
end | ||
desc "lint aardvark geoblacklight.json records" | ||
task :aardvark do | ||
puts "\nAARDVARK ~>" | ||
paths = Dir.glob("./metadata-aardvark/*/**/*.json") | ||
lint paths, AARDVARK_SCHEMA_URL | ||
end | ||
desc "lint all records" | ||
task :all do | ||
Rake::Task['lint:v1'].execute | ||
Rake::Task['lint:aardvark'].execute | ||
end | ||
end | ||
|
||
task :default => ["validate_all"] | ||
task :default => ["lint:all"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
require 'json' | ||
require 'json_schemer' | ||
require 'open-uri' | ||
require 'ruby-progressbar' | ||
|
||
def lint(paths, schema_url) | ||
invalid = [] | ||
schemer = JSONSchemer.schema JSON.load(URI.open(schema_url)) | ||
bar = ProgressBar.create format: "Linting record %c/%C (%P% complete ) — %e", total: paths.length | ||
|
||
paths.each do |path| | ||
record = JSON.parse File.read(path) | ||
id = record['layer_id_s'] || record['id'] | ||
|
||
invalid << { | ||
'id' => id, | ||
'errors' => schemer.validate(record).map { |x| x['error'] } | ||
} unless schemer.valid?(record) | ||
bar.increment | ||
end | ||
|
||
if invalid.empty? | ||
puts "All #{paths.length} records passed ✅" | ||
else | ||
puts "#{invalid.length}/#{paths.length} records have failed schema validation:" | ||
invalid.each do |i| | ||
puts "❌ #{i['id']}" | ||
i['errors'].each { |e| puts "\t #{e}" } | ||
end | ||
end | ||
end |
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.