Skip to content

leberrigan/motusDashboard

Repository files navigation

Motus Dashboard

To be released June 2022. An upgrade for Motus Explore Data tool.

Updates

Latest

  • [2022-05-28] Lots of new uplades - syncing with motus sandbox
  • [2021-12-02] Introducing DeckGL: graphics library for mapping.
  • [2021-11-23] Make selections using polygons
  • [2021-11-23] Fix tables in report tool
  • [2021-11-23] Adjust report tool step controls.
  • [2021-11-23] Add download buttons to popup tables.
  • [2021-11-23] Tidy up group profile summary.
  • [2021-11-22] Add group profile summary.
  • [2021-11-22] Tidy up group profiles.
  • [2021-11-19] Fixed a bug where track selections were only filtered on some variables
  • [2021-11-19] Any table can now be copied or download as csv
  • [2021-11-19] Add toggle to view groups of projects or species
  • [2021-11-19] Fixed table column sorting on main explore page
  • [2021-11-15] Updated dataset
  • [2021-10-03] Refine selection summaries by datatype
  • [2021-10-03] Add in annual and quarterly reporting options
  • [2021-10-03] Make reports printable (or save to PDF)
  • [2021-10-01] Add in report.html
  • [2021-10-01] Introducing indexedDB (Dexie)
  • [2021-09-20] Add zoom and brush to linear timelines
  • [2021-09-19] Linear detection timelines
  • [2021-09-16] Date slider includes detection timeline
  • [2021-09-16] Latest information added
  • [2021-09-05] Complete redesign of interface to remove clutter and save space.
  • [2021-09-03] Add in track animations.
  • [2021-08-20] Improve grid design for smaller screens.
  • [2021-08-20] Add projects tab to profiles.
  • [2021-08-20] Fix selection process from tables in main explore view.
  • [2021-08-20] Profile summary on left. Graphics on right.
  • [2021-08-20] Tidy up profiles to conserve space.
  • [2021-05-01] Add some tooltips and a few tweaks to map editor.
  • [2021-05-01] Add map editor for station planning.
  • [2021-04-28] Add in photos for stations, animals, and species
  • [2021-04-28] Fix default visibility and date filters.
  • [2021-04-28] Fix map colours.
  • [2021-04-28] Better separation of 'stations' v. 'stationDeps'.
  • [2021-04-23] Add in collaborative regions
  • [2021-04-22] Fix some links to profiles
  • [2021-04-22] Update filters or reload page when url hash key changes.
  • [2021-04-22] Upgrade table sorting, add links to some views,
  • [2021-04-22] Add option to view prospective stations.
  • [2021-04-22] Add icons to summary tabs.
  • [2021-04-20] Tweak summary.js so it works for species summaries.
  • [2021-04-20] Tweak summary.js so it works for animal summaries.
  • [2021-04-20] Tweak summary.js so it works for station summaries.
  • [2021-04-05] Fix animal selections in profiles, therefore summary totals as well.
  • [2021-04-05] Fix 'clear filters' button.
  • [2021-04-05] Fix timeline.
  • [2021-04-05] Revert string compression and omit irrelevant filters from URL.
  • [2021-04-05] Make animation controls work.
  • [2021-04-01] Add URL string compression.
  • [2021-04-01] Fix summary data to include animals detected and stations visited.
  • [2021-04-01] Fix summary.js receiver timelines so only visible ones are rendered.
  • [2021-03-25] Add a third category of detections for foreign detections of local birds.
  • [2021-03-24] Combine regions.js and projects.js into summary.js and generalise so it can be used for other summaries.
  • [2021-03-23] Move data summaries to top of hierarchy
  • [2021-03-19] Fix formatting for mobile (small screens).
  • [2021-03-19] Add tooltip to station timelines, showing date and data if data exist.
  • [2021-03-19] Combine station tables and try to fit them under timeline for each row. Accordion-style so it can be hidden.
  • [2021-03-19] On summary pages, combine species and animals into a single table. Accordion-style: clicking on a species shows animals below it.
  • [2021-03-18] Reorganize directories and removed unnecessary files.
  • [2021-03-18] Make a legend
  • [2021-03-18] Tidy initial summary displayed prior to detailed profile page so there's lots of white space and it's clear what's going on.
  • [2021-03-17] Generate summary to display prior to detailed profile page.
  • [2021-03-17] Improve PDF output by adding more summary data and a table or two
  • [2021-03-16] Save page as PDF

In development

  • Profiles Tweak animal, species, and station profiles to give it more flare.
  • Management Station planning map
    • Add in table of 'inactive' and 'available' stations
  • Profiles: Move selections legend to toggle buttons.
  • Profiles: Improve map control interface

Next

  • Include lat/lon X date plots and maybe daily speeds in the profiles.
  • Profiles Tweak summary.js so it works for project 'group' summaries.
  • Profiles: Fix calculation of summary statistics
  • Profiles: Update radial plot with filters
  • Profiles: Highlight regions where stations/tagDeps exist in all profile pages
  • Explore: Introduce custom selections
  • ALL: Fix URL string compression so it is efficient.
  • ALL: Pare down code so fewer scripts are required

Further down the road...

  • Profiles: Think about adding a streamgraph for species timelines and antenna activity.

Site Map

|> EXPLORE DATA
|
|---|> STATIONS                                            (point or bubble map)
|   |---> STATION PROFILE                                  (deployment location)
|
|---|> ANIMALS                                                       (track map)
|   |---> ANIMAL PROFILE                (deployment location or track of animal)
|
|---|> REGIONAL SUMMARIES                                 (polygon map or table)
|   |---|> REGIONAL PROFILE                           (map, figures, and tables)
|       |---> ANIMAL PROFILE                          (animals tagged in region)
|       |---> ANIMAL PROFILE                        (animals detected in region)
|       |---> STATION PROFILE                               (stations in region)
|   
|---|> PROJECT SUMMARIES                                 (polygon map or table)
|   |---|> PROJECT PROFILE                            (map, figures, and tables)
|       |---> ANIMAL PROFILE                         (tagged animals in project)
|       |---> STATION PROFILE                              (stations in project)
|   
|---|> SPECIES SUMMARIES                                 (polygon map or table)
    |---|> SPECIES PROFILE                            (map, figures, and tables)
        |---> ANIMAL PROFILE                         (tagged animals of species)
        |---> STATION PROFILE                      (stations visited by species)
        |---> STATION PROFILE                              (stations in project)

Data structure

Base

TRACKS
  • animal ID
  • station ID start
  • station ID end
  • timestamp start
  • timestamp end

Metadata

STATIONS
  • station ID
  • project ID
  • latitude
  • longitude
  • deployment start (min)
  • deployment end (max)
  • groups - i.e.; custom groupings
ANIMALS
  • animal ID
  • species ID
  • project ID
  • deployment latitude
  • deployment longitude
  • deployment date
  • lifespan
  • Animal measurements
  • groups - i.e.; custom groupings
PROJECTS
  • project ID
  • name
  • code
  • description
  • contact
  • affiliations
  • groups - i.e.; custom groupings

Calculated

REGIONS
  • animals in region
  • stations in region
PROJECTS
  • animals in project
SPECIES
  • animals of species
  • stations visited by species
GROUPS
  • animals in group
  • stations in group

Quick stats

Number of hits: 4,338,50

Number of runs: 37,684,367

Summary Views

PROJECTS

  • Animals tagged in this project
  • Animals detected by this project's stations
  • Species tagged in this project
  • Species detected by this project's stations
  • Stations deployed in this project
  • Stations visited by animals tagged in this project.
  • Projects which this project has contributed data to.
  • Projects which have contributed to this project.
  • Regions where this project has deployments.

STATIONS

  • Animals tagged near this station
  • Animals detected by this station
  • Species tagged near this stations
  • Species detected near this station
  • Projects which this station has contributed to (tag projects).
  • Number of regions from which detected tags originate.

REGIONS

  • Animals tagged in this region
  • Animals detected by this region's stations
  • Species tagged in this region
  • Species detected in this region
  • Stations deployed in this region
  • Projects with tags deployed in this region
  • Projects with stations deployed in this region
  • Foreign projects with tag detections in this region.
  • Number of regions from which foreign tags originate.

SPECIES

  • Animals tagged of this species
  • Stations which have detected this species.
  • Projects that have tagged this species.
  • Regions that have detected this species.
  • Regions where this species has been tagged.

ANIMALS

  • Stations visited by this animal.

  • Projects that have contributed data (station projects).

  • Regions where this animal has been detected.

  • Number of other animals this animal was detected with.

  • Number of different species this animal was detected with.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages