Skip to content
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

Error when trying to re-write a map with a different temporal type #49

Open
lrntct opened this issue Jul 27, 2016 · 0 comments
Open

Error when trying to re-write a map with a different temporal type #49

lrntct opened this issue Jul 27, 2016 · 0 comments
Labels
bug Something isn't working minor

Comments

@lrntct
Copy link
Contributor

lrntct commented Jul 27, 2016

Original report by Laurent Courty (Bitbucket: lrntct, GitHub: lrntct).


#!sh

Gathering map information...
ERROR: Unable to update raster map <Mexico_Hondon_wse_0000@MexicoDF>. The
temporal types are different.
Traceback (most recent call last):
  File "/home/jrodriguezri/.local/bin/itzi", line 11, in <module>
    sys.exit(main())
  File "/home/jrodriguezri/.local/lib/python2.7/site-packages/itzi/itzi.py", line 53, in main
    args.func(args)
  File "/home/jrodriguezri/.local/lib/python2.7/site-packages/itzi/itzi.py", line 94, in itzi_run
    sim.run()
  File "/home/jrodriguezri/.local/lib/python2.7/site-packages/itzi/simulation.py", line 145, in run
    self.report.end(self.sim_time)
  File "/home/jrodriguezri/.local/lib/python2.7/site-packages/itzi/simulation.py", line 234, in end
    self.register_results_in_gis()
  File "/home/jrodriguezri/.local/lib/python2.7/site-packages/itzi/simulation.py", line 304, in register_results_in_gis
    self.temporal_type)
  File "/home/jrodriguezri/.local/lib/python2.7/site-packages/itzi/gis.py", line 348, in register_maps_in_strds
    unit=r_unit)
  File "/usr/lib/grass70/etc/python/grass/temporal/register.py", line 497, in register_map_object_list
    file=filename, dbif=dbif)
  File "/usr/lib/grass70/etc/python/grass/temporal/register.py", line 279, in register_maps_in_space_time_dataset
    'id': map.get_map_id()})
  File "/usr/lib/grass70/etc/python/grass/pygrass/messages/__init__.py", line 269, in fatal
    raise FatalError(message)
grass.exceptions.FatalError: Unable to update raster map <Mexico_Hondon_wse_0000@MexicoDF>. The temporal types are different.

@lrntct lrntct added minor bug Something isn't working labels May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant