1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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
|
# This file configures spell checking. Items in "words" were initially populated
# with words that might be spelling errors. Review these words and take
# appropriate action. For more information, see: https://aka.ms/ci-fix#spell-check
# Spell checking is not case sensitive
# Keep word lists in alphabetical order so the file is easier to manage
version: "0.2"
words:
# Color map names used in matplotlib and geographic visualization
- afmhot
- brbg
- bugn
- bupu
- cividis
- cmrmap
- gnbu
- orrd
- palsar
- piyg
- prgn
- pubu
- pubugn
- puor
- purd
- rdbu
- rdgy
- rdpu
- rdylbu
- rdylgn
- viridis
- ylgn
- ylgnbu
- ylorbr
- ylorrd
- yarg
# Satellite and remote sensing datasets/platforms
- alos # Advanced Land Observing Satellite
- lcmap # Land Change Monitoring, Assessment, and Projection
- modis # Moderate Resolution Imaging Spectroradiometer
- mtbs # Monitoring Trends in Burn Severity
- naip # National Agriculture Imagery Program
- usgs # United States Geological Survey
- viirs # Visible Infrared Imaging Radiometer Suite
- mgrs # Sentinel-2 Military Grid Reference System
# Geographic coordinate systems and projections
- Antartica # LINZAntarticaMapTilegrid Tile matrix set
- ETRS # European Terrestrial Reference System
- LAEA # Lambert Azimuthal Equal Area
- LAEAQUAD # Lambert Azimuthal Equal Area Quadrant
- NZTM # New Zealand Transverse Mercator
# Technical terms and acronyms
- azmaps # Azure Maps
- bidx # Band index
- cfastie # Color infrared composite (named after researcher)
- chloris # Vegetation index
- cmap # Color map
- colorinterp # Color interpretation
- drcog # Data provider/organization
- dtype # Data type
- inma # Planetary Computer Ingestion Management Service
- jsons # JSON objects (plural)
- lanczos # Lanczos resampling algorithm
- lulc # Land Use/Land Cover
- maxar # Satellite imagery company
- maxx # Maximum X coordinate
- maxy # Maximum Y coordinate
- miny # Minimum Y coordinate
- MSIL # Multi-Spectral Instrument Level (Sentinel data)
- ncar # National Center for Atmospheric Research
- nipy # Neuroimaging in Python (color map)
- nrcan # Natural Resources Canada
- pgstac # PostgreSQL STAC database
- Rmap # R color map
- rplumbo # Color map name
- scalex # Scale factor for X axis
- sinc # Sinc interpolation function
- stac # SpatioTemporal Asset Catalog
- staccollectionconfiguration # STAC collection configuration
- stacforge # STAC development organization/tool
- Tilematrixsetid # Tile matrix set identifier
- Titiler # Tile server application
- unscale # Remove scaling transformation
- widthx # Width in X direction
- wmts # Web Map Tile Service
# Unit test
- FGDC
- FSANITIZED
- Fcontosdatasa
- hrefs
- RGBIR
|