Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buoy data download within bounding box functionality #127

Open
janahaddad opened this issue Feb 12, 2024 · 1 comment
Open

buoy data download within bounding box functionality #127

janahaddad opened this issue Feb 12, 2024 · 1 comment

Comments

@janahaddad
Copy link

janahaddad commented Feb 12, 2024

This was discussed at NOAA/CMMB Storm Surge Team tag-up as a future enhancement for searvey package.

@saeed-moghimi-noaa has a previously developed python script that can be used as a starting point. The script retrieves observational buoy data within a bounding box and parses it to CSV file.

@saeed-moghimi-noaa
Copy link

@yunfangsun Please see here:
https://github.com/saeed-moghimi-noaa/prep_obs_ca

line 375

    write_csv(obs_dir, name, year, table=wnd_ocn_table, data= wnd_ocn , label='ndbc_wind' )
    write_csv(obs_dir, name, year, table=wav_ocn_table, data= wav_ocn , label='ndbc_wave' )
    write_csv(obs_dir, name, year, table=ssh_table    , data= ssh     , label='coops_ssh' )
    write_csv(obs_dir, name, year, table=wnd_obs_table, data= wnd_obs , label='coops_wind')

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

No branches or pull requests

2 participants