Re: [GRASS-user] GRASS Environment Variables

2017-04-05 Thread Andres Solarte
rminal it executes with no errors. I will stick to using > terminal. PyCharm is limiting. > > > > > Kind Regards, > > *Joseph Kariuki* > > *Geospatial Engineer** | **GIS / Web Developer* > > On Wed, Apr 5, 2017 at 2:12 AM, Andres Solarte < > e.andres

Re: [GRASS-user] GRASS Environment Variables

2017-04-04 Thread Andres Solarte
Hello Joseph, This is the way I work with grass from python: #!/usr/bin/env python # -*- coding: utf-8 -*- import os import sys #1. Define function def conectar(location,mapset): # path to the GRASS GIS launch script grass7bin = '/usr/bin/grass72' # Set GISDBASE environment variable gisdb =

Re: [GRASS-user] t.register syntax

2017-03-22 Thread Andres Solarte
try this command t.register -i input=blocked_h maps=`g.list raster pattern=blocked_h_* separator=comma` type=raster start="2013-11-15" increment="1 days" 2017-03-22 20:25 GMT-03:00 Sören Gebbert : > Use the comma separator option for g.list since a comma separated

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-22 Thread Andres Solarte
esis" semantictype="mean" | # 2017-03-22 15:58:40 | t.register -i type="raster" input="ndvi_andres" | maps="prueba_andres1,prueba_andres2,prueba_andres3,prueba_andres4,prueba_andres5" | start="2015-09-07" increment="1 days" --o | +---

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-22 Thread Andres Solarte
2017 at 3:13 PM, Andres Solarte > <e.andres.solar...@gmail.com> wrote: > > Hello, > > > > I changed the debug level as Markus suggested > > > > g.gisenv set=DEBUG=1 > > > > this is the result > > good, we are getting closer...: > > >

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-21 Thread Andres Solarte
3:00 Moritz Lennert <mlenn...@club.worldonline.be>: > > > Le 21 mars 2017 04:38:11 GMT+01:00, Andres Solarte < > e.andres.solar...@gmail.com> a écrit : > >Ok, but I changed the language on ubuntu. It solved the problem. > > Yes. Could you change it back to wha

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-20 Thread Andres Solarte
Ok, but I changed the language on ubuntu. It solved the problem. Enviado desde mi smartphone BlackBerry 10.   Mensaje original   De: Markus Neteler Enviado: lunes, 20 de marzo de 2017 23:24 Para: Moritz Lennert CC: grass-user@lists.osgeo.org Asunto: Re: [GRASS-user] GRASS, ordinal not in

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-18 Thread Andres Solarte
Hello Markus, the first suggestion solved the problem thank you so much, now it works :) Gracias Vero también a vos!!! Regards, Andrés. 2017-03-17 16:37 GMT-03:00 Markus Neteler <nete...@osgeo.org>: > Hi, > > On Wed, Mar 15, 2017 at 12:59 PM, Andres Solarte > <e.andr

Re: [GRASS-user] batch job

2017-03-16 Thread Andres Solarte
Hello Carmine, what I do is create a script (connect.py) to start session as follows: # -*- coding: utf-8 -*- import os import sys def launch(location,mapset,db): # path to the GRASS GIS launch script grass7bin = '/usr/bin/grass72' # Set GISDBASE environment variable os.environ['GISDBASE'] =

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-15 Thread Andres Solarte
> Registering maps in the space time dataset... > Updating space time dataset... > 100% > > all fine... > > Is there anything special with those maps you use, i.e: which processing > have they gone through? > Maybe you could put them in a dropbox and share so someone el

Re: [GRASS-user] GRASS, ordinal not in range(128)

2017-03-12 Thread Andres Solarte
Hello Markus I'm working on Ubuntu 14.04 and the path is /home/andres/Escritorio/pruebas Regards 2017-03-12 7:08 GMT-03:00 Markus Neteler <nete...@osgeo.org>: > On Sat, Mar 11, 2017 at 9:49 PM, Andres Solarte > <e.andres.solar...@gmail.com> wrote: > > Hello, I'm tryi

[GRASS-user] GRASS, ordinal not in range(128)

2017-03-11 Thread Andres Solarte
Hello, I'm trying to work with temporal series using GRASS GIS, but when I try to register maps an error occurs: Reuniendo información del mapa... ERROR: ascii,Definir tiempo absoluto válido para mapa <,25,26,ordinal not in range(128) I have five maps: MODIS_2015250_h12v12