Recent Dataverse Datasets

Browse the newest datasets published in Dataverse.

Pilot whale statistics in the Faroe Islands, 1951-2025
Fróðskaparsetur Føroya
Complete annual pilot-whale statistics extracted from three official Statistics Faroe Islands (Hagstova Føroya) PxWeb tables. The data cover annual totals (1951-2025), whales by type (1996-2025), and whales by whaling bay (1996-2025). The source named by all three tables is Náttúrugripasavnið (Natural History Museum of the Faroe Islands).
Haruveiðan í Føroyum 2024
NVD Rit
Annual technical report on the 2024 Faroese hare-hunting season and the final report in this census series. Based on voluntary haran.fo registrations from 687 hunting expeditions in 316 outfields, it records 6,033 hares shot and analyses the distribution and outcomes of hunting activity.
Haruveiðan í Føroyum 2023
NVD Rit
Annual technical report on the 2023 Faroese hare-hunting season. Based on voluntary haran.fo registrations from 556 hunting expeditions in 264 outfields, it records 5,300 hares shot and summarises hunting outcomes across the Faroe Islands.
Haruveiðan í Føroyum 2022
NVD Rit
Annual technical report on the 2022 Faroese hare-hunting season. Based on voluntary haran.fo registrations from 639 hunting expeditions in 268 outfields, it records 6,578 hares shot and analyses the geographic distribution and hunting outcomes.
Haruveiðan í Føroyum 2021 og annað tilfar um føroysku haruna
NVD Rit
Annual technical report on the 2021 Faroese hare-hunting season. Based on voluntary haran.fo registrations from 845 hunting expeditions in 279 outfields, it records 7,511 hares shot and analyses hunting outcomes by location, trip, and hunting effort.
Effects of Network Bottlenecks on Ceph
NVD Rit
This B.Sc. thesis experimentally measures how added network latency and packet loss affect Ceph performance. It finds that moderate latency is manageable but throughput declines substantially as latency and packet loss rise; packet loss is particularly harmful because it triggers TCP retransmission and congestion-control behaviour.
A Lightweight Metadata Catalogue Service for FAIR Research Dataset Discovery
NVD Rit
This B.Sc. thesis designs and implements a lightweight metadata catalogue service for FAIR research-dataset discovery. The prototype uses an API, JSON Schema validation, PostgreSQL storage, and full-text search to support submission, validation, retrieval, and discovery of metadata records in research environments with limited infrastructure.
Design and Security Analysis of a Custom Authentication Protocol
NVD Rit
This B.Sc. thesis designs and implements a custom authentication protocol over UDP. The prototype provides mutual authentication, integrity protection, and replay resistance using key exchange, symmetric encryption, and sequence tracking, while analysing the limitations of operating over an unreliable transport protocol.
A Customer Flow Analysis System for Stores
NVD Rit
This B.Sc. thesis develops and tests a system for analysing customer movement through a store. Laser sensors placed between store sectors determine direction of travel; the resulting movement data is visualised as a heatmap to support analysis of natural customer paths and store layout.
Database Design for Maintenance of Machinery for the Fishing Industry
NVD Rit
This B.Sc. thesis documents the design and implementation of a backend-focused software system for maintenance of machinery in the fishing industry. The system is intended to help firms plan, track, and schedule maintenance operations, with a database design and backend functionality tailored to maintenance workflows.
Uppseting av aldugeneratori til gransking og undirvísing á verkfrøði starvstovu
NVD Rit
This B.Sc. thesis designs, installs, and tests a wave generator capable of producing deep-water waves for research and teaching in an engineering laboratory. It documents the laboratory installation and evaluates generated waves through measurements and analysis of wave height, wavelength, and wave speed.
havstovan - FASA0811
Havstovan
Scraped ADCP data from havstovan. Source directory: ADCP_Data. FASA0811
Flask • API-first • Dataverse-backed

Explore Leypur repository data through interactive maps.

An API-based companion app for Leypur that retrieves public Dataverse metadata, builds map-ready dataset snapshots, and helps users explore research data by location, collection, file presence, data type, and time period.

Repository
Dataverse-backed metadata
Map
Dataset locations and filters
Source
Leypur / Dataverse API
Example API Calls
GET /api/v1/dataverses
GET /api/v1/sensors.geojson
GET /api/v1/sensors.geojson?subtree=dv1
GET /api/v1/datasets/images?persistentId=perma:DV/EXAMPLE
GET /health
Tip: the map loads a dataset snapshot first, then applies most filters client-side.

What this platform does

Turn Leypur Dataverse records into map-ready dataset views with minimal friction.

🗺️

Map-first discovery

Render dataset locations, clustered markers, and selected PNG previews. Designed for fast exploration of public repository metadata.

📦

Dataverse integration

Pull dataset metadata and file information from Leypur Dataverse. Cache expensive lookups while keeping Dataverse as the source of truth.

API-driven map data

Serve GeoJSON dataset snapshots, collection lists, and selected PNG previews through a small set of public endpoints.

Operational basics

Practical defaults so you can ship without regrets.

Performance

  • Cache Dataverse responses and derived layers
  • Cache dataset snapshots and collection lists
  • Apply collection, data type, file, PNG, text, and time filters client-side

Security

  • Read-only endpoints for public datasets
  • Optional API token forwarding for restricted Dataverse records
  • Avoid storing browser-provided API tokens server-side