Skip to content

GeoPressure/GeoLocator-DP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoLocator DP

GeoLocator DP is a Data Package profile for geolocator data (raw measurements, field observations, and optional GeoPressureR trajectory outputs).

Documentation

Repository Contents

  • geolocator-dp-profile.json: GeoLocator DP package profile
  • *-table-schema.json: table schemas for core and GeoPressureR resources
  • pages/: website pages rendered by Jekyll
  • example/: example CSV resources
  • tests/: validation tests

Local Development

Install Ruby dependencies:

bundle install

Run the website locally with live reload:

bundle exec jekyll serve --livereload --incremental

Create a production-style build:

JEKYLL_ENV=production bundle exec jekyll build

Run validation tests:

python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r tests/requirements.txt
python tests/validate_profile_and_schemas.py

About

GeoLocator Data Package: data exchange format for geolocator data.

Resources

License

Stars

Watchers

Forks

Contributors