Displaying 8 results from an estimated 8 matches for "250m_16_days_vi_quality".
2017 Jun 23
0
MODISTools Help
....date)
firstobs$end.date <- dmy(firstobs$end.date)
firstobs$start.date <- firstobs[,2] - as.difftime(14, unit='days') ###time frame now spands two weeks
###define parameters
product <- "MOD13Q1"
bands <- c('250m_16_days_EVI', '250m_16_days_NDVI', '250m_16_days_VI_Quality')
pixel <- c(0,0)
###define data
period <- data.frame(lat=firstobs$lat, long=firstobs$long, start.date =firstobs$start.date, end.date = firstobs$end.date, id=firstobs$id)
###MODISSubsets
MODISSubsets(LoadDat = period, Products = product, Bands=bands, Size=pixel, SaveDir='.', St...
2017 Jun 22
1
MODISTools Help
...ntrol band I keep getting the warning message:
>>>
>>> Warning in MODISSummaries(LoadDat = period, FileSep = ",", Product = "MOD13Q1", :
>>> Only single data point that passed the quality screen: cannot summarise
>>>
>>> When using ?250m_16_days_VI_Quality? as my quality control band I keep getting the warning message:
>>>
>>> Error in QualityCheck(Data = band.time.series, QualityScores = QA.time.series, :
>>> QualityScores not all in range of MOD13Q1's QC: 0-3
>>>
>>> I seem to get this message with...
2017 Jun 23
1
MODISTools Help
...e <- dmy(firstobs$end.date)
> firstobs$start.date <- firstobs[,2] - as.difftime(14, unit='days') ###time frame now spands two weeks
>
> ###define parameters
> product <- "MOD13Q1"
> bands <- c('250m_16_days_EVI', '250m_16_days_NDVI', '250m_16_days_VI_Quality')
> pixel <- c(0,0)
>
> ###define data
> period <- data.frame(lat=firstobs$lat, long=firstobs$long, start.date =firstobs$start.date, end.date = firstobs$end.date, id=firstobs$id)
>
>
> ###MODISSubsets
> MODISSubsets(LoadDat = period, Products = product, Bands=bands...
2017 Jun 22
2
MODISTools help - with reproducible examples
..., when using ?250m_16_days_pixel_reliability? as my quality control band I keep getting the warning message:
Warning in MODISSummaries(LoadDat = period, FileSep = ",", Product = "MOD13Q1", :
Only single data point that passed the quality screen: cannot summarise
When using ?250m_16_days_VI_Quality? as my quality control band I keep getting the warning message:
Error in QualityCheck(Data = band.time.series, QualityScores = QA.time.series, :
QualityScores not all in range of MOD13Q1's QC: 0-3
I seem to get this message with all subsets of my data (I have tried running all of my data...
2017 Jun 22
3
MODISTools Help
..., when using ?250m_16_days_pixel_reliability? as my quality control band I keep getting the warning message:
Warning in MODISSummaries(LoadDat = period, FileSep = ",", Product = "MOD13Q1", :
Only single data point that passed the quality screen: cannot summarise
When using ?250m_16_days_VI_Quality? as my quality control band I keep getting the warning message:
Error in QualityCheck(Data = band.time.series, QualityScores = QA.time.series, :
QualityScores not all in range of MOD13Q1's QC: 0-3
I seem to get this message with all subsets of my data (I have tried running all of my data...
2017 Jun 23
0
MODISTools help - with reproducible examples
...ys_pixel_reliability? as my quality control band I keep getting the warning message:
>
> Warning in MODISSummaries(LoadDat = period, FileSep = ",", Product = "MOD13Q1", :
> Only single data point that passed the quality screen: cannot summarise
>
> When using ?250m_16_days_VI_Quality? as my quality control band I keep getting the warning message:
>
> Error in QualityCheck(Data = band.time.series, QualityScores = QA.time.series, :
> QualityScores not all in range of MOD13Q1's QC: 0-3
>
> I seem to get this message with all subsets of my data (I have trie...
2017 Jun 23
2
MODISTools help - with reproducible examples
...y? as my quality control band I keep getting the warning message:
>>
>> Warning in MODISSummaries(LoadDat = period, FileSep = ",", Product = "MOD13Q1", :
>> Only single data point that passed the quality screen: cannot summarise
>>
>> When using ?250m_16_days_VI_Quality? as my quality control band I keep getting the warning message:
>>
>> Error in QualityCheck(Data = band.time.series, QualityScores = QA.time.series, :
>> QualityScores not all in range of MOD13Q1's QC: 0-3
>>
>> I seem to get this message with all subsets of m...
2017 Jun 23
0
MODISTools help - with reproducible examples
...d I keep getting the warning message:
>>>
>>> Warning in MODISSummaries(LoadDat = period, FileSep = ",", Product =
>"MOD13Q1", :
>>> Only single data point that passed the quality screen: cannot
>summarise
>>>
>>> When using ?250m_16_days_VI_Quality? as my quality control band I
>keep getting the warning message:
>>>
>>> Error in QualityCheck(Data = band.time.series, QualityScores =
>QA.time.series, :
>>> QualityScores not all in range of MOD13Q1's QC: 0-3
>>>
>>> I seem to get this m...