Code Monkey home page Code Monkey logo

feels's People

Contributors

hunterloftis avatar strikeentco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

feels's Issues

RangeError: Wind Chill: temp must be <= (0C, 32F, 273.15K)

Node 8.9.1

hi there
I follow the instruction and use windChill class function ,I got this error

const Feels = require('feels');
let w = new Feels({temp:18,speed:4}).windChill();
console.log(w)weather git:(master)  node index.js
/Users/Calvin/Her/her-op/node_modules/feels/lib/base.js:138
        throw new RangeError('Wind Chill: temp must be <= (0C, 32F, 273.15K)');
        ^

RangeError: Wind Chill: temp must be <= (0C, 32F, 273.15K)
    at Function.windChill (/Users/Calvin/Her/her-op/node_modules/feels/lib/base.js:138:15)
    at Feels.windChill (/Users/Calvin/Her/her-op/node_modules/feels/main.js:167:38)
    at Object.<anonymous> (/Users/Calvin/Her/her-op/lib/weather/index.js:97:38)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Function.Module.runMain (module.js:676:10)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

the same error log when I explicitly assign the unit

const Feels = require('feels');

const config = {
    temp: 18,
    speed: 4,
    units: {
        temp: 'c',
        speed: 'mps',
    },
};

let w = new Feels(config).windChill();weather git:(master)  node index.js
/Users/Calvin/Her/her-op/node_modules/feels/lib/base.js:138
        throw new RangeError('Wind Chill: temp must be <= (0C, 32F, 273.15K)');
        ^

RangeError: Wind Chill: temp must be <= (0C, 32F, 273.15K)
    at Function.windChill (/Users/Calvin/Her/her-op/node_modules/feels/lib/base.js:138:15)
    at Feels.windChill (/Users/Calvin/Her/her-op/node_modules/feels/main.js:167:38)
    at Object.<anonymous> (/Users/Calvin/Her/her-op/lib/weather/index.js:107:27)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Function.Module.runMain (module.js:676:10)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

Most accurate formula for "realFeel"?

Hi, thanks for creating this module. It's really useful for my IoT project.

I was wondering which is the most accurate formula used to calculate the real feel like any other weather service would do.
I'm currently using AAT, since it makes sense to me. Humidex is too high.
But, I was trying to find a formula that takes into account not only the wind speed (no wind inside my bedroom for now :P), but the pressure in hPa, since I read it is quite relevant for calculating the dew point and everything is related.

Any thoughts? Thanks!

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.