-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Feat] r.surf.* need seed parameter for reproducibility #1044
Comments
Hi @petrasovaa i'm looking forward for working on Adding JSON output project as part of GSoC ,can i work on this issue ? |
Welcome! Yes, I suggest to work on r.surf.fractal, look at how r.mapcalc or r.random deal with it using seed parameter and -s flag. Ideally please also include a test. Let us know if you have questions. |
Hi @petrasovaa , I am Shashank Shekhar Singh a sophomore from IIT BHU, India. I have developed interest in this project and want to contribute to |
Hi @petrasovaa, I have written the code for adding seed and -s flag for reproducibility, along with a unit test (please verify it once). Can you please help me out !! |
You are trying to push directly to the OSGeo/grass repo, not your fork. |
Oh I am extremely sorry for doing this silly mistake here. |
Hi @petrasovaa I intend to apply to "Adding JSON output project as part of GSoC" as well but I see a PR is already open for this issue. Should I work on this and open a PR for it anyway? Otherwise, can you please point me to another issue to work on? Thanks. |
Sure. I would suggest to start working on adding JSON to one of the tools mentioned in #3020. Specifically, I suggest adding JSON to r.what. I created an issue for this: #3518, so we can discuss more there. |
Hi...... , I want to work on this problem problem statement as a part of GSOC |
Hi @Jasmitha-Mannam, we currently don't have anybody else interested in the STAC idea and there are some overlaps with JSON idea, so I wonder if you would be interested in the STAC idea instead? |
Modules r.surf.random, r.surf.gauss, r.surf.fractal generate different results every time you run them.
They need seed parameter for reproducible results, similarly to r.mapcalc.
The text was updated successfully, but these errors were encountered: