1
1
2
+ - [ MODIStsp
3
+ <img src =' man/figures/logo.png ' align =" right " height =" 139 " />] ( #modistsp )
4
+ - [ Citation] ( #citation )
5
+ - [ Website] ( #website )
6
+ - [ Important News \! ] ( #important-news )
7
+ - [ Problems and Issues] ( #problems-and-issues )
8
+ - [ <i class =" fa fa-desktop " aria-hidden =" true " ></i > System
9
+ Requirements] ( #system-requirements )
10
+ - [ Installation Instructions] ( #installation-instructions )
11
+ - [ <i class =" fa fa-windows " aria-hidden =" true " ></i > Installing on
12
+ Windows] ( #installing-on-windows )
13
+ - [ <i class =" fa fa-linux " aria-hidden =" true " ></i > Installing on
14
+ Linux Systems] ( #installing-on-linux-systems )
15
+ - [ <i class =" fa fa-apple " aria-hidden =" true " ></i > Installing on
16
+ Mac] ( #installing-on-mac )
17
+ - [ Usage] ( #usage )
18
+ - [ Code of Conduct] ( #code-of-conduct )
19
+
2
20
[ ![ ] ( https://www.r-pkg.org/badges/version-ago/MODIStsp )] ( https://cran.r-project.org/package=MODIStsp )
3
- [ ![ ] ( http ://cranlogs.r-pkg.org/badges/MODIStsp)] ( https://cran.r-project.org/package=MODIStsp )
21
+ [ ![ ] ( https ://cranlogs.r-pkg.org/badges/MODIStsp)] ( https://cran.r-project.org/package=MODIStsp )
4
22
[ ![ Travis-CI Build
5
23
Status] ( https://travis-ci.org/ropensci/MODIStsp.svg?branch=master )] ( https://travis-ci.org/ropensci/MODIStsp )
6
24
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1972039.svg )] ( https://doi.org/10.5281/zenodo.1972039 )
7
25
[ ![ Coverage
8
- Status] ( http ://img.shields.io/codecov/c/github/ropensci/MODIStsp/master.svg)] ( http ://codecov.io/github/ropensci/MODIStsp?branch=master)
9
- [ ![ ] ( http ://badges.ropensci.org/184_status.svg)] ( https://github.com/ropensci/onboarding/issues/184 )
26
+ Status] ( https ://img.shields.io/codecov/c/github/ropensci/MODIStsp/master.svg)] ( https ://codecov.io/github/ropensci/MODIStsp?branch=master)
27
+ [ ![ ] ( https ://badges.ropensci.org/184_status.svg)] ( https://github.com/ropensci/onboarding/issues/184 )
10
28
11
29
# MODIStsp <img src =' man/figures/logo.png ' align =" right " height =" 139 " />
12
30
13
- [ MODIStsp] ( http ://docs.ropensci.org/MODIStsp/) is a “R” package devoted
14
- to automatizing the creation of time series of rasters derived from
15
- MODIS Land Products data. MODIStsp allows to perform several
16
- preprocessing steps (e.g., download, mosaicing, reprojection and resize)
17
- on MODIS data available within a given time period. Users have the
18
- ability to select which specific layers of the original MODIS HDF files
19
- they want to process. They also can select which additional Quality
20
- Indicators should be extracted from the aggregated MODIS Quality
31
+ \= ======== [ MODIStsp] ( https ://docs.ropensci.org/MODIStsp/) is a “R”
32
+ package devoted to automatizing the creation of time series of rasters
33
+ derived from MODIS Land Products data. MODIStsp allows to perform
34
+ several preprocessing steps (e.g., download, mosaicing, reprojection and
35
+ resize) on MODIS data available within a given time period. Users have
36
+ the ability to select which specific layers of the original MODIS HDF
37
+ files they want to process. They also can select which additional
38
+ Quality Indicators should be extracted from the aggregated MODIS Quality
21
39
Assurance layers and, in the case of Surface Reflectance products, which
22
40
Spectral Indexes should be computed from the original reflectance bands.
23
41
For each output layer, outputs are saved as single-band raster files
@@ -52,10 +70,15 @@ Geosciences, Volume 97, Pages 40-48, ISSN 0098-3004,
52
70
53
71
For more information, documentation and examples of use, ** see also the
54
72
MODIStsp website at
55
- [ docs.ropensci.org/MODIStsp] ( http ://docs.ropensci.org/MODIStsp/) **
73
+ [ docs.ropensci.org/MODIStsp] ( https ://docs.ropensci.org/MODIStsp/) **
56
74
57
75
## Important News \!
58
76
77
+ - 09/05/2020 - MODIStsp 1.4.0 is out. Switches to use of GDAL3/PROJ6
78
+ WKTs for projection representation and usage of ` sf ` for all
79
+ internal work on vector data. Adds support for products MCD19A1 and
80
+ MCD19A2 products.
81
+
59
82
- 07/06/2019 - MODIStsp 1.3.9 is out. Fixes a bug causing crashes on
60
83
MOD14A1 product, adds support for product MCD12Q2 and removes
61
84
support for no longer available version 5 of some products.
@@ -105,15 +128,15 @@ MODIStsp website at
105
128
106
129
- 25/07/2017 - As of today, ** most of the content related to MODIStsp
107
130
has been moved to our new website at
108
- [ docs.ropensci.org/MODIStsp] ( http ://docs.ropensci.org/MODIStsp/)
131
+ [ docs.ropensci.org/MODIStsp] ( https ://docs.ropensci.org/MODIStsp/)
109
132
** , which provides a much better user interface and ease of access
110
133
to MODIStsp-related information. From now on, please ** consult the
111
134
new website for detailed and updated information on the package** .
112
135
113
136
- Also our previous FAQ page on github containing info for solving
114
137
common installation, downloading and processing problems and issues
115
138
was discontinued and ** migrated at
116
- [ docs.ropensci.org/MODIStsp/articles/faq.html] ( http ://docs.ropensci.org/MODIStsp/articles/faq.html) ** .
139
+ [ docs.ropensci.org/MODIStsp/articles/faq.html] ( https ://docs.ropensci.org/MODIStsp/articles/faq.html) ** .
117
140
118
141
## Problems and Issues
119
142
@@ -125,9 +148,9 @@ MODIStsp website at
125
148
126
149
` MODIStsp ` requires [ R] ( https://cran.r-project.org ) v \> = 3.2.1 and
127
150
[ GDAL] ( http://www.gdal.org ) (Geospatial Data Abstraction Library) v \> =
128
- 1.11.1 ** with support for HDF4 raster format** to be installed in your
151
+ 2.3 ** with support for HDF4 raster format** to be installed in your
129
152
system. Brief instructions for installing R and GDAL can be found
130
- [ HERE] ( http ://docs.ropensci.org/MODIStsp/articles/installation.html#installing-r-and-gdal) .
153
+ [ HERE] ( https ://docs.ropensci.org/MODIStsp/articles/installation.html#installing-r-and-gdal) .
131
154
132
155
-----
133
156
@@ -170,8 +193,7 @@ session from RStudio “Session” menu), reload RStudio and the try to
170
193
reload ` gWidgetsRGtk2 ` . If it loads correctly, you should be ready to
171
194
go.
172
195
173
- If it still fails, try downloading the GTK+ bundle
174
- from:
196
+ If it still fails, try downloading the GTK+ bundle from:
175
197
176
198
< http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip >
177
199
(OR
@@ -184,8 +206,7 @@ Files\\GTK+`), then add the path to its “bin” subfolder (e.g.,
184
206
variable.
185
207
186
208
Restart your system and try loading again ` gWidgetsRGtk2 ` : if it loads
187
- ok, you should be ready to install
188
- ` MODIStsp `
209
+ ok, you should be ready to install ` MODIStsp `
189
210
190
211
## <i class =" fa fa-linux " aria-hidden =" true " ></i > Installing on Linux Systems
191
212
@@ -198,16 +219,14 @@ required dependencies:
198
219
- ` GDAL ` \> = 1.6.3, ` PROJ.4 ` \> = 4.4.9 (required by package ` rgdal ` )
199
220
200
221
On * Debian and Ubuntu-based* systems, to install those packages open a
201
- terminal and
202
- type:
222
+ terminal and type:
203
223
204
224
``` bash
205
225
sudo apt-get install r-cran-cairodevice r-cran-rgtk2 libcairo2-dev libatk1.0-dev libpango1.0-dev
206
226
libgtk2.0-dev libglib2.0-dev libcurl4-openssl-dev libgdal-dev libproj-dev
207
227
```
208
228
209
- On * rpm-base systems* , to install packages open a terminal and
210
- type:
229
+ On * rpm-base systems* , to install packages open a terminal and type:
211
230
212
231
``` bash
213
232
sudo yum install libcairo2-devel libatk1.0-devel libpango1.0-devel gtk2 gtk2-devel
@@ -258,8 +277,7 @@ Sierra.
258
277
259
278
Install homebrew if you do not have it already installed. homebrew is a
260
279
very convenient package manager for macOS. To do so, open a terminal,
261
- copy the following command in it and hit
262
- Enter:
280
+ copy the following command in it and hit Enter:
263
281
264
282
``` bash
265
283
~ $ /usr/bin/ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) "
@@ -329,8 +347,7 @@ emacs. Now install the library using:
329
347
330
348
<br >
331
349
332
- ** 4. Update your path** so that ` gtk+ ` is recognized,
333
- using:
350
+ ** 4. Update your path** so that ` gtk+ ` is recognized, using:
334
351
335
352
``` bash
336
353
~ $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib/pkgconfig/gtk+-2.0.pc:/opt/X11/lib/pkgconfig
@@ -343,9 +360,9 @@ using:
343
360
- ** Download the newest source file for RGtk2** from
344
361
< https://CRAN.R-project.org/package=gWidgetsRGtk2 > .
345
362
346
- - Assuming that the path to this file is ~ /Downloads. Run the
363
+ - Assuming that the path to this file is \ ~ /Downloads. Run the
347
364
following in terminal (change the path if you did not download in
348
- ~ /Downloads):
365
+ \ ~ /Downloads):
349
366
350
367
<!-- end list -->
351
368
@@ -400,7 +417,7 @@ MODIStsp()
400
417
This ** opens a GUI** from which processing options can be specified (and
401
418
eventually saved or loaded). After specifying all required parameters,
402
419
clicking on “Start” will start the processing (see
403
- [ HERE] ( http ://docs.ropensci.org/MODIStsp/articles/interactive_execution.html)
420
+ [ HERE] ( https ://docs.ropensci.org/MODIStsp/articles/interactive_execution.html)
404
421
for more detailed instructions).
405
422
406
423
` MODIStsp ` can also be launched in non-interactive mode within an ` R `
@@ -419,14 +436,13 @@ MODIStsp(gui = FALSE, options_file = options_file)
419
436
```
420
437
421
438
(see
422
- [ HERE] ( http ://docs.ropensci.org/MODIStsp/articles/noninteractive_execution.html)
439
+ [ HERE] ( https ://docs.ropensci.org/MODIStsp/articles/noninteractive_execution.html)
423
440
for more detailed instructions and examples).
424
441
425
442
# Code of Conduct
426
443
427
444
Please note that this project is released with a [ Contributor Code of
428
445
Conduct] ( https://github.com/ropensci/MODIStsp/blob/master/CONDUCT.md ) .
429
- By participating in this project you agree to abide by its
430
- terms.
446
+ By participating in this project you agree to abide by its terms.
431
447
432
- [ ![ ropensci\_ footer] ( http ://ropensci.org/public_images/github_footer.png)] ( https://ropensci.org )
448
+ [ ![ ropensci\_ footer] ( https ://ropensci.org/public_images/github_footer.png)] ( https://ropensci.org )
0 commit comments