NSF POSE Project 2023-2025 Timeline: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 4 users not shown)
Line 68: Line 68:


=== Mentoring Program ===
=== Mentoring Program ===
* 2 new participants supported by email and video calls.
The development oriented [https://grass.osgeo.org/news/2023_10_11_mentoring_program_announced/ mentoring program] welcomed 5 new participants from various institutions including universities, USGS, US Army Corps of Engineers, and local municipalities. The discussed topics covered developing workflows for topography and network analysis, environmental modeling, and geophysics. Participants were supported by email and video calls.


=== Conference Presentations ===
=== Conference Presentations ===
Line 75: Line 75:


=== Presentations and Workshops ===
=== Presentations and Workshops ===
* [https://github.com/ncsu-geoforall-lab/grass-gis-workshop-vanderbilt-2024 Intro to GRASS GIS] by Vaclav Petras and Anna Petrasova remotely delivered at Vanderbilt University, February 2024.
* [https://github.com/ncsu-geoforall-lab/grass-gis-workshop-vanderbilt-2024 Intro to GRASS GIS] by Vaclav Petras and Anna Petrasova was remotely delivered to geographers at Vanderbilt University in February 2024. The  workshop was developed in Jupyter Lab and run using [https://wholetale.org WholeTale] online platform.
* [https://github.com/tomorrownow/intro-to-geoprocessing-workshop Introduction to GRASS GIS Geospatial Processing] by Corey White at [https://smathhacks.ncssm.edu/ SMathHacks hackathon], March 2nd.
* [https://github.com/tomorrownow/intro-to-geoprocessing-workshop Introduction to GRASS GIS Geospatial Processing] by Corey White at [https://smathhacks.ncssm.edu/ SMathHacks hackathon], March 2nd. SMathHacks is the annual 36-hour hackathon hosted by the NC School of Science and Math, open to all North Carolina students. Students collaborate to build innovative software projects, explore new technologies, and have fun along the way. The workshop was delivered in person with students using [https://colab.research.google.com/ Google Colab].


=== Student Grant Program ===
=== Student Grant Program ===
* Linda Karlovska participates in the [https://grasswiki.osgeo.org/wiki/GRASS_GIS_Student_Grants Student Grant program] with her project [https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/EasyCommandHistoryNavigation Easy command history navigation through the History browser panel]. Student Grants Program is an existing effort which the POSE team participates in by mentoring.
Linda Karlovska participates in the [https://grasswiki.osgeo.org/wiki/GRASS_GIS_Student_Grants Student Grant program] with her project [https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/EasyCommandHistoryNavigation Easy command history navigation through the History browser panel]. Student Grants Program is an existing effort which the POSE team participates in by mentoring.


=== Code Security ===
=== Code Security ===
Vaclav Petras mentors four students who create code security improvements in their NCSU class ''CSC 472: Cybersecurity Practicum''. So far, the students created two PRs which were successfully merged:  
Vaclav Petras mentors four students who create code security improvements in their NCSU class ''CSC 472: Cybersecurity Practicum''. So far, the students created two PRs which were successfully merged:  
* [https://github.com/OSGeo/grass/pull/3451 grass.script: Change insecure mktemp to NamedTemporaryFile #3444]
* [https://github.com/OSGeo/grass/pull/3444 grass.script: Change insecure mktemp to NamedTemporaryFile #3444]
* [https://github.com/OSGeo/grass/pull/3444 utils: fixed shell vulnerability in mkrest.py]
* [https://github.com/OSGeo/grass/pull/3451 utils: fixed shell vulnerability in mkrest.py #3451]


Two other PRs are open and more work is underway to do first steps for new approach to a more secure code.
Two other PRs are open and more work is underway to do first steps for new approach to a more secure code.
=== Localized Basic Datasets ===
* NCSU and ASU teams worked on localized versions of GRASS basic data set following the [https://grass.osgeo.org/sampledata/north_carolina/nc_basic_spm_grass7.zip North Carolina basic data set example], preparing Flagstaff, Arizona and Nepal draft version with basic layers
== 3rd quarter report ==
=== Mentoring Activities ===
The mentoring program form received 2 new responses and mentors were actively working with 3 mentees.
Linda Kladivova finished her project developing [https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/EasyCommandHistoryNavigation History browser] in the GRASS GUI as part of the GRASS Student Grant Program. Mentor's time was covered by POSE.
GRASS GIS has [https://grass.osgeo.org/news/2024_05_27_gsoc_2024_students/ 3 students this year for Google Summer of Code]. Time spent managing GSoC for GRASS GIS was covered by POSE.
The topics covered by GSoC projects are:
* [https://grasswiki.osgeo.org/wiki/GRASS_GSoC_2024_EODAG_Support Add EODAG support to GRASS GIS]
* [https://grasswiki.osgeo.org/wiki/GRASS_GSoC_2024_Improve_user_experience_in_Jupyter_Notebooks Improve GRASS user experience in Jupyter Notebook]
* [https://grasswiki.osgeo.org/wiki/GRASS_GSoC_2024_Add_JSON_output Add JSON output to different GRASS tools in C]
=== Presentations, Workshops, Event Planning ===
* [https://github.com/ncsu-geoforall-lab/tngic-2024 GRASS 101: From GUI Clicks to Writing Scripts (TNGIC 2024)] by Veronica Andreo and Caitlin Haedrich
* [https://github.com/ncsu-geoforall-lab/csdms-grass-2024 Coastal evolution analysis and inundation modeling with GRASS GIS (CSDMS Workshop 2024)] by Caitlin Haedrich and Pratikshya Regmi, see also [https://cnr.ncsu.edu/geospatial/news/2024/06/03/students-teach-grass-gis-for-coastal-hazard-analysis/ blog post with images]
* Organization of [[GRASS Community Meeting Prague 2024]] and budget planning by Vaclav Petras
=== CMake transition ===
Ongoing work on [https://github.com/OSGeo/grass/pull/3621 CMake compilation] was partially covered by POSE.
=== Code Quality and Security ===
Code quality improvements in Python code:
* [https://github.com/OSGeo/grass/pull/3541 PR addressing Flake8 E501] (long lines in 158 files not fixable by automated tools)
* [https://github.com/OSGeo/grass/pull/3535 PR addressing Flake8 E401] (unused imports)
Vaclav Petras mentored a team of four students who create code security improvements in their NCSU class ''CSC 472: Cybersecurity Practicum''. The team created 12 PRs which were successfully merged, 7 additional experimental PRs (not merged) and 2 PRs which are still open at this time. Specifically, the team achieved the following:
* With the involvement and help from the other contributors, the team introduced Bandit and Coverity Scan as additional code scanning tools for Python and C, respectively.
* The team analyzed issues reported CodeQL, Bandit, and Coverity Scan and reported on relevance of different issues to the project (report privately shared with the GRASS Development Team).
* Vulnerability Triage Guide (also privately shared with the GRASS Development Team).
* The team also developed a [https://github.com/OSGeo/grass/security/policy security policy] for the project.
* The vulnerability reporting and security advisories were enabled based on the team recommendations.
* The team fixed several specific security issues in the code:
** [https://github.com/OSGeo/grass/pull/3469  packaging: Use subprocess instead of os.popen for change log creation #3469] (merged)
** [https://github.com/OSGeo/grass/pull/3549  lib raster: fixed security vulnerabilities and weaknesses #3549] (merged)
** [https://github.com/OSGeo/grass/pull/3451  utils: fixed shell vulnerability in mkrest.py #3451] (merged)
** [https://github.com/OSGeo/grass/pull/3444  grass.script: Change insecure mktemp to NamedTemporaryFile #3444] (merged)
** [https://github.com/OSGeo/grass/pull/3551  lib/psdriver: Fix issues with wrong type of arguments to printf #3551] (PR open)
** [https://github.com/OSGeo/grass/pull/3452 g.region/r.to.rast3elev: fixed scanf error to recognize EOF as a possible return value #3452] (PR open)
=== Documentation ===
* Documentation and Education Working Group met and planned the development of new tutorials. Veronica Andreo met other GRASS developers and contributors to coordinate further tutorials development.
* Development of new [https://github.com/ncsu-geoforall-lab/tutorials tutorials] in progress, topics include:
** Getting started with GRASS GIS
** GRASS GIS in Google Colab
** GRASS GIS and Python
** GRASS GIS and R
** GRASS R and Python comparison
** Making plots in GRASS GIS
* New [https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md GRASS Programming Style Guide]
* [https://github.com/petrasovaa/cookiecutter-grass-addon New addon template powered by Cookiecutter]
* Analysis of options names and functionality in plotting tools:
** [https://github.com/OSGeo/grass-addons/issues/1071 Addons for plotting: Standardize parameters and flags]
=== Communication and outreach ===
* Creation of 4 news post in the [https://grass.osgeo.org/news/ GRASS website]
* Social media:
** [https://twitter.com/GRASSGIS Twitter]: 9 new posts/threads
** [https://fosstodon.org/@grassgis Fosstodon]: 9 new posts/threads
=== Other sustainability activities ===
* [https://github.com/OSGeo/grass/blob/main/CODE_OF_CONDUCT.md Code of Conduct added to the main repository]
* [https://github.com/OSGeo/grass/blob/main/.github/ISSUE_TEMPLATE/bug_report.md revised Issue template]
* New [https://github.com/OSGeo/grass/pull/3673 RFC for a Release Policy]
* Revised [https://github.com/OSGeo/grass/pull/2815 RFC for Release Procedure]
* WIP: GRASS GIS Roadmap
* [https://github.com/OSGeo/grass-website/issues/414 GRASS website: ongoing restructuring]
* [[PSC]] page moved from trac wiki to media wiki


== Roadmap ==
== Roadmap ==

Latest revision as of 17:20, 11 June 2024

To inform GRASS community about the work done as part of the award 2303651 from the U.S. National Science Foundation (NSF) to enhance GRASS ecosystem, the following report summarizes the progress and outcomes in quarterly reports and presents the roadmap for the project.

The two main goals of the project are: 1) to facilitate the adoption of GRASS GIS as a key geoprocessing engine by a growing number of researchers and geospatial practitioners in academia, governments, and industry; and 2) to expand and diversify the developer community, especially through supporting next-generation scientists to gain expertise to maintain and innovate GRASS software.

Principal investigators and senior personnel:

  • Helena Mitasova, North Carolina State University (Principal Investigator)
  • Vaclav Petras, North Carolina State University (Co-Principal Investigator)
  • Anna Petrasova, North Carolina State University (Co-Principal Investigator)
  • C Michael Barton, Arizona State University (Co-Principal Investigator)
  • Huidae Cho, New Mexico State University (Co-Principal Investigator)
  • Giuseppe Amatulli, Yale (Senior Personnel)

Other personnel who is joining for the execution of the grant is listed below when relevant.

1st quarter report

Project Announcements and Communication

Conference Presentations

Training and Workshops

Community Sprint Participation

Anna Petrasova and Vaclav Petras remotely participated in OSGeo 2023 code sprint doing PR reviews and maintenance of GRASS GIS code, documentation, and website.

Mentoring Program

Mentoring Program is a new effort started and so-far performed only by the POSE team.

Student Grants Program

Student grants announced with topics at a wiki page. Student Grants Program is an existing effort which the POSE team participates in.

Working Groups

Four working groups created (scope, wiki page, coordinator, and a list of people for each).

Citations

  • GRASS GIS Google Scholar account updated with more complete records.
  • A form was created to collect new and missing records.
  • Profile link added to GRASS website Contribute and Citation page.

2nd quarter report

NSF I-Corps program

Corey White, Vaclav Petras, and Anna Petrasova participated in a 4-week long intensive mandatory training that draws on the methods, customer discovery, and curriculum of the NSF Innovation Corps and applies them to open-source projects.

The program included conducting 70+ 30-minute interviews with both GRASS users and non-users to better shape the future path of GRASS GIS and the POSE project. So far, the interviews focused on educators, companies, researchers, influencers and it focused more on non-users than users.

Next steps, include processing the collected qualitative data, developing possible future directions for sustainability of the project, discussing these with the Project Steering Committee, the core team of developers, and the broader community.

Mentoring Program

The development oriented mentoring program welcomed 5 new participants from various institutions including universities, USGS, US Army Corps of Engineers, and local municipalities. The discussed topics covered developing workflows for topography and network analysis, environmental modeling, and geophysics. Participants were supported by email and video calls.

Conference Presentations

Presentations and Workshops

  • Intro to GRASS GIS by Vaclav Petras and Anna Petrasova was remotely delivered to geographers at Vanderbilt University in February 2024. The workshop was developed in Jupyter Lab and run using WholeTale online platform.
  • Introduction to GRASS GIS Geospatial Processing by Corey White at SMathHacks hackathon, March 2nd. SMathHacks is the annual 36-hour hackathon hosted by the NC School of Science and Math, open to all North Carolina students. Students collaborate to build innovative software projects, explore new technologies, and have fun along the way. The workshop was delivered in person with students using Google Colab.

Student Grant Program

Linda Karlovska participates in the Student Grant program with her project Easy command history navigation through the History browser panel. Student Grants Program is an existing effort which the POSE team participates in by mentoring.

Code Security

Vaclav Petras mentors four students who create code security improvements in their NCSU class CSC 472: Cybersecurity Practicum. So far, the students created two PRs which were successfully merged:

Two other PRs are open and more work is underway to do first steps for new approach to a more secure code.

Localized Basic Datasets

  • NCSU and ASU teams worked on localized versions of GRASS basic data set following the North Carolina basic data set example, preparing Flagstaff, Arizona and Nepal draft version with basic layers


3rd quarter report

Mentoring Activities

The mentoring program form received 2 new responses and mentors were actively working with 3 mentees.

Linda Kladivova finished her project developing History browser in the GRASS GUI as part of the GRASS Student Grant Program. Mentor's time was covered by POSE.

GRASS GIS has 3 students this year for Google Summer of Code. Time spent managing GSoC for GRASS GIS was covered by POSE.

The topics covered by GSoC projects are:

Presentations, Workshops, Event Planning

CMake transition

Ongoing work on CMake compilation was partially covered by POSE.

Code Quality and Security

Code quality improvements in Python code:

Vaclav Petras mentored a team of four students who create code security improvements in their NCSU class CSC 472: Cybersecurity Practicum. The team created 12 PRs which were successfully merged, 7 additional experimental PRs (not merged) and 2 PRs which are still open at this time. Specifically, the team achieved the following:

Documentation

Communication and outreach

Other sustainability activities

Roadmap

Mentoring program (fall 2023 - summer 2025)
Free developer-oriented mentoring program to support researchers and software developers to integrate GRASS GIS into their workflows and contribute to GRASS GIS.
Streamline contributor onboarding (spring 2024 - fall 2024)
Includes updating and creating guidelines for code and non-code contributions.
Streamline user onboarding (spring 2024 - fall 2024)
Includes modernizing tool documentation, developing tutorials.
Creating sample datasets for localized tutorials.
Developing online training materials for big data processing.
Training sessions (fall 2023 - summer 2025)
Local training sessions (at universities and conferences) introducing GRASS GIS to students and researchers.
Training program for big data processing delivered online.
Engaging industry partners (January - August 2024)
Identify and engage industry partners to gather feedback and to start industry partnership program.
Conferences
Presence (talks, workshops, networking) at FOSS4GNA 2023, FOSS4G Asia 2023, AGU 2023, CSDMD 2024, FOSS4G Europe 2024, FOSS4G 2024, AGU 2024
Community sprints
Virtual or in-person participation in OSGeo community sprints, GRASS GIS community sprints
Software distribution (January 2024 - December 2024)
Transition to CMake build system
Develop conda package
Simplify maintenance of GRASS integrations with QGIS and R (2024-2025)
Virtual meetings with QGIS and R developers and GRASS GIS developers (spring 2024).
Identify and implement improvements to the integration.
Improve code quality, security, and quality assurance
Code quality (Flake8, Pylint, Cppcheck), first half of 2024.
Security (CodeQL), second half of 2024.
Quality assurance (better pytest integration), second half of 2024.
In-person developer summit (spring/summer 2025)
Hosted by NC State University, Raleigh, NC, USA.
Identify additional challenges for adoption of GRASS GIS as geoprocessing engine.
Long-term planning beyond the POSE project.

Acknowledgements

The funding is provided by the U.S. National Science Foundation, award 2303651.