Drop CRS from a SpatRaster or SpatVector
Arguments
- x
A
SpatRasterorSpatVector.
Details
GIS software (e.g. QGIS) often assigns a default CRS such as WGS84 to
data that is in pixel coordinate space. HSItools calibration and
co-registration functions require a NULL CRS to avoid misinterpretation
of pixel coordinates as geographic coordinates. Use this function to strip
an unwanted CRS before passing data to those functions.
See also
Other HSI Calibration:
hsi_calibration_direct(),
hsi_calibration_from_dims(),
hsi_calibration_from_scale(),
hsi_pixels_to_units(),
hsi_set_extent()