Re: [GRASS-dev] [GRASS GIS] #3577: Add rename and delete of Location and Mapset in Datacatalog

2020-06-15 Thread GRASS GIS
#3577: Add rename and delete of Location and Mapset in Datacatalog
-+-
  Reporter:  wenzeslaus  |  Owner:  grass-dev@…
  Type:  | Status:  reopened
  enhancement|
  Priority:  normal  |  Milestone:  8.0.0
 Component:  wxGUI   |Version:  unspecified
Resolution:  |   Keywords:  datacatalog, location, mapset,
   CPU:  |  rename, delete, move, remove, g.mapset
  Unspecified|   Platform:  Unspecified
-+-
Changes (by neteler):

 * status:  closed => reopened
 * resolution:  duplicate =>


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3577: Add rename and delete of Location and Mapset in Datacatalog

2020-06-15 Thread GRASS GIS
#3577: Add rename and delete of Location and Mapset in Datacatalog
-+-
  Reporter:  wenzeslaus  |  Owner:  grass-dev@…
  Type:  | Status:  closed
  enhancement|
  Priority:  normal  |  Milestone:  8.0.0
 Component:  wxGUI   |Version:  unspecified
Resolution:  migrated|   Keywords:  datacatalog, location, mapset,
  to GitHub  |  rename, delete, move, remove, g.mapset
   CPU:  |   Platform:  Unspecified
  Unspecified|
-+-
Changes (by neteler):

 * status:  reopened => closed
 * resolution:   => migrated to GitHub


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3577: Add rename and delete of Location and Mapset in Datacatalog

2020-06-15 Thread GRASS GIS
#3577: Add rename and delete of Location and Mapset in Datacatalog
-+-
  Reporter:  wenzeslaus  |  Owner:  grass-dev@…
  Type:  | Status:  closed
  enhancement|
  Priority:  normal  |  Milestone:  8.0.0
 Component:  wxGUI   |Version:  unspecified
Resolution:  duplicate   |   Keywords:  datacatalog, location, mapset,
   CPU:  |  rename, delete, move, remove, g.mapset
  Unspecified|   Platform:  Unspecified
-+-
Changes (by wenzeslaus):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 The initial issue migrated to !GitHub as Issue 710 with more details
 included. Closing.

 https://github.com/OSGeo/grass/issues/710

 Nikos Alexandris, jidanni, please open new separate issues on !GitHub if
 you are concerned with the CLI or documentation.

 //BTW, I used resolution "duplicate" which seems okay, but should we add
 "migrated" as a new resolution to Trac just to make clear for everybody
 which one to pick when closing a ticket here after opening a new issue on
 !GitHub? Or is duplicate clear enough?//

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] v.what.strds: timestamp column

2020-06-15 Thread Luca Delucchi
On Tue, 16 Jun 2020 at 00:08, Stefan Blumentrath
 wrote:
>
> Hei Martin,
>
Hi,

>
> What about:
>
> https://grass.osgeo.org/grass78/manuals/addons/v.what.strds.timestamp.html
>
> Written for the IRSAE course at Studenterhytta (Oslo, Norway), in order to 
> e.g. spatio-temporal match temperature timeseries and GPS-tracking data.
>

I used it successfully few months ago

>
> Cheers,
>
> Stefan
>

-- 
ciao
Luca

www.lucadelu.org
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] v.what.strds: timestamp column

2020-06-15 Thread Stefan Blumentrath
Hei Martin,

What about:
https://grass.osgeo.org/grass78/manuals/addons/v.what.strds.timestamp.html
Written for the IRSAE course at Studenterhytta (Oslo, Norway), in order to e.g. 
spatio-temporal match temperature timeseries and GPS-tracking data.

Cheers,
Stefan

From: grass-dev  On Behalf Of Veronica Andreo
Sent: mandag 15. juni 2020 22:50
To: Martin Landa 
Cc: GRASS developers list 
Subject: Re: [GRASS-dev] v.what.strds: timestamp column

Hi Martin,

Afaik, v.what.strds is just a wrapper for v.what.rast for all the maps in the 
raster time series. It does not consider the column time in the vector. Then 
there's t.vect.what.strds that uses a space-time vector data set (STVDS) to 
query a STRDS, but in my opinion to create a STVDS is a bit of a hassle (one 
vector map per date).

The only module that I'm aware of that takes a vector with dates to query a 
STRDS is Luca's add-on t.rast.what.aggr 
(https://grass.osgeo.org/grass78/manuals/addons/t.rast.what.aggr.html), but 
it's aim is to get aggregates before or after the dates provided in the vector.

HTH,
Vero

El lun., 15 jun. 2020 17:20, Martin Landa 
mailto:landa.mar...@gmail.com>> escribió:
Hi,

I am playing with `v.what.strds` in order to get space-time-related
nearest raster value information from strds based on given timestamp
stored in attribute table.

Input: vector map with timestamp column, eg:

cat|time
6|2020-01-08 03:00:00

Goal: get a single raster value from strds based on timestamp.

cat|time|value
6|2020-01-08 03:00:00|253

Instead of that v.what.strds returns a new column for each raster map
registered in strds.

cat|time|map_1,map_2,map_3
6|2020-01-08 03:00:00||253|

Is there any other tool which could do the job or should I modify
v.what.strds in order to solve this task? Eg.

v.what.strds time_column=time ...

Thanks for in advance, Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] v.what.strds: timestamp column

2020-06-15 Thread Veronica Andreo
Hi Martin,

Afaik, v.what.strds is just a wrapper for v.what.rast for all the maps in
the raster time series. It does not consider the column time in the vector.
Then there's t.vect.what.strds that uses a space-time vector data set
(STVDS) to query a STRDS, but in my opinion to create a STVDS is a bit of a
hassle (one vector map per date).

The only module that I'm aware of that takes a vector with dates to query a
STRDS is Luca's add-on t.rast.what.aggr (
https://grass.osgeo.org/grass78/manuals/addons/t.rast.what.aggr.html), but
it's aim is to get aggregates before or after the dates provided in the
vector.

HTH,
Vero

El lun., 15 jun. 2020 17:20, Martin Landa  escribió:

> Hi,
>
> I am playing with `v.what.strds` in order to get space-time-related
> nearest raster value information from strds based on given timestamp
> stored in attribute table.
>
> Input: vector map with timestamp column, eg:
>
> cat|time
> 6|2020-01-08 03:00:00
>
> Goal: get a single raster value from strds based on timestamp.
>
> cat|time|value
> 6|2020-01-08 03:00:00|253
>
> Instead of that v.what.strds returns a new column for each raster map
> registered in strds.
>
> cat|time|map_1,map_2,map_3
> 6|2020-01-08 03:00:00||253|
>
> Is there any other tool which could do the job or should I modify
> v.what.strds in order to solve this task? Eg.
>
> v.what.strds time_column=time ...
>
> Thanks for in advance, Martin
>
> --
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] v.what.strds: timestamp column

2020-06-15 Thread Martin Landa
Hi,

I am playing with `v.what.strds` in order to get space-time-related
nearest raster value information from strds based on given timestamp
stored in attribute table.

Input: vector map with timestamp column, eg:

cat|time
6|2020-01-08 03:00:00

Goal: get a single raster value from strds based on timestamp.

cat|time|value
6|2020-01-08 03:00:00|253

Instead of that v.what.strds returns a new column for each raster map
registered in strds.

cat|time|map_1,map_2,map_3
6|2020-01-08 03:00:00||253|

Is there any other tool which could do the job or should I modify
v.what.strds in order to solve this task? Eg.

v.what.strds time_column=time ...

Thanks for in advance, Martin

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev