Project Title: Adding Spatio-Temporal Dataset Support to GRASS Data Catalog GUI
Week 3 & 4: Coding Period
Work Done
- Added format options to several temporal tools, including
t.connect,t.rast3d.list,t.vect.db.select, andt.rast.univar. - Added comprehensive tests and documentation for the implemented features.
- Implemented an initial check to prevent creating temporal databases for mapsets without a temporal database connection. This approach was later replaced with a more robust solution during subsequent development.
- Addressed review feedback and refined the implementations before merging.
Pull Requests
- t.rast3d.list: Add format option and tests
- t.connect: Add pytest
- t.vect.db.select: Add pytest files
- t.connect: Add formats
- t.rast.univar: Add range and correct cells values
- t.list: Check connection to prevent creating temporal database
- t.vect.db.select: Add format options
For more details about the project, please refer to: GRASS Wiki Project Page