Opened 7 years ago
Closed 7 years ago
#3522 closed task (fixed)
rename r.sentinel.* and r.modis.* being part of imagery modules
Reported by: | martinl | Owned by: | |
---|---|---|---|
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 , 7 years ago
comment:7 by , 7 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 , 7 years ago
Summary: | rename r.sentine.* and r.modis.* being part of imagery modules → rename r.sentinel.* and r.modis.* being part of imagery modules |
---|
Note:
See TracTickets
for help on using tickets.
In 72405: