Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inSAR point output processing capability #35

Open
iannesbitt opened this issue Apr 18, 2024 · 1 comment · Fixed by #36
Open

Add inSAR point output processing capability #35

iannesbitt opened this issue Apr 18, 2024 · 1 comment · Fixed by #36
Assignees
Labels
enhancement New feature or request

Comments

@iannesbitt
Copy link
Contributor

Problem

Manoo Shirzaei from VT processes large scale interferometric synthetic aperture radar (inSAR or SAR) datasets into CSV point clouds datasets with columns in the format lat, lon, velocity, stdev. We should be able to process this using the viz-points workflow but will need to come up with some way to translate the velocity column into RGB in order to display SAR visualization. Most SAR data is displayed in an interpolated raster format generated from point data, so the challenge here is to be able to show the magnitudes of ground velocity in a dataset using points, rather than having to convert to raster. This may involve just simply displaying data on a linear (or more likely log-linear) colorscale.

Test data

Test data is on datateam at /home/nesbitt/bin/viz-points/data/test (symlinked to the cephfs). Data will be processed into tiles, then transferred to the test location on drp (currently /var/www/tiles but soon to change).

Background

In general, SAR operates on a fixed wavelength, and thus the visualization is usually shown with a continuous color scale that represents wave phase offsets (or phase shifts) calculated between repeat surveys at time=0 and time=1. The phase offset is by definition based on wavelength, and the color scale is usually a repeating rainbow that starts with wave phases aligned and cycles through colors until the waves are in phase again. This method is used to track ground movement, as any phase shift indicates a difference in the number of wavelengths in the two-way travel distance between the sensor and ground.

This is represented visually in the following image (from ysar.org.nz)
inSAR colorization explanation

@iannesbitt iannesbitt added the enhancement New feature or request label Apr 18, 2024
@iannesbitt iannesbitt self-assigned this Apr 18, 2024
@iannesbitt
Copy link
Contributor Author

Current best option: I may be able to normalize or log-normalize the inSAR velocities and apply a straight colormap translation using the viridis scale prior to loading the RGB values into the LAZ.

@iannesbitt iannesbitt linked a pull request Apr 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant