Skip to content

Conversation

@BluIsBest
Copy link
Owner

This class will allow one location to be stored as a single object. Further improvements to call on data from a singular buoy will be added. SSI calculations can now be done by calling
"BB-object".get_SSI_(WVHT / PRES / WSPD) class function.

BluIsBest and others added 30 commits May 1, 2025 01:23
This class will allow one location to be stored as a single object. Further improvements to call on data from a singular buoy will be added.
SSI calculations can now be done by calling 
"BB-object".get_SSI_(WVHT / PRES / WSPD) class function.
Corrected to new gatheringInfo.py
Added functionality to get information from individual buoys, such as wind speed, wave height, pressure, along with the longitude & latitude, and the name of the station
finished callback to display data for the specific buoy and the region
Due to our project needing to grab the most recent information from the buoys, we sort by the most recent hour and minutes which the NDBC_API library does not natively support. We edit the API so that we can sort by hours & minutes, and are uploading the api to our project so someone could seamlessly install our project and have it work for them.
All credit to the creators of the NDBC_API, I take no credit for any of the code that makes this api work.
We take no credit from the original creators of the NDBC-api for python. We simply needed to change a single line to get it to remain functional for what we needed it for and in order to make the transition from downloading this code from github to using it as easy as possible we are uploading it
This is painful to try and get the api to upload properly :(
Allows the user to give longitude, latitude for any location and will pull the nearest stations to give storm data
removed prevent_initial_call from callback to allow button functionality
removed prevent_initial_callback for button functionality
removed prevent_initial_callback for button functionality
removed prevent_initial_callback for button functionality
removed prevent_initial_callback for button functionality
removed prevent_initial_callback for button functionality
removed prevent_initial_callback for button functionality
BluIsBest and others added 17 commits May 4, 2025 17:36
Debugging how this works with NDBC_api
changed return statement such that line breaks occur between each string
update return statement with line breaks
update return statement with line breaks
update return statement with correct line breaks
update return statement with correct line breaks for html
update return statement with correct line breaks for html
update return statement with correct line breaks for html
update return statement with correct line breaks for html
finish callback function for south carolina and update return statement with correct line breaks for html
fixed duplicate mass_output and mass_dropdown to sc_output and sc_dropdown
Page for a custom location for the user. Needs further function definition with the use of radial search.
latitude and longitude input gui
Double check for correct usage of gatheringInfo.Add_New_Location(lat, long) function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants