Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/crowPublic

Online tool to visualize birds detected by weather radars

License

NotificationsYou must be signed in to change notification settings

inbo/crow

Repository files navigation

DOIRun tests and deploy to GitHub pages if successful

CROW is a single-page application to visualize birds detected by weather radars. It visualizesvpts 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 inTypeScript and makes use of theVue CLI toolkit,D3 andBootstrapVue.

CROW was jointly developed by theResearch Institute for Nature and Forest (INBO) and theRoyal Meteorological Institute of Belgium (RMI) in collaboration with theRoyal Belgian Institute for Natural Sciences (RBINS), with financial support from theBelgian 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

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 themain branch. It will serve the site athttps://inbo.github.io/crow/.

If the app is to be deployed under a URL prefix (for examplehttps://inbo.github.io/crow), create aenv.local file in the source tree root with content:URL_PREFIX = "/crow/".

Architecture and data flow

Seesrc/README.md.

License

MIT License


[8]ページ先頭

©2009-2025 Movatter.jp