Download and Visualize Daily Streamflow Data from USGS Using Python

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 8

  • @HabtamuWorkneh
    @HabtamuWorkneh Год назад +3

    Excellent job!!!! Short , informative and valuable.

  • @DAVIDVAGNETTIPE
    @DAVIDVAGNETTIPE 11 месяцев назад +1

    That is amazing work! I will definitely tell you what I would like to see, but first, let me go through your playlist; thanks a lot, Merry Christmas, and to a successful 2024!

  • @jiriseltboss
    @jiriseltboss Год назад +1

    Thank you very much for teaching this :)!
    I would love to see scripting for other API's.
    New subscriber here!

  • @geologotejano
    @geologotejano 7 месяцев назад

    Thanks, this is super helpful. Very useful and easy to follow. Well done.

  • @abyadalazad988
    @abyadalazad988 2 месяца назад +1

    Mohsen, thanks for the video. could you please make another video explaining how you wrote the code to generate the link in section 2.2?

  • @rivuletsteph
    @rivuletsteph 2 года назад +1

    Great work! And thank you for introducing me to Google Colab.

  • @IHunterX-
    @IHunterX- 7 месяцев назад

    Excellent CONTRIBUTION

  • @kjrimer
    @kjrimer 8 месяцев назад +1

    @HydroMohsen Thanks, the code worked well for me to extract a large dataset for entire state, I pulled out the station names into a list and iterated in a for loop to get data for all the stations i needed for the discharge/streamflow.
    However, what will i need to change in order to get any other parameter for same station_number? for example if i want stream stage data (whose parameter code = 00072). I changed from 00062 in the code where section 2 of the URL was defined. What else I will need to change to create a URL for stream stage data?