Skip to content

Commit

Permalink
temporal: Update dataset_factory file header
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 27, 2024
1 parent e52e568 commit eb1a788
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions python/grass/temporal/factory.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
"""
Object factory
Usage:
.. code-block:: python
import grass.temporal as tgis
tgis.register_maps_in_space_time_dataset(type, name, maps)
(C) 2012-2013 by the GRASS Development Team
(C) 2012-2024 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
:authors: Soeren Gebbert
:authors: Soeren Gebbert, Edouard Choinière
"""

from __future__ import annotations
Expand Down

0 comments on commit eb1a788

Please sign in to comment.