Giter VIP home page Giter VIP logo

Comments (5)

justb4 avatar justb4 commented on June 18, 2024

I don't fully understand the question. The situation is as follows:

  • harvesting from the CityGIS Whale server is phased out
  • all raw data (since about 2015) has been saved within the Smart Emission server database running now at PDOK/Kadaster
  • raw values for all indicators (sensors) are stored as JSON "blobs" per station/per hour
  • there is currently not an easy way to download this data, e.g. from within a browser

Attached is an example how these JSON blobs look like. The Josene manual is required to decode these values or the SE code can be used, like here for audio indicators, basically 3 bands are encoded in each integer value:

# decode dB(A) values into 3 bands (0,1,2) for this octave
bands = [float(input_value & 255), float((input_value >> 8) & 255), float((input_value >> 16) & 255)]

jose1.json.txt

from smartemission.

Nijmegen-Geluid avatar Nijmegen-Geluid commented on June 18, 2024

from smartemission.

justb4 avatar justb4 commented on June 18, 2024

No, that has to be developed: both a download service and a viewer for raw data.

from smartemission.

Nijmegen-Geluid avatar Nijmegen-Geluid commented on June 18, 2024

from smartemission.

justb4 avatar justb4 commented on June 18, 2024

Best we discuss costs/estimates offline.

@geurp0 @Nijmegen-Geluid I think that we should aim for a "Smart Emission Data Scientist's App" which allows specialized users like citizen scientists to browse, select, download and view any raw and refined (calibrated) data from the SE platform. We can build this step by step. I think this is a better approach than developing ad-hoc viewers. We need these as well, but we have APIs for that on which they can be build.

from smartemission.

Related Issues (20)

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.