GithubHelp home page GithubHelp logo

Comments (5)

mroberge avatar mroberge commented on June 3, 2024

Hi @lapidesd!
Thank you for filing this issue! Could you tell me the query that you used to get this error? I'm curious about what went wrong.

I'm guessing it was something like this::

hf.NWIS(stateCd="CA", service="dv", parameterCd="00020")

# "00020" is for air temperature, "00010" is for water temperature (much more commonly collected)

But that didn't bring up an error for me.

Also, if you are interested in submitting a pull request, I'm always looking for contributors! https://hydrofunctions.readthedocs.io/en/latest/contributing.html

from hydrofunctions.

lapidesd avatar lapidesd commented on June 3, 2024

from hydrofunctions.

mroberge avatar mroberge commented on June 3, 2024

Excellent!
This query illustrates a problem with how hydrofunctions converts the JSON from the NWIS into a dataframe. It basically takes the data from every single temperature-measuring station in the state of California and resamples it to the frequency of the station with the shortest frequency for the entire length of the query. So if there is a station that recorded temperature every five minutes one day back in 2005, hydrofunctions will output a dataframe with a row for every five minutes starting in 1950 until 2021. And it performs this "service" for you just because you asked for some data.

My plan for the future is to change this so that the data is stored internally in the WaterML format, and a dataframe is created only when you ask for a dataframe. That way the 'upsampling' only occurs if you ask it to occur.

from hydrofunctions.

mroberge avatar mroberge commented on June 3, 2024

In the meantime, you can see what stations have collected temperature by just requesting the most recent value:

hf.NWIS(stateCd="CA", service="dv", parameterCd="00010")

You can also use hf.data_catalog(station_id) or hf.site_file(station_id to learn more about individual stations.

from hydrofunctions.

mroberge avatar mroberge commented on June 3, 2024

closed with 16dd705

from hydrofunctions.

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.