Skip to content

Commit 2f5007e

Browse files
authored
Update (#20)
* preparing for gsoc2022 * ideas page updated * updates
1 parent 8519395 commit 2f5007e

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed

docs/04_gsoc.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ permalink: /develop/GSOC/ideas
55
exclude: false
66
---
77

8-
# In Preparation
98

109
# Contacting the MSS team
1110
If you want to contribute to Mission Support System,
12-
please consider joining our Slack channel [https://mss-devel.slack.com](https://mss-devel.slack.com),
13-
where we discuss everything related to the development of the project and we can answer
14-
all your questions related to the project. You can join the channel by sending us an
15-
email at <[email protected]>.
11+
You can talk to us on channel #mss by the [libera chat](https://web.libera.chat/?nick=Guest&#mss)
12+
this is connected to our gsoc slack channel. Please stay connected, we are in different timezones.
13+
To join us on slack please send us an email to <[email protected]>.
14+
On the Slack channel [https://mss-devel.slack.com](https://mss-devel.slack.com) we will
15+
discuss everything related to the development of the project and we can answer
16+
all your questions related to the project.
17+
1618

1719
# Questions
1820
If you have any question please feel free to ask any of the mentors on our #gsoc slack channel.
@@ -37,12 +39,14 @@ We have labled small sized issues as "good first issue" on <https://github.com/O
3739

3840
## Difficulty level: Medium
3941
* [msui: Catalogue Service For The Web (CSW)](/develop/GSOC/catalogue_service_for_the_web)
40-
* [cli: Advanced CLI Plotting](/develop/GSOC/automated_plotting)
4142
* [msui: Modernize fs_filepicker](/develop/GSOC/modernize_fs_filepicker)
43+
* [cli: Advanced CLI Plotting](/develop/GSOC/automated_plotting)
4244
* [cli: Improve Tutorials](/develop/GSOC/improve_tutorials)
4345
* [wms: Plot Gallery integrated](/develop/GSOC/integrated_plot_gallery)
46+
* [wms: mplement and support color bars being served](/develop/GSOC/color_bars_served)
4447
* [msui/wms: UI and server improvements](/develop/GSOC/ui_server_improvements)
4548
* [msui/msc: View Layout and Restoring](/develop/GSOC/view_restoring)
49+
4650

4751

4852

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: GSOC Idea
4+
permalink: /develop/GSOC/color_bars_served
5+
exclude: true
6+
---
7+
## mswms: Properly implement and support color bars being served separately from the map
8+
9+
- **Project description**:
10+
11+
The WMS standard supports delivering color bars as separate image.
12+
This is supported in a very basic fashion by the MSUI, but not at all by the MSWMS.
13+
In particular in combination with multi-layering, the colorbar must be displayed separately to remain
14+
usable (currently all our colorbars are displayed at the same location).
15+
16+
This task entails
17+
18+
1. implementing support for this feature in the MSWMS backend
19+
2. properly address "nice" displaying of the colorbar in the frontend for typical use-cases (i.e. less than 3 bars)
20+
3. Revamping the existing plotting layers to use this feature.
21+
22+
- **Duration**: 175h
23+
- **Skills**: Python, QT, UI programming, Git
24+
- **Difficulty level**: Medium
25+
- **Related Readings/Links**:
26+
- https://github.com/Open-MSS/MSS/issues/1375
27+
- https://www.ogc.org/standards/wms
28+
- **Potential mentors**: [email protected], [email protected]

0 commit comments

Comments
 (0)