Opened 6 years ago

Closed 6 years ago

#3522 closed task (fixed)

rename r.sentinel.* and r.modis.* being part of imagery modules

Reported by: martinl Owned by: grass-dev@…
Priority: normal Milestone: 7.2.3
Component: Addons Version: unspecified
Keywords: modis, sentinel, rename Cc:
CPU: Unspecified Platform: Unspecified

Description

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*

Change History (10)

comment:1 by martinl, 6 years ago

In 72405:

rename r.sentinel -> i.sentinel (work in progress), see #3522

comment:2 by martinl, 6 years ago

In 72406:

rename r.sentinel -> i.sentinel (work in progress), see #3522

comment:3 by martinl, 6 years ago

In 72407:

rename r.sentinel -> i.sentinel (done), see #3522

comment:5 by martinl, 6 years ago

In 72409:

i.sentinel: fix fisrt keyword, see #3522

comment:6 by martinl, 6 years ago

In 72410:

Add r.sentinel info to inform user that addons has been renamed, see #3522

(see r72411 for fix)

Last edited 6 years ago by martinl (previous) (diff)

comment:7 by martinl, 6 years ago

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.

comment:8 by martinl, 6 years ago

Summary: rename r.sentine.* and r.modis.* being part of imagery modulesrename r.sentinel.* and r.modis.* being part of imagery modules

comment:9 by lucadelu, 6 years ago

In 72415:

r.modis: renamed to i.modis, see #3522

comment:10 by martinl, 6 years ago

Resolution: fixed
Status: newclosed

In 72439:

i.modis/i.sentinel: fix r.* leftovers, fix #3522

Note: See TracTickets for help on using tickets.