Soeren Gebbert a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
..
Makefile 047fa04d74 Added temporal raster and 3D raster algebra classes and tests %!s(int64=11) %!d(string=hai) anos
__init__.py 047fa04d74 Added temporal raster and 3D raster algebra classes and tests %!s(int64=11) %!d(string=hai) anos
abstract_dataset.py d94771e8db Modifications are: %!s(int64=11) %!d(string=hai) anos
abstract_map_dataset.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
abstract_space_time_dataset.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
aggregation.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
base.py 2976e0373b Better performance of tgis.init() and code cleanup. Reduced number of external module calls. %!s(int64=11) %!d(string=hai) anos
c_libraries_interface.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
core.py 0e3e444b11 Better error message in case the temporal database version is outdated. %!s(int64=11) %!d(string=hai) anos
datetime_math.py d94771e8db Modifications are: %!s(int64=11) %!d(string=hai) anos
extract.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
factory.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
gui_support.py 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) %!s(int64=11) %!d(string=hai) anos
list_stds.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
mapcalc.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
metadata.py d94771e8db Modifications are: %!s(int64=11) %!d(string=hai) anos
open_stds.py 047fa04d74 Added temporal raster and 3D raster algebra classes and tests %!s(int64=11) %!d(string=hai) anos
pythontemporallib.dox ce1c9a7a55 Do not create PyGRASS module instances at import time. %!s(int64=11) %!d(string=hai) anos
register.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
sampling.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
space_time_datasets.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
spatial_extent.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
spatial_topology_dataset_connector.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
spatio_temporal_relationships.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
stds_export.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
stds_import.py c1f701a86c Added flag to set the computational region after import of raster maps. %!s(int64=11) %!d(string=hai) anos
temporal_algebra.py 6c3e61f6a1 Fixed several bugs in raster algebra. Added removing of empty maps. %!s(int64=11) %!d(string=hai) anos
temporal_extent.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
temporal_granularity.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
temporal_raster3d_algebra.py 6c3e61f6a1 Fixed several bugs in raster algebra. Added removing of empty maps. %!s(int64=11) %!d(string=hai) anos
temporal_raster_algebra.py 6c3e61f6a1 Fixed several bugs in raster algebra. Added removing of empty maps. %!s(int64=11) %!d(string=hai) anos
temporal_raster_base_algebra.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
temporal_raster_operator.py 047fa04d74 Added temporal raster and 3D raster algebra classes and tests %!s(int64=11) %!d(string=hai) anos
temporal_topology_dataset_connector.py 9a2d07b88b Using the PyGRASS message interface for all API functions. %!s(int64=11) %!d(string=hai) anos
temporal_vector_algebra.py 047fa04d74 Added temporal raster and 3D raster algebra classes and tests %!s(int64=11) %!d(string=hai) anos
temporal_vector_operator.py 1755b6b243 Added modified temporal vector algebra code from GSoC 2013 student Thomas Leppelt. %!s(int64=11) %!d(string=hai) anos
unit_tests.py f88a2b1ba0 Created separate rtree ctypes interface, so that the rtree %!s(int64=11) %!d(string=hai) anos
unittests_register.py c2f63f94b7 Better exit handling of messenger and C-interface subprocesses %!s(int64=11) %!d(string=hai) anos
unittests_temporal_raster3d_algebra.py 047fa04d74 Added temporal raster and 3D raster algebra classes and tests %!s(int64=11) %!d(string=hai) anos
unittests_temporal_raster_algebra.py a4573c56f8 Backport of grass71 bugfixes: correct return value catching in parallel module runs, mapset ordered listing of STDS, API renaming, test updates %!s(int64=11) %!d(string=hai) anos
univar_statistics.py c24f99f914 Fix for https://trac.osgeo.org/grass/ticket/2264 and https://trac.osgeo.org/grass/ticket/2264 %!s(int64=11) %!d(string=hai) anos