High-resolution 8-color satellite photos (WorldView-3)
What it measures. Very detailed satellite photographs of the land surface in eight color bands, from coastal blue through near-infrared, sharp enough to show features just over a meter across.
How it's made. Captured by the commercial WorldView-3 satellite and acquired by NASA's commercial data program, then corrected and mapped to ground coordinates (Level 2A).
How & where you'd use it. Serves a wide range of applications needing very high-resolution imagery; access is restricted to approved investigators under a government license.
What's measured
Coverage & cadence
- Time span2014-08-13 → ongoing
- Measured byWORLDVIEW-3 (WV110)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsNITF21NCDRD, GeoTIFF
- StatusACTIVE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
The WorldView-3 Level 2A Multispectral 8-Band Imagery collection contains satellite imagery acquired from Vantor, Inc. (formerly known as Maxar Technologies) by the Commercial Satellite Data Acquisition (CSDA) Program. Imagery is collected by the WorldView-3 satellite using the WorldView-110 camera across the global land surface from August 2014 to the present. This satellite imagery is in a range of wavebands with data in the coastal, blue, green, yellow, red, red edge, and near-infrared (2 bands) wavelengths. The imagery has a spatial resolution of 1.24m at nadir and a temporal resolution of less than one day. The data are provided in National Imagery Transmission Format (NITF). These level 2A data have been processed and undergone radiometric correction, sensor correction, projected to a plane using a map projection and datum, and has a coarse DEM applied. The data potentially serve a wide variety of applications that require high resolution imagery. Data access is restricted based on a National Geospatial-Intelligence Agency (NGA) license, and investigators must be approved by the CSDA Program.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="WV03_MSI_L2A",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from CSDA Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- CSDA Program User Authorization Request Form VIEW RELATED INFORMATION
- CSDA Program Data Evaluation Report VIEW RELATED INFORMATION
- WorldView-3 Data Sheet VIEW RELATED INFORMATION
- Data download GET DATA
- NextView End User License Agreement VIEW RELATED INFORMATION
- CSDA Program Data Request Form GET DATA
- CSDA Program Public Data Release Form VIEW RELATED INFORMATION
- Polar Geospatial Center (PGC) open source commercial imagery utilities VIEW RELATED INFORMATION