Git Product home page Git Product logo

bwi's Introduction

BWI

BWI Repository

bwi's People

Contributors

codicolus avatar taetscher avatar

Watchers

 avatar  avatar

bwi's Issues

GH-Pages page cant find resources

Fix the paths when importing files, as apparently the gh-pages page can't find its resources.

see handballStats as well, as this issue came up there as well.

should be fixable though, once one path is adjusted to work correctly (handballStats do work locally with brackets, as well as a gh-pages page.

Interpolation algorithm

  • Check papers for useful interpolation algorithms
    -->probably temperature-based (as is most significant parameter)
    -->see MeteoSwiss Paper (but very likely to be computationally too demanding)
    -->method must take into account height differences
    -->best choice (for now): Ordinary Kriging (using PyKrige from GeoStat Framework)

  • Alternative approach:
    -->subtract a temperature difference according to ICAO standard atmospheric profile (-0.6°C / 100m height difference)
    -->likely to require a separate interpolation for temperature (less efficient!?)

Fetching + reprojecting files fully Python-based?

Discussion (long-term considerations):

  • less dependence from web-based API (by using GDAL for reprojection) ?
  • local storage + fetching of files through python (up to discussion)
    --> Badewetter-Index files: fetched, stored + reprojected in python (for now - gdal snippet available).

Create GitHub Pages Page

Licences to check before "going live":

  • Licence of this repository
  • MapLibre licence
  • OGD swisstopo licence
  • Other Dependencies

Once all these check out, create github pages page and "go live" with it

Index formula update

  • Include windchill + humidex
  • Thinking of useful additional data (DEM, Geopotential, ...)
    --> keep in mind: should not get to computationally intense

OSM POI Layer Improvements

This Layer needs some improvements.

Specifically it would be nice if we had a QGIS workflow automated that:

  • Gets the latest OSM data via Overpass Query (should be doable from within QGIS)
  • Creates a class Attribute and populates the attribute (needed to distinguish icons when drawing the map)
  • Dumps all non-essential Attributes (keeps only the Class and Name attributes)
  • Saves the layer as a geojson with correct EPSG

The JS part also could do with a few improvements (only after a class attribute was established)

  • no popups on POIs without a name attribute

Get OSM swimming spots data

To give the user suggestions where to go swimming, download and convert OSM data to geojson (point features):

  • everything swimming related
  • everything beach related

use overpass turbo to get the data and QGIS to convert it all (e.g. polygons) to point features.
http://overpass-turbo.eu/#

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.