Open BobSimons opened 3 years ago
Hello, This issue looks good to me can I work on it? Though I'm still a begginner in terms of JAVA Development but wanting to learn as I go, would be a great help if you guide me in some way to how to start working for this issue.
[I'm sorry for being so slow to answer (long weekend and mini emergency at work yesterday).]
Excellent! Yes, you can work on it. Here are suggested steps:
That looks like a lot, but it's just detailed instructions. This is a very do-able project.
I hope that makes sense. Email if/when you get stuck, but also at step 5 so we can talk about and agree on your plan. Thanks again for giving this a try.
P.S. Can I also ask: how did you find this project to work on? Were you already following ERDDAP or are the issues posted elsewhere?
Thank you @BobSimons I'll surely follow these steps.
Also, I was following the GSoC organizations. I'm actually inclined to JAVA programming and was searching for the projects which use JAVA. And so I stumbled upon this project. Hope it does not make much a difference.
@GAyan17, are you still planning to work on this?
Yes, I am sorry I was busy with some other work so didn't get the chance to dive deeper into it, but I will surely try to work on it in this summer.
ERDDAP has a group of Converters which do useful things (usually conversions) related to ERDDAP. See https://coastwatch.pfeg.noaa.gov/erddap/convert/index.html It would be nice to add a ColorBar converter which takes a color bar specification (e.g., palette=Rainbow, Range=1 to 10000, Scale=log, NSections=4, Continuity=Continuous) and then converted a data value into a color or vice versa.
Skills required: Java programming.
Difficulty: Pretty easy. There are already Converters which could be used as templates for this converter. There is code in ERDDAP to convert a data value to a color. You probably have to write code for the reverse, but that is probably straightforward. Maybe 1-2 weeks of work (after you figure out ERDDAP).
Mentor: Bob Simons (main author of ERDDAP)
Please also read the Programmer's Guide at https://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#programmersGuide especially the "Judging Your Code Contributions" section.
This was requested by Lynne Tablewski and others.