Digital Imagery
A remotely sensed image is not a photograph in the everyday sense. It is a structured grid of measurements: each cell records how much energy a sensor detected from a small patch of the Earth’s surface. Reading imagery well means understanding what that grid actually contains, how the stored numbers relate to real physical quantities, and why every value carries some uncertainty. Those ideas stay true no matter which software or platform you eventually use to open the data.
Pixels, grids, and metadata
A digital image is a regular grid of pixels, and each pixel represents a fixed area on the ground — a 10-metre or 30-metre square, for example — holding one number for every band the sensor measured. The grid has a set number of rows and columns, but the array of numbers only becomes a map once it is tied to the Earth by georeferencing metadata: a coordinate reference system plus an affine transform that fixes where the corner pixel sits and how large each pixel is. Without that metadata the pixels have values but no location. The pixel size also sets the spatial resolution — the finest detail the image can distinguish — which the Resolution concept develops further. Metadata additionally records the acquisition time, the sensor and its bands, and the processing history, all of which you need before you can compare one image to another.
From digital numbers to physical values
The raw value stored in a pixel is often a digital number: an integer the sensor’s electronics produced when they quantized the incoming energy. A digital number is not itself a physical quantity — it is a coded measurement whose meaning depends on the sensor’s calibration. To interpret imagery consistently, digital numbers are converted to calibrated physical values such as at-sensor radiance, top-of-atmosphere reflectance, or, after atmospheric correction, surface reflectance. Calibrated values are expressed in physical units rather than sensor-specific codes, so they can be compared across scenes, dates, and sometimes across different sensors. This is why raw-looking imagery and calibrated reflectance can resemble each other yet must not be used interchangeably: only calibrated values support meaningful comparison, indices, and change analysis. Knowing which product you are holding — raw digital numbers, radiance, or reflectance — is a prerequisite for every later step.
Scene footprints, nodata, and valid observations
Each acquisition covers a finite footprint on the ground, bounded by the sensor’s swath and the satellite’s position at the time. When that footprint is stored in a rectangular grid, the corners and edges include cells that fall outside the actual observation, and those cells are marked as nodata rather than given a real measurement. Nodata also flags pixels masked for clouds, shadow, saturation, or sensor gaps. Treating nodata as if it were a genuine measurement — reading it as a value of zero, for instance — is a common and damaging mistake, because it silently biases averages, indices, and classifications. A dependable analysis therefore begins by separating valid observations from nodata, so that every later calculation runs only on pixels that actually recorded the surface.
Image collections and repeated observations
A single image is one snapshot in time. Because satellites revisit the same ground again and again, imagery naturally accumulates into collections: many scenes of the same area captured on different dates, and often by more than one sensor. Thinking in collections rather than isolated images is much of what makes remote sensing powerful, since it lets you build cloud-free composites, follow seasonal cycles, and detect change over time. It also imposes a discipline: the scenes in a collection must share, or be resampled onto, a common grid, calibration, and coordinate system before their pixels can be compared cell by cell. The Time Series concept builds directly on this way of seeing imagery.
Where distortion, noise, and uncertainty come from
No measurement is perfect, and imagery carries several kinds of error. Geometric distortion comes from terrain relief, the sensor’s viewing angle, and the map projection, so a pixel can sit away from its true ground position until the image is orthorectified and aligned — a Coordinate Systems concern. Radiometric error has two broad sources: random noise from the sensor’s own electronics, and systematic atmospheric effects, as the atmosphere scatters and absorbs energy on its way to the sensor. Either way a recorded value is an estimate rather than an exact truth. Clouds, haze, shadow, and mixed pixels — cells that straddle more than one surface type — add further ambiguity. None of this makes imagery unusable; it means each pixel value should be read as a measurement with uncertainty attached. Recognising where that uncertainty comes from is what separates a defensible result from an accidental one.
Taken together, these ideas are the foundation for everything else. Once you can read an image as a georeferenced, calibrated, partly masked, and uncertain grid of measurements — and as one member of a larger collection — the concepts of Spectral Bands, resolution, and coordinate systems all build on top of it.