earthlib.endmembers
Endmember spectra management tools
Spectra
¶
Base class for endmember spectra management.
Source code in earthlib/endmembers.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 | |
__getitem__(idx)
¶
Index the spectra to return a subset.
Source code in earthlib/endmembers.py
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | |
__init__(data, sensor, metadata=None, names=None)
¶
Endmember spectra initialization.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data
|
ndarray | None
|
an array of spectral responses should be of shape (n_spectra, n_wavelengths). initiaalizes to zeros if None. |
required |
sensor
|
Sensor
|
the sensor object defining the instrument used for measurement |
required |
names
|
list[str] | None
|
list of names to assign to each spectrum |
None
|
metadata
|
DataFrame | None
|
dataframe containing metadata for each spectrum. Should have n_spectra rows. See earthlib.metadata.Schema for expected columns. |
None
|
Source code in earthlib/endmembers.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | |
__len__()
¶
Returns the number of spectra stored.
Source code in earthlib/endmembers.py
52 53 54 | |
brightness_normalize(inds=None)
¶
Brightness normalizes the spectra.
Updates the self.spectra array in-place.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
inds
|
list
|
the band indices to use for normalization. |
None
|
Source code in earthlib/endmembers.py
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | |
format_output_paths(path)
¶
Formats the output paths for the spectral library and header.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
the base file path (with or without extension). |
required |
Returns:
| Type | Description |
|---|---|
tuple[str, str]
|
A tuple containing the paths for the spectral library and header. |
Source code in earthlib/endmembers.py
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 | |
from_sli(path, sensor=None, metadata=None)
classmethod
¶
Reads an ENVI spectral library file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
path to the spectral library file. Searches for a .hdr sidecar file. |
required |
sensor
|
Sensor | None
|
an earthlib.sensors.Sensor object specifying sensor information not included in the .hdr file. |
None
|
metadata
|
DataFrame | None
|
DataFrame containing metadata for each spectrum. |
None
|
Returns:
| Type | Description |
|---|---|
Spectra
|
Spectra containing the spectral data, sensor information, and metadata. |
Source code in earthlib/endmembers.py
330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 | |
get_hdr_path(path)
classmethod
¶
Gets the header file path from a given spectral library path.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
The path to the spectral library file. |
required |
Returns:
| Type | Description |
|---|---|
str
|
The path to the corresponding header file. |
Source code in earthlib/endmembers.py
390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 | |
remove_water_bands(set_nan=True)
¶
Masks reflectance data from water vapor absorption bands.
Wavelengths in the ranges of (1.35-1.46 um and 1.79-1.96 um) will be masked. Updates self.data in-place.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
set_nan
|
bool
|
set the water bands to NaN. False sets values to 0. |
True
|
Source code in earthlib/endmembers.py
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | |
shortwave_band_idxs()
¶
Returns indices of the bands that encompass the shortwave range.
This refers to the range (350 - 2500 nm).
Returns:
| Type | Description |
|---|---|
ndarray
|
an index of bands to subset to the shortwave range. |
Source code in earthlib/endmembers.py
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | |
subsample(n, by_type=None)
¶
Subsamples n random spectra.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
n
|
int
|
the number of random spectra to select. |
required |
by_type
|
str | None
|
if set, subsamples n spectra from this land cover type only. Uses the metadata DataFrame to filter by type. If the metadata is not set, raises a ValueError. Get the valid type list using earthlib.utils.listTypes(). |
None
|
Returns:
| Type | Description |
|---|---|
Spectra
|
subsampled Spectra data. |
Source code in earthlib/endmembers.py
229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 | |
to_micrometers()
¶
Converts the sensor band centers to micrometers.
Updates self.sensor.band_centers and self.sensor.wavelength_unit in-place.
Source code in earthlib/endmembers.py
183 184 185 186 187 188 189 190 191 192 | |
to_nanometers()
¶
Converts the sensor band centers to nanometers.
Updates self.sensor.band_centers and self.sensor.wavelength_unit in-place.
Source code in earthlib/endmembers.py
172 173 174 175 176 177 178 179 180 181 | |
to_sensor(sensor)
¶
Resamples the spectra to a different sensor's band centers.
Updates self.data and self.sensor in-place.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sensor
|
Sensor
|
the sensor object defining the instrument to resample the spectra to. |
required |
Returns:
| Type | Description |
|---|---|
Spectra
|
a new Spectra object with the resampled spectra and new sensor info. |
Source code in earthlib/endmembers.py
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | |
to_sli(path, rows=None, bands=None)
¶
Write the endmember spectra to an ENVI spectral library.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
the output file path. |
required |
rows
|
list[int] | ndarray | None
|
the row-wise indices of the array to write. |
None
|
bands
|
list[int] | ndarray | None
|
indices for which spectral to write |
None
|
Source code in earthlib/endmembers.py
282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 | |
getTypeLevel(Type)
¶
Checks whether a spectral data type is available in the endmember library.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
Type
|
str
|
the type of spectra to select. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
level |
int
|
the metadata "level" of the group for subsetting. returns 0 if not found. |
Source code in earthlib/endmembers.py
423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 | |
listTypes(level=2)
¶
Returns a list of the spectral classification types.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
level
|
int
|
the level of spectral classification specificity to return. Supports integers 1-4. |
2
|
Returns:
| Name | Type | Description |
|---|---|---|
classes |
list
|
a list of spectral data types referenced throughout this package. |
Source code in earthlib/endmembers.py
409 410 411 412 413 414 415 416 417 418 419 420 | |