Description Usage Arguments Details Author(s) References Examples
visEarthPole is an usecase interface to the Global Imagery Browse Services - GIBS Basically the projection at the South Pole is EPSG 3031 and somehow a perfect test implementation of proj4leaflet. It is up to now VERY basic and just demonstrate the possibilities of using it along with mapview.
1 | visEarthPole(dateString="2011-10-04", layerList=c(12,10,11),groupList=NULL,scale=scale500,zoom=5)
|
dateString |
a date in the convienient format "2011-10-04". Basically the retrieve of non existing time slots is corrected to the next existing. |
layerList |
default is (12,10,11). You will find 32 layers to choose. See Details for more info |
groupList |
default = "500" there are two more "250" and "1000" predifined group list according to the resolution of the data . if you choose "burst" you will get all layers. |
scale |
set scale groups according to the resolution will be removed options are "scale250","scale500" "scale1000". |
zoom |
set zoom level maximum is 5 |
Layerlisting for details pleas look at https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+Available+Imagery+Products
[1] "AMSR2_Sea_Ice_Concentration_12km"
[2] "AMSR2_Sea_Ice_Concentration_25km"
[3] "AMSR2_Sea_Ice_Brightness_Temp_6km_89H"
[4] "AMSR2_Sea_Ice_Brightness_Temp_6km_89V"
[5] "AMSRE_Sea_Ice_Concentration_12km"
[6] "AMSRE_Snow_Depth_Over_Ice"
[7] "AMSRE_Sea_Ice_Concentration_25km"
[8] "AMSRE_Sea_Ice_Brightness_Temp_89H"
[9] "AMSRE_Sea_Ice_Brightness_Temp_89V"
[10] "BlueMarble_NextGeneration"
[11] "BlueMarble_ShadedRelief"
[12] "BlueMarble_ShadedRelief_Bathymetry"
[13] "Coastlines"
[14] "Graticule"
[15] "MODIS_Terra_Snow_Cover"
[16] "MODIS_Terra_Sea_Ice"
[17] "MODIS_Terra_Brightness_Temp_Band31_Day"
[18] "MODIS_Terra_Brightness_Temp_Band31_Night"
[19] "MODIS_Terra_CorrectedReflectance_TrueColor"
[20] "MODIS_Terra_CorrectedReflectance_Bands367"
[21] "MODIS_Terra_CorrectedReflectance_Bands721"
[22] "MODIS_Aqua_Snow_Cover"
[23] "MODIS_Aqua_Sea_Ice"
[24] "MODIS_Aqua_Brightness_Temp_Band31_Day"
[25] "MODIS_Aqua_Brightness_Temp_Band31_Night"
[26] "MODIS_Aqua_CorrectedReflectance_TrueColor"
[27] "MODIS_Aqua_CorrectedReflectance_Bands721"
[28] "SCAR_Land_Mask"
[29] "SCAR_Land_Water_Map
"
[30] "VIIRS_SNPP_CorrectedReflectance_TrueColor"
[31] "VIIRS_SNPP_CorrectedReflectance_BandsM11-I2-I1"
[32] "VIIRS_SNPP_CorrectedReflectance_BandsM3-I3-M11"
Chris Reudenbach
https://wiki.earthdata.nasa.gov/display/GIBS/Global+Imagery+Browse+Services+-+GIBS
https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+Available+Imagery+Products
http://map1.vis.earthdata.nasa.gov/twms-antarctic/twms.cgi?request=GetTileService
https://github.com/kartena/Proj4Leaflet
1 2 3 4 5 | ## Not run:
visEarthPole(groupList="1000",dateString="2014-02-04")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.