Coder Social home page Coder Social logo

aloftdata.eu's People

Contributors

cecilianilsson709 avatar peterdesmet avatar

Watchers

 avatar  avatar  avatar

aloftdata.eu's Issues

Website/homepage todo

  • Write content for homepage
  • Provide link for "radar aeroecology community"
  • Choose home banner (originally home-banner)
  • Save home banner locally
  • Add favicon?
  • Add banner logo?
  • Add images on homepage for quick navigation? (see template below)

Describe BALTRAD dataset

We acknowledge the European Operational Program for Exchange of Weather Radar Information (EUMETNET/OPERA) for providing access to European radar data, faciliated through a research-only license agreement between EUMETNET/OPERA members and ENRAM.

OPERA DB json contains empty property

The opera DB json now contains an empty property for each radar, that was not there before:

{
        "number": "1209",
        "country": "Austria",
        "countryid": "LOWM41",
        "oldcountryid": "OS41",
        "wmocode": "11038",
        "wigosid": "",
        "odimcode": "atrau",
        "location": "Wien/Schwechat",
        "status": "1",
        "latitude": "48.074",
        "longitude": "16.536",
        "heightofstation": "",
        "band": "C",
        "doppler": "Y",
        "polarization": "D",
        "maxrange": "224",
        "startyear": "1978",
        "heightantenna": "224",
        "diametrantenna": "",
        "beam": "0.88",
        "gain": "45.5",
        "frequency": "5.625",
        "stratus": "",
        "cirusnimbus": "",
        "wrwp": "",
        "": "" <----
    },

@BarVodSur can this be removed?

Download instructions for BALTRAD

Here are download instructions I wrote for BALTRAD. Should be integrated in the website

Data can be downloaded using the following methods.

bioRad

Amazon S3 command line interface

Data are stored in the Amazon S3 bucket enram-vp, which is publicly accessible. The Amazon S3 Command Line Interface (AWS S3 CLI) provides functionalities to efficiently list and download files.

Installation:

python -m pip install awscli

List files for a directory with ls (add --recursive to see the content of subdirectories):

$ aws s3 ls s3://enram-vp/baltrad/hdf5/bejab/
PRE 2018/
PRE 2019/
PRE 2020/
PRE 2021/

Sync/download files to a local directory with sync (add --dryrun to test):

$ aws s3 sync s3://enram-vp/baltrad/hdf5/bejab/ ~/Downloads/baltrad/
download: s3://enram-vp/baltrad/hdf5/bejab/2018/05/22/bejab_vp_20180522T102000Z_0x5.h5 to 2018/05/22/bejab_vp_20180522T102000Z_0x5.h5
download: s3://enram-vp/baltrad/hdf5/bejab/2018/05/22/bejab_vp_20180522T102500Z_0x5.h5 to 2018/05/22/bejab_vp_20180522T102500Z_0x5.h5
download: s3://enram-vp/baltrad/hdf5/bejab/2018/05/22/bejab_vp_20180522T103000Z_0x5.h5 to 2018/05/22/bejab_vp_20180522T103000Z_0x5.h5

Sync is generally more useful than copy (cp), because it will browse subdirectories by default and skip files that are already downloaded. So you can stop the command at any point (Ctrl+c) and it will pick up where it left off if you run it again.

Create browse page

  • Link to new s3 bucket
  • Review JS code (maybe update from https://github.com/rufuspollock/s3-bucket-listing) keep current
  • Decide whether title should be "Browse", "Browse aloft data", "Browse BALTRAD data" Browse data
  • Decide whether to show coverage info (e.g. in sidebar, see attempt at browse.txt)
  • Decide whether to show radar info (e.g. in sidebar)
  • Decide whether to show download instructions (probably easier to link to dataset page)

Create radars page

  • Derive from OPERA
  • Provide as CSV
  • Provide link to CSV
  • Section per country
  • TOC
  • Deep anchors to radar codes
  • Link out the coordinates to a map

Roadmap for aloft data

As discussed with @CeciliaNilsson709 this is the envisioned roadmap for the aloftdata.eu website

Website

  • Homepage: explains scope "Bird movement data from European weather radars" and has quick links to visualize (see #3 for more tasks)
  • Visualize: CROW visualization for BALTRAD data (external page)
  • Browse: file navigation for BALTRAD data (JS on top of S3 repo)
  • Datasets: More technical instructions on how to download BALTRAD data. Can be extended with other technical pages for other datasets (see #6 for more tasks)
  • About: About page for the website, includes FAQ for non-technical users (see #7 for more tasks)
  • Radars (optional): Overview of European radars + metadata TODO: useful? yes

GitHub repositories

This is where the code would live for different components

  • enram/aloftdata.eu (Jekyll): home of the aloftdata website
  • enram/data-repository (Python): (same as current situation): code for getting data onto the data repository + issues regarding data quality. Landing index.html page would move to enram/aloftdata.eu
  • enram/crow (Vue): home of the crow visualization for aloft (currently BALTRAD data only). Would mimic aloftdata style
  • enram/vpts (Jekyll): keep has home for vpts csv format, but remove website and integrate directly in aloftdata.eu/format/vpts

URLs and names

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.