Re: [GRASS-dev] problem initializing temporal gis

2014-07-11 Thread Luca Delucchi
On 28 June 2014 12:32, Sören Gebbert wrote: > Hi Luca, > Hi Soeren, > > Yes, it is possible to add any amount of fields in the future. Older > databases must then be updated to support the new fields, otherwise > the updated framework will not work with them. > ok, so maybe it is better to coll

Re: [GRASS-dev] problem initializing temporal gis

2014-06-28 Thread Sören Gebbert
Hi Luca, 2014-06-27 15:08 GMT+02:00 Luca Delucchi : > On 24 June 2014 17:10, Sören Gebbert wrote: >> Hi Luca, > > Hi Soeren, > >> there is no dedicated field for unit specification. You can use the >> description, or maybe better, the semantic field in the base >> information object: >> >> {{{ >>

Re: [GRASS-dev] problem initializing temporal gis

2014-06-27 Thread Luca Delucchi
On 24 June 2014 17:10, Sören Gebbert wrote: > Hi Luca, Hi Soeren, > there is no dedicated field for unit specification. You can use the > description, or maybe better, the semantic field in the base > information object: > > {{{ import grass.temporal as tgis tgis.init() stds = tgi

Re: [GRASS-dev] problem initializing temporal gis

2014-06-24 Thread Sören Gebbert
Hi Luca, there is no dedicated field for unit specification. You can use the description, or maybe better, the semantic field in the base information object: {{{ >>> import grass.temporal as tgis >>> tgis.init() >>> stds = tgis.SpaceTimeRasterDataset("a@PERMANENT") >>> stds.base.set_semantic_type(

Re: [GRASS-dev] problem initializing temporal gis

2014-06-24 Thread Luca Delucchi
On 24 June 2014 13:05, Sören Gebbert wrote: > Hi Luca, > please call > > tgis.init() > > before any temporal operation is performed. > thanks it fix the problem. Is any information about the unit of values of temporal dataset (as millimeter for precipitation or Celsius for temperature) ? > Best

Re: [GRASS-dev] problem initializing temporal gis

2014-06-24 Thread Sören Gebbert
Hi Luca, please call tgis.init() before any temporal operation is performed. Best regards Soeren 2014-06-24 10:51 GMT+02:00 Luca Delucchi : > Hi everybody, > > if I run python inside a GRASS session and after try to connect to the > database I obtain an error > import grass.temporal as tgi