[GRASS-git] [OSGeo/grass] e193ca: grass.temporal: Fix end time parsing when register...

Anna Petrasova noreply at github.com
Wed Jul 15 00:49:20 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: e193ca71e7d42d0beb730d17e95a6e8de689afb6
      https://github.com/OSGeo/grass/commit/e193ca71e7d42d0beb730d17e95a6e8de689afb6
  Author: Anna Petrasova <kratochanna at gmail.com>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M python/grass/temporal/register.py
    M temporal/t.register/t.register.html
    M temporal/t.register/t.register.md
    R temporal/t.register/test.t.register.raster.file.reltime.sh
    A temporal/t.register/tests/conftest.py
    A temporal/t.register/tests/t_register_file_test.py

  Log Message:
  -----------
  grass.temporal: Fix end time parsing when registering relative-time maps from file (t.register) (#7717)

The name|start|end input file format silently misread the end time as a
semantic label for relative-time datasets: maps were registered as point
time and the intended end times were written as semantic labels into the
raster metadata. Regression from the band references implementation
(a83af32aac). An integer third column is now interpreted as an end time
for relative time; anything else remains a semantic label.

Written with the help of Claude Code.



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list