#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
#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
}}}
#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.