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

Remove references to FlyingPigeon and other deprecated/unused components #296

Merged
merged 13 commits into from
Jul 6, 2023

Conversation

huard
Copy link
Contributor

@huard huard commented Jul 3, 2023

Started to clean-up some of the docs referring to old components.

  • Replaced references to FlyingPigeon by the corresponding Finch capabilities.
  • Consolidated notebooks presenting the same concepts (WPS with owslib)
  • Removed obsolete content
  • Replaced nbsphinx by myst_nb

This is still far from perfect, but no one likes to review huge PRs. The switch to myst_nb is not strictly necessary, but I think it will provide advantages, as the syntax is richer.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@huard huard requested a review from Zeitsperre July 4, 2023 17:40
@huard huard merged commit 9db9a52 into master Jul 6, 2023
@huard huard deleted the fix-275 branch July 6, 2023 18:48
tlvu added a commit that referenced this pull request Jul 21, 2023
Most probably due to PR #296

Fix Jenkins failure:
```
  _______ pavics-sdi-master/docs/source/notebooks/subsetting.ipynb::Cell 4 _______
  Notebook cell execution failed
  Cell 4: Cell outputs differ

  Input:
  res = resp.get()
  print("URL: ", res.output)
  res = resp.get(asobj=True)
  res.output

  Traceback:
   mismatch 'stdout'

   assert reference_output == test_output failed:

    'URL:  https:...0612_sub.nc\n' == 'URL:  https:...612_sub.nc.\n'
    Skipping 92 identical leading characters in diff, use -v to show
      612_sub.nc
    - Downloading to /tmp/tmpRANDOM/tasmax_amon_mpi_esm_mr_rcp45_r1i1p1_200601_200612_sub.nc.
```
tlvu added a commit that referenced this pull request Jul 27, 2023
Most probably due to PR
#296

Fix Jenkins failure:
```
  _______ pavics-sdi-master/docs/source/notebooks/subsetting.ipynb::Cell 4 _______
  Notebook cell execution failed
  Cell 4: Cell outputs differ

  Input:
  res = resp.get()
  print("URL: ", res.output)
  res = resp.get(asobj=True)
  res.output

  Traceback:
   mismatch 'stdout'

   assert reference_output == test_output failed:

    'URL:  https:...0612_sub.nc\n' == 'URL:  https:...612_sub.nc.\n'
    Skipping 92 identical leading characters in diff, use -v to show
      612_sub.nc
    - Downloading to /tmp/tmpRANDOM/tasmax_amon_mpi_esm_mr_rcp45_r1i1p1_200601_200612_sub.nc.
```
mishaschwartz added a commit to bird-house/birdhouse-deploy that referenced this pull request Sep 13, 2023
## Overview

Deprecate the `flyingpigeon` web processing service

## Changes

**Non-breaking changes**
- Removes flyingpigeon from the `DEFAULT_CONF_DIRS` list and moves its
config files to the `deprecated-components` directory

**Breaking changes**
- If a deployment uses flyingpigeon they will need to specify it in the
`EXTRA_CONF_DIRS` list

## Related Issue / Discussion

## Additional Information

Links to other issues or sources.

- Ouranosinc/pavics-sdi#296
- Ouranosinc/pavics-sdi#275
- Fixes #375
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.

2 participants