https://github.com/aloftdata/crow
Online tool to visualize birds detected by weather radars
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Repository
Online tool to visualize birds detected by weather radars
Basic Info
- Host: GitHub
- Owner: aloftdata
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://crow.aloftdata.eu/
- Size: 37.2 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
CROW - Online tool to visualize birds detected by weather radars
CROW is a single-page application to visualize birds detected by weather radars. It visualizes vpts data from a public repository directly in the browser and can thus be hosted on a static file server. As it only visualizes data from one radar at a time, it is easily scalable.
CROW is implemented in TypeScript and makes use of the Vue CLI toolkit, D3 and BootstrapVue.
CROW was jointly developed by the Research Institute for Nature and Forest (INBO) and the Royal Meteorological Institute of Belgium (RMI) in collaboration with the Royal Belgian Institute for Natural Sciences (RBINS), with financial support from the Belgian Science Policy Office (BelSPO valorisation project CROW).
The application can be cited as:
Noé N, Reyniers M, Van Hoey S, Desmet P (2021) CROW - Online tool to visualize birds detected by weather radars. http://doi.org/10.5281/zenodo.4629449
Running installations
⚠️ About this fork
This fork is created for aloftdata.eu.
Making changes
- Only commit changes in this fork (aloft/crow) that are specific to the Aloft deployment. Here are all the changes specific to this fork. Don't merge those changes into the main repo.
- Changes that are beneficial to the main app (bug fixes, dependency updates, improvements) should be made in the main repo (inbo/crow).
- Use
Sync forkto pull changes from the main repo.
Where are the data?
This is defined in the aloftBaltradUrl variable in src/config.ts. The application pulls data from s3://aloftdata (browse the data here). It expects the data to formatted as daily VPTS CSV file (vptsFileFormat: "CSV").
How to update radars?
Radar metadata are hardcoded in src/config.ts.
Installation and deployment
Install with:
npm install
Run in development with:
npm run serve
Run unit tests with:
npm run test:unit
Build with:
npm run build
There is no need to build manually, as this is done automatically by GitHub Actions for every commit pushed to the main branch. It will serve the site at https://aloftdata.github.io/crow/.
If the app is to be deployed under a URL prefix (for example https://inbo.github.io/crow), create a env.local file in the source tree root with content: URL_PREFIX = "/crow/".
Architecture and data flow
See src/README.md.
License
Owner
- Name: Aloft
- Login: aloftdata
- Kind: organization
- Website: https://aloftdata.eu
- Repositories: 15
- Profile: https://github.com/aloftdata
GitHub Events
Total
- Push event: 6
Last Year
- Push event: 6
Dependencies
- JamesIves/github-pages-deploy-action 4.0.0 composite
- actions/checkout v2.3.1 composite
- finnp/create-file-action master composite
- 1777 dependencies
- @babel/polyfill ^7.12.1 development
- @types/d3-scale ^3.3.2 development
- @types/jest ^26.0.24 development
- @typescript-eslint/eslint-plugin ^4.33.0 development
- @typescript-eslint/parser ^4.33.0 development
- @vue/cli-plugin-babel ^4.5.19 development
- @vue/cli-plugin-eslint ^4.5.19 development
- @vue/cli-plugin-typescript ^4.5.19 development
- @vue/cli-plugin-unit-jest ^5.0.8 development
- @vue/cli-service ^4.5.19 development
- @vue/eslint-config-typescript ^7.0.0 development
- @vue/test-utils ^1.3.0 development
- babel-eslint ^10.1.0 development
- bootstrap ^4.6.2 development
- eslint ^6.8.0 development
- eslint-plugin-vue ^7.20.0 development
- jest-canvas-mock ^2.4.0 development
- mutationobserver-shim ^0.3.7 development
- node-sass ^7.0.1 development
- papaparse ^5.3.2 development
- popper.js ^1.16.1 development
- portal-vue ^2.1.7 development
- sass-loader ^13.0.2 development
- typescript ^4.7.4 development
- vue-cli-plugin-bootstrap-vue ^0.7.0 development
- vue-template-compiler ^2.7.8 development
- @tweenjs/tween.js ^18.6.4
- @types/d3 ^6.7.5
- @types/papaparse ^5.3.3
- @types/suncalc ^1.8.1
- axios ^0.21.4
- bootstrap-vue ^2.22.0
- core-js ^3.24.1
- d3 ^6.7.0
- es6-promise ^4.2.8
- minimist ^1.2.6
- moment ^2.29.4
- moment-timezone ^0.5.34
- npm-check ^5.9.2
- suncalc ^1.9.0
- vue ^2.7.8
- vue-clipboard2 ^0.3.3
- vue-router ^3.5.4
- vuex ^3.6.2
- vuex-module-decorators ^1.2.0