Returns a static or animated satellite image for a given location.
Response formats include GIF and PNG.
satellite requests follow may follow either of the following formats:
GET http://api.wunderground.com/api/Your_Key/feature/image.format?params
or
GET http://api.wunderground.com/api/Your_Key/feature/q/query.format?params
In the first format, you specify the geographical location of the image via the params options. In the second format, you may specify the location of the image by using the standard API location query format. If you use this second format, then you may override the location query via the position-oriented params options. For example, you may specify a city via query, but append a radius option to expand the scope of the image.
satellite (single frame) or animatedsatellite (6-frame animation by default; must be gif format)gif or pngOutput formatThere are two ways to specify a satellite location via the params options:
minlat, maxlat, minlon, and maxlonlat, lon, and radiusThe location-oriented options above will override any location set via query.
-90.0 to 90.0Minimum latitude bounds-90.0 to 90.0Maximum latitude bounds-180.0 to 180.0Minimum longitude bounds-180.0 to 180.0Maximum longitude bounds-90.0 to 90.0Center latitude-180.0 to 180.0Center longitudenm (default), or km Radius units: nautical miles or kilometers.sat_ir4, sat_ir4_bottom (default), sat_vis, or sat_vis_bottom
sat_ir4 | infrared satellite |
sat_ir4_bottom | infrared satellite with logo positioned at the bottom |
sat_vis | visible satellite |
sat_vis_bottom | visible satellite with logo positioned at the bottom |
0 (default) to 255
Ground temperature threshhold. Level to cutoff and leave transparent. 107 is
a reasonable value to show clouds but hide land.
0 (default), or 1Transparent image (default) or show basemap.0 (default), or 1Show country and state borders on top of weather data0 (default), or 1Smooth the colors.ll (default) or meLat/lon projection or Mercator projection0 (default) to 7Which frame to display: 0 is most current, 1 is the previous, moving back through time.1 (default) to 8Number of frames in the animation
format must be gif for animationsfeature must be animatedsattelite for animations25 (default) to 100The duration of a satellite frame in an animation, in hundredths of a second.0 (default) or 1Display the time of the satellite frame.0 (default) to image widthPixels from left.0 (default) to image heightPixels from top.Note: replace {{key}} with Your_Key
http://api.wunderground.com/api/Your_Key/satellite/image.gif?maxlat=42.35&maxlon=-109.311&minlat=39.27&minlon=-114.644&width=600&height=480&key=sat_vis&basemap=1
http://api.wunderground.com/api/Your_Key/satellite/image.gif?lat=38&lon=-96.4&radius=100&width=280&height=280&key=sat_ir4_bottom&basemap=1
http://api.wunderground.com/api/Your_Key/satellite/q/KS/Topeka.gif?width=280&height=280&basemap=1
http://api.wunderground.com/api/Your_Key/animatedsatellite/q/MI/Ann_Arbor.gif?basemap=1&timelabel=1&timelabel.y=10&num=5&delay=50
http://api.wunderground.com/api/Your_Key/satellite/image.gif?maxlat=47.709&maxlon=-69.263&minlat=31.596&minlon=-97.388&width=640&height=480&key=sat_ir4_bottom>t=107&timelabel=1&timelabel.x=470&timelabel.y=41&proj=me