Skip to content

Date range query fails to find certain storms #2

Description

@wilburcoding

Date range query fails to find certain storms
Example code:

var hurdat= new Hurdat("data.txt")
console.log(hurdat.filter({"date":[new Date(2020,8,5), new Date(2020,9,5)]}))

The result is missing Hurricane Gamma (formed October 2nd) and Hurricane Delta (formed October 4th)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions