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

Create netcdf overview function #806

Closed
18 tasks done
veenstrajelmer opened this issue Mar 15, 2024 · 0 comments · Fixed by #807
Closed
18 tasks done

Create netcdf overview function #806

veenstrajelmer opened this issue Mar 15, 2024 · 0 comments · Fixed by #807

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Mar 15, 2024

  • slice time before plotting, is faster (and saves memory) for timeseries extending beyond tstart/tstop
  • extend the statistics csv: filename, platform_name, platform_id, t0, tend, nr of datapoints, mean(dt) in min, mode(dt) in min, completeness in %, min. wl, max. wl, min(dt) in min, max(dt) in min, lon, lat, source. Also all values for timeseries without nans?
  • add xyn writing, ssh_catalog_toxynfile() already exists in dfm_tools but we should first derive the catalog from the netcdf files
  • think about coarsening, if plotting three months, is hourly/daily scatter still enough to plot continuous line? Maybe add optimize=True argument. Maybe just first try it.
  • less printing
  • derive stats from original dataset (before time slicing)
  • improve figure: smaller text, more x-ticks, remove xlabel
  • increase float precision of ssh_catalog_toxynfile()?
  • filter out nans from timestamps
  • add None option for time_min/time_max/yearstep
  • add overview figure to example notebook
  • optionally create kml if very simple: https://stackoverflow.com/questions/71139672/how-to-generate-kml-file-with-colored-markers >> leave out for now
  • fix alphabetic ordering of stations in figures
  • update whats-new.md
  • filenames as station names in plot
  • clear output folder before starting
  • add to all getijverandering download scripts (incl time_min/time_max/yearstep), remove matlab output and script (after comparison)
  • add testcase for dfmt.ssh_netcdf_overview() (assert file presence)
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 a pull request may close this issue.

1 participant