Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
geoscene3d:hydro_calculations:highlightparticletrace [2022/02/21 13:13] – sbr_i-gis.dk | geoscene3d:hydro_calculations:highlightparticletrace [2022/02/28 09:54] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
A particle trace dataset is an ASCII dataset (*.txt, *.csv, *XYZ file) imported into GeoScene3D as a XYZ Points object. Each point contains multiple attributes, as show in the example below: | A particle trace dataset is an ASCII dataset (*.txt, *.csv, *XYZ file) imported into GeoScene3D as a XYZ Points object. Each point contains multiple attributes, as show in the example below: | ||
- | * x, y, z (required): coordinates in 3D | + | * X, Y, Z(required) |
- | * id (optional): unique identification number of a set of points. Usually, this ID is used to represent a line that go through a set of points. A dataset can contain multiples lines with different unique IDs. | + | * ID (optional) |
* and more… | * and more… | ||
- | | ||
- | {{: | + | {{: |
---- | ---- | ||
- | Once a XYZ Points dataset is successful imported into GeoScene3D, see '[[http://: | + | Once a XYZ Points dataset is successful imported into GeoScene3D, see ' |
Note that the option " | Note that the option " | ||
Line 20: | Line 19: | ||
{{: | {{: | ||
- | How to highlight a single line of a particle trace dataset based on a line ID?\\ | + | How to highlight a single line of a particle trace dataset based on a line ID? \\ {{: |
- | {{: | + | |
- | \\ | + | |
- | It is possible to highlight a single line based on a selected line ID in GeoScene3D.\\ | + | |
- | The main idea is to make an extra copy of the current XYZ Points dataset, then apply a filter to removed unwanted lines. Then lastly apply different visualization styles to this copy to make it highlighted in different views.\\ | + | |
- | This can be done through the following steps: | + | |
==== 1. Creating a highlight object ==== | ==== 1. Creating a highlight object ==== | ||
- | First at all, we create an object used to represent the highlight line in different views of GeoScene3D. This can be done easily by cloning the XYZ Points dataset.\\ | + | First at all, we create an object used to represent the highlight line in different views of GeoScene3D. This can be done easily by cloning the XYZ Points dataset. \\ In this example, this copy is then renamed to “Highlight”. \\ {{: |
- | In this example, this copy is then renamed to “Highlight”.\\ | + | |
- | {{: | + | |
==== 2. Limit line based on the line ID ==== | ==== 2. Limit line based on the line ID ==== | ||
- | After the “Highlight” object is created, we can now open the “Object properties…” window which allows us to limit the line visualization to only one line. This process can be done easily by using the slider “ID range” then click on the “Apply” button when the desired “ID value” is found. | + | After the “Highlight” object is created, we can now open the “Object properties…” window which allows us to limit the line visualization to only one line. This process can be done easily by using the slider “ID range” then click on the “Apply” button when the desired “ID value” is found. |
{{: | {{: | ||
{{: | {{: | ||
+ | |||
==== 3. Highlight in 3D ==== | ==== 3. Highlight in 3D ==== | ||
- | We can now apply a new style for our “Highlight” object by changing the “Line Width” parameter, below the Line Width is 5. The highlight effect is done by modifying the “Line Width” of the “Highlight” object together with changing the transparency value of the original XYZ Points object.\\ | + | We can now apply a new style for our “Highlight” object by changing the “Line Width” parameter, below the Line Width is 5. The highlight effect is done by modifying the “Line Width” of the “Highlight” object together with changing the transparency value of the original XYZ Points object. \\ {{: |
- | {{: | + | |
- | {{: | + | |
==== 4. Highlight in profile view ==== | ==== 4. Highlight in profile view ==== | ||
- | The highlight effect in the profile view can be customized by changing the points style properties from the “Profile” tab of the “Object properties…” windows of our object “Highlight”.\\ | + | The highlight effect in the profile view can be customized by changing the points style properties from the “Profile” tab of the “Object properties…” windows of our object “Highlight”. \\ In the exampel below the point sizes are 8. \\ {{: |
- | In the exampel below the point sizes are 8.\\ | + | |
- | {{: | + | |
==== 5. Highlight in map window ==== | ==== 5. Highlight in map window ==== | ||
- | Once the “Highlight” object is added to the map window as an GeoScene3D object. The highlight effect, green dots in the map windows, can be done by changing the marker visual style from the map windows layer manager.\\ | + | Once the “Highlight” object is added to the map window as an GeoScene3D object. The highlight effect, green dots in the map windows, can be done by changing the marker visual style from the map windows layer manager. \\ \\ {{: |
- | \\ | + | |
- | {{: | + | |
==== How to highlight multiples lines? ==== | ==== How to highlight multiples lines? ==== | ||
- | For advanced user, there is a possibility to highlight more than one line. This is done through the “WHERE” filter of the “Tabular Dataset” properties. Below the two lines with the IDs 183 and 287 is highlighted.\\ | + | For advanced user, there is a possibility to highlight more than one line. This is done through the “WHERE” filter of the “Tabular Dataset” properties. Below the two lines with the IDs 183 and 287 is highlighted. \\ Note that the option “Limit by ID” should be checked off when the “Tabular Dataset” limit is used. \\ {{: |
- | Note that the option “Limit by ID” should be checked off when the “Tabular Dataset” limit is used.\\ | + | |
- | {{: | + | |
==== Result ==== | ==== Result ==== |