[GRASS-dev] [GRASS GIS] #3522: rename r.sentine.* and r.modis.* being part of imagery modules

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
-------------------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: task | Status: new
Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Keywords: modis, sentinel, rename | CPU: Unspecified
Platform: Unspecified |
-------------------------------------+-------------------------
In OSGeo Code Sprint 2018 has been decided that GRASS MODIS and Sentinel
Addons modules will be moved to imagery group. It means renaming

* r.modis* -> i.modis*
* r.sentinel* -> i.sentinel*

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

In [changeset:"72405" 72405]:
{{{
#!CommitTicketReference repository="" revision="72405"
rename r.sentinel -> i.sentinel (work in progress), see #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

In [changeset:"72406" 72406]:
{{{
#!CommitTicketReference repository="" revision="72406"
rename r.sentinel -> i.sentinel (work in progress), see #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

In [changeset:"72407" 72407]:
{{{
#!CommitTicketReference repository="" revision="72407"
rename r.sentinel -> i.sentinel (done), see #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:3&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

Done for sentinel:

https://grass.osgeo.org/grass74/manuals/addons/i.sentinel.import.html
https://grass.osgeo.org/grass74/manuals/addons/i.sentinel.import.html

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:4&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

In [changeset:"72409" 72409]:
{{{
#!CommitTicketReference repository="" revision="72409"
i.sentinel: fix fisrt keyword, see #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:5&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

In [changeset:"72410" 72410]:
{{{
#!CommitTicketReference repository="" revision="72410"
Add r.sentinel info to inform user that addons has been renamed, see #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:6&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentine.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by martinl):

For backward compatibility I added `raster/r.sentinel/Makefile` to inform
user about renaming. It works on Linux (compilation performed on client
machine) only

{{{
g.extension r.sentinel
WARNING: Extension <r.sentinel> already installed. Re-installing...
Fetching <r.sentinel> from GRASS GIS Addons repository (be patient)...
Compiling...
Makefile:2: *** Extension has been renamed to i.sentinel. Stop.
ERROR: Compilation failed, sorry. Please check above error messages.
}}}

we need to implement better logic for G7:g.extension.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:7&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentinel.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:8&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentinel.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: new
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------

Comment (by lucadelu):

In [changeset:"72415" 72415]:
{{{
#!CommitTicketReference repository="" revision="72415"
r.modis: renamed to i.modis, see #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:9&gt;
GRASS GIS <https://grass.osgeo.org>

#3522: rename r.sentinel.* and r.modis.* being part of imagery modules
--------------------------+-------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: task | Status: closed
  Priority: normal | Milestone: 7.2.3
Component: Addons | Version: unspecified
Resolution: fixed | Keywords: modis, sentinel, rename
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------------------
Changes (by martinl):

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

Comment:

In [changeset:"72439" 72439]:
{{{
#!CommitTicketReference repository="" revision="72439"
i.modis/i.sentinel: fix r.* leftovers, fix #3522
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3522#comment:10&gt;
GRASS GIS <https://grass.osgeo.org>