diff --git a/README.md b/README.md index 7da79263d0e701a53a0d662d245c4fc3db39b287..9d657b5ad3c6be7786e24f9d9a10b0c397f9d7a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,208 @@ ---- -license: cc-by-4.0 ---- +--- +license: cc-by-4.0 +language: +- en +tags: +- LiDAR +- Image +- Fusion +- Electrical +pretty_name: GridNet-HD +size_categories: +- 1B **Title**: GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure + +> **Authors**: Masked for instance + +> **Conference**: Submitted to NeurIPS 2025 + + +This repository hosts the official data splits and resources used in the experiments reported in the paper. + +--- + +## 2. Dataset Structure + +This dataset consists of 36 geographic zones, each represented by a folder named after its area code (e.g. t1z4, t1z5a, etc.). + +Each zone contains aligned multimodal data (images, segmentation masks, LiDAR point cloud, and camera parameters), enabling high-precision image-to-3D projection for multimodal fusion 3D semantic segmentation task. + +A split.json file at the root of the dataset defines the official train/test partition of the zones. + +To ensure fair evaluation on the **official test set**, ground truth annotations are not provided for either the images or the LiDAR point clouds. +Instead, participants must submit their predictions to the [leaderboard](https://huggingface.co/spaces/heig-vd-geo/GridNet-HD-Leaderboard), where the official metrics (e.g., mIoU) are automatically computed against the hidden labels. + +### ๐Ÿ“ Folder layout +``` +dataset-root/ +โ”œโ”€โ”€ t1z5b/ +โ”‚ โ”œโ”€โ”€ images/ # RGB images (.JPG) +โ”‚ โ”œโ”€โ”€ masks/ # Semantic segmentation masks (.png, single-channel label) +โ”‚ โ”œโ”€โ”€ lidar/ # LiDAR point cloud (.las format with field "ground_truth") +โ”‚ โ””โ”€โ”€ pose/ # Camera poses and intrinsics (text files) +โ”œโ”€โ”€ t1z6a/ +โ”‚ โ”œโ”€โ”€ ... +โ”œโ”€โ”€ ... +โ”œโ”€โ”€ split.json # JSON file specifying the train/test split +โ””โ”€โ”€ README.md +``` +### ๐Ÿงพ Contents per zone + +Inside each zone folder, you will find: +- ๐Ÿ“ท images/ + - High-resolution RGB images (.JPG) + - Captured from a UAV + +- ๐Ÿท๏ธ masks/ + - One .png mask per image, same filename as image + - Label-encoded masks (1 channel) + +- ๐ŸŒ lidar/ + - Single .las file for the entire zone captured from a UAV + - Contains 3D point cloud data at high denisty with semantic ground_truth labels (stored in field named "ground_truth") + +- ๐Ÿ“Œ pose/ + - camera_pose.txt: Camera positions and orientations per image (using Metashape Agisoft convention, more details in paper) + - camera_calibration.xml: Camera calibration parameters (using Metashape Agisoft calibration model) + +--- + +## 3. Class Grouping + +Original classes have been grouped into **12 semantic groups** as follows: + +| Group ID | Original Classes | Description | +|:--------:|:-----------------:|:---------------------------------:| +| 0 | 0,1,2,3,4 | Pylon | +| 1 | 5 | Conductor cable | +| 2 | 6,7 | Structural cable | +| 3 | 8,9,10,11 | Insulator | +| 4 | 14 | Tall vegetation | +| 5 | 15 | Short vegetation | +| 6 | 16 | Hebarceous vegetation | +| 7 | 17,18 | Rock, gravel, soil | +| 8 | 19 | Impervious soil (Road) | +| 9 | 20 | Water | +| 10 | 21 | Building | +| 255 | 12,13,255 | Unassigned-Unlabeled | + +If interested the original classes are described in the Appendices of the paper. + +> ๐Ÿ“ Note: group `(12,13,255)` is **ignored during official evaluations**. + +--- + +## 4. Dataset Splits + +The dataset is split into two parts: +- **Train** (~70% of LiDAR points) +- **Test** (~30% of LiDAR points) + +The splits were carefully constructed to guarantee: +- **Full coverage of all semantic groups** (except the ignored group) +- **No project overlap** between train and test +- **Balanced distribution** in terms of class representation + +Project assignments are listed in `split.json` with a proposal of split train/val. + +**Note** that the test set give only the LiDAR without labels (without ground_truth field) and without mask labeled for images, this label part is keep by us in private mode for leaderboard management. To submit results on test set and obtain mIoU score on leaderboard, please follow instructions here: [leaderboard](https://huggingface.co/spaces/heig-vd-geo/GridNet-HD-Leaderboard) on the remap classes presented below. + +--- + +## 5. Dataset Statistics + +### ๐Ÿ“ˆ Class Distribution + +The number of points per semantic group across `train` and `test` splits is summarized here: + +| Group ID | Train Points | Test Points | Total points | % test/total | Distribution classes in train set | Distribution classes in test set | +|:--------:|:------------:|:-----------:|:------------:|:------------:|:---------------------------------:|:--------------------------------:| +| 0 | 11'490'104 | 3'859'573 | 15'349'677 | 25.1 | 0.7 | 0.5 | +| 1 | 7'273'270 | 3'223'720 | 10'496'990 | 30.7 | 0.4 | 0.4 | +| 2 | 1'811'422 | 903'089 | 2'714'511 | 33.3 | 0.1 | 0.1 | +| 3 | 821'712 | 230'219 |1'051'931 | 21.9 | 0.05 | 0.03 | +| 4 | 278'527'781 | 135'808'699 |414'336'480 | 32.8 | 16.5 | 17.9 | +| 5 | 78'101'152 | 37'886'731 |115'987'883 | 32.7 | 4.6 | 5.0 | +| 6 | 1'155'217'319| 461'212'378 | 1'616'429'697| 28.5 | 68.4 | 60.7 | +| 7 | 135'026'058 | 99'817'139 | 234'843'197 | 42.5 | 8.0 | 13.1 | +| 8 | 13'205'411 | 12'945'414 | 26'150'825 | 49.5 | 0.8 | 1.7 | +| 9 | 1'807'216 | 1'227'892 | 3'035'108 | 40.5 | 0.1 | 0.2 | +| 10 | 6'259'260 | 2'107'391 | 8'366'651 | 25.2 | 0.4 | 0.3 | +| **TOTAL**| 1'689'540'705| 759'222'245 | 2'448'762'950| 31.0 | 100 | 100 | + + +The proposed split for train/val repartition: +| Group ID | Train Points | Val Points | Total points | % val/total | Distribution classes in train set | Distribution classes in val set | +|:--------:|:------------:|:-----------:|:------------:|:------------:|:---------------------------------:|:--------------------------------:| +| 0 | 8'643'791 | 2'846'313 | 11'490'104 | 24.8 | 0.7 | 0.7 | +| 1 | 5'782'668 | 1'490'602 | 7'273'270 | 20.5 | 0.4 | 0.4 | +| 2 | 1'370'331 | 441'091 | 1'811'422 | 24.4 | 0.1 | 0.1 | +| 3 | 625'937 | 195'775 | 821'712 | 23.8 | 0.05 | 0.05 | +| 4 | 160'763'512 | 117'764'269 | 278'527'781 | 42.3 | 12.4 | 29.7 | +| 5 | 43'442'079 | 34'659'073 | 78'101'152 | 44.4 | 3.4 | 8.7 | +| 6 | 968'689'542 | 186'527'777 | 1'155'217'319| 16.1 | 74.9 | 47.0 | +| 7 | 87'621'550 | 47'404'508 | 135'026'058 | 35.1 | 6.8 | 11.9 | +| 8 | 10'420'302 | 2'785'109 | 13'205'411 | 21.1 | 0.8 | 0.7 | +| 9 | 310'240 | 1'496'976 | 1'807'216 | 82.8 | 0.02 | 0.4 | +| 10 | 4'793'225 | 1'466'035 | 6'259'260 | 23.4 | 0.4 | 0.4 | +| **TOTAL**|1'292'463'177 | 397'077'528 | 1'689'540'705| 23.5 | 100 | 100 | + +### ๐Ÿ“ˆ Class Distribution Visualisation + + +--- + +## 6. How to Use + +### Download via Hugging Face Hub + +```python +from datasets import load_dataset + +dataset = load_dataset("heig-vd-geo/GridNet-HD") +``` + +Input/Target Format + + Input RGB image: .JPG + + Input LiDAR: .las with ground_truth field, values 0-21 + 255 corresponding to original classes (adaptation to 0-10 +255 needs to be coded in dataloader). + + Input mask: 1-channel .png, values 0โ€“21 + 255 corresponding to original classes (adaptation to 0-10 +255 needs to be coded in dataloader). + + Target LiDAR for compatibility with the leaderboard : only 9 test .las file same as input with a new "classif" field with group_id same as described above (0-10, 255 not used in the mIoU). + +Quick Example: + + +--- + +## 7. Running baselines + +Please follow instructions on dedicated git repository for models running on this dataset: [label](git_url) + +Results are visible here with the 3 different baselines: + + +--- + +## 8. License and Citation + +This dataset is released under the CC-BY-4.0 license. + +If you use this dataset, please cite the following paper: + + [GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure] + [A. Carreaud, S. Li. M. De-Lacour, D. Frinde, J. Skaloud, A. Gressin] + In Proceedings of NeurIPS 2025. diff --git a/split.json b/split.json new file mode 100644 index 0000000000000000000000000000000000000000..c31fa1a15921c362c96f708c8e3d9f2402b2f011 --- /dev/null +++ b/split.json @@ -0,0 +1,44 @@ +{ + "train": [ + "t1z6a", + "t1z6b", + "t2z5", + "t3z3", + "t3z6", + "t3z7", + "t5a1", + "t5a3", + "t5a4", + "t5a5", + "t5b2", + "t5b3", + "t5b4", + "t5b6", + "t5c1", + "t5c2", + "t5c3", + "t6z2", + "t6z3", + "t6z4", + "t6z6" + ], + "val": [ + "t1z5b", + "t1z8", + "t3z4", + "t4z1", + "t5b1", + "t5b5" + ], + "test": [ + "t1z4", + "t1z5a", + "t1z7", + "t3z1", + "t3z2", + "t3z5", + "t5a2", + "t6z1", + "t6z5" + ] +} diff --git a/t5a5/images/DJI_20241106144048_0003_D.JPG b/t5a5/images/DJI_20241106144048_0003_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..44b67593689fdcb8e7bce15d0d3303188d10d0cb --- /dev/null +++ b/t5a5/images/DJI_20241106144048_0003_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4c4ce0519f4f835273957aa2010c8e642bdd401ea12a274989f85a4892001b +size 9031680 diff --git a/t5a5/images/DJI_20241106144050_0004_D.JPG b/t5a5/images/DJI_20241106144050_0004_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0310077ec8a94540f5562ea35b767cabd7f78dd3 --- /dev/null +++ b/t5a5/images/DJI_20241106144050_0004_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46fc621c4722bc694519315b4d4bb54c48473cf37094e1f1aeb53bee128d899 +size 9125888 diff --git a/t5a5/images/DJI_20241106144052_0005_D.JPG b/t5a5/images/DJI_20241106144052_0005_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c3436de4527f4458c5ebc2a655719d9d70089ff --- /dev/null +++ b/t5a5/images/DJI_20241106144052_0005_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ad051f7deeed6df850abaed6e2e59159cdd3a309fc143592684107a8e485fd +size 9117696 diff --git a/t5a5/images/DJI_20241106144054_0006_D.JPG b/t5a5/images/DJI_20241106144054_0006_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..e57ae99870f343673c99700ebcd47aeea0bc2117 --- /dev/null +++ b/t5a5/images/DJI_20241106144054_0006_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5727afc6bb5aee0e0f307f1ea93586fe6d85201449183b460c73cd105dabf79 +size 9170944 diff --git a/t5a5/images/DJI_20241106144056_0007_D.JPG b/t5a5/images/DJI_20241106144056_0007_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc1b2c94ea196d8cdbfc38eb14743e68ff3c288e --- /dev/null +++ b/t5a5/images/DJI_20241106144056_0007_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543176f1d06423ec56529218c9a5d5dc9b35cc6b353e4df3bdf4dba343745471 +size 9289728 diff --git a/t5a5/images/DJI_20241106144100_0009_D.JPG b/t5a5/images/DJI_20241106144100_0009_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7756d8f6c70db3c045b553ea0ee0c8a6392f3e3a --- /dev/null +++ b/t5a5/images/DJI_20241106144100_0009_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f53e38dfbe9cb8c9f7a6ebb74bcbfab304a5d18ab26b60e388b21baae7f97f +size 9695232 diff --git a/t5a5/images/DJI_20241106144102_0010_D.JPG b/t5a5/images/DJI_20241106144102_0010_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..b19043c5cc0d5ab4e02101798d1cccc7298c2150 --- /dev/null +++ b/t5a5/images/DJI_20241106144102_0010_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bedfa05482eba5d13675a8f50043edde19771d710dc580072edb1dfb540b53 +size 10104832 diff --git a/t5a5/images/DJI_20241106144104_0011_D.JPG b/t5a5/images/DJI_20241106144104_0011_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5c841fe80282d3b4b03bad705ff685f5deb0b7a --- /dev/null +++ b/t5a5/images/DJI_20241106144104_0011_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5f741223689007f5290e716615aa1f18d0512cb629c695614419d4303b0b0d +size 10342400 diff --git a/t5a5/images/DJI_20241106144110_0014_D.JPG b/t5a5/images/DJI_20241106144110_0014_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cd8b38609b34818739f8bc0f80ca65d14d8f0e9 --- /dev/null +++ b/t5a5/images/DJI_20241106144110_0014_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bfc91268c510f52b0298db90de6ba901fda5f6124b53324273e0afea5bf2cd +size 9932800 diff --git a/t5a5/images/DJI_20241106144116_0017_D.JPG b/t5a5/images/DJI_20241106144116_0017_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..21a96b3b20bc1ac134a7a3ad7f97ec9bc7163503 --- /dev/null +++ b/t5a5/images/DJI_20241106144116_0017_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14e63af063eaee65b033ddcc24245ec81f9c87637706b54848ac81be59fe411 +size 9691136 diff --git a/t5a5/images/DJI_20241106144118_0018_D.JPG b/t5a5/images/DJI_20241106144118_0018_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..756f83d24a9e72c089647338a7185eab6061e1dc --- /dev/null +++ b/t5a5/images/DJI_20241106144118_0018_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb60d981537e07a171f81cb713e7aff0015ce12c2f2699633b28ebde203fc834 +size 9502720 diff --git a/t5a5/images/DJI_20241106144120_0019_D.JPG b/t5a5/images/DJI_20241106144120_0019_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb736f561a25280701c125d546520c502a7d2fab --- /dev/null +++ b/t5a5/images/DJI_20241106144120_0019_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5173f2057edf70a4e1bcaa119e909d48f9b95d91de9f5a1a652e0897cf98b8 +size 9383936 diff --git a/t5a5/images/DJI_20241106144122_0020_D.JPG b/t5a5/images/DJI_20241106144122_0020_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ffe5af454aab7dc8e7130be9b3dab03c0526815 --- /dev/null +++ b/t5a5/images/DJI_20241106144122_0020_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e61ea1abcfe1962d3d1bc67a017969cffd70685057458c49c9f96ba06c424c3 +size 9420800 diff --git a/t5a5/images/DJI_20241106144126_0022_D.JPG b/t5a5/images/DJI_20241106144126_0022_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d304059065f3713d6c5e3a2dd38b0d99d2b1f2c --- /dev/null +++ b/t5a5/images/DJI_20241106144126_0022_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646ff40cdbf21e098a8a16408620f2136ec610fc4a4f93d18e72a6f842742230 +size 9441280 diff --git a/t5a5/images/DJI_20241106144128_0023_D.JPG b/t5a5/images/DJI_20241106144128_0023_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a090425791fd635b8281f94d6f0460b423ce290d --- /dev/null +++ b/t5a5/images/DJI_20241106144128_0023_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9365d61c80d7533252e13cfb8eeb803963839454dcc596ff6061636a11bc15 +size 9465856 diff --git a/t5a5/images/DJI_20241106144130_0024_D.JPG b/t5a5/images/DJI_20241106144130_0024_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d69db375e54974da10c650ecf4ada13430a4aa68 --- /dev/null +++ b/t5a5/images/DJI_20241106144130_0024_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6898720f33a1bbb13faa29de6cfee51dea9f801f7cb0631eb62bacfcf8ea569 +size 9375744 diff --git a/t5a5/images/DJI_20241106144134_0026_D.JPG b/t5a5/images/DJI_20241106144134_0026_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..95e3592f86c5c20d345dfcd792c5b2ae2ac98551 --- /dev/null +++ b/t5a5/images/DJI_20241106144134_0026_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71588654074ccc05ea5758063d028d730358b29983b0e2ccce2a9047948ac35 +size 9203712 diff --git a/t5a5/images/DJI_20241106144136_0027_D.JPG b/t5a5/images/DJI_20241106144136_0027_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b434287fe50c57893f96103d90bd3704b84f7ae --- /dev/null +++ b/t5a5/images/DJI_20241106144136_0027_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a6723b2089b8568aef6b3ed7fd01ae8cbf05811d773ab36b3b346562c85cfb +size 9056256 diff --git a/t5a5/images/DJI_20241106144138_0028_D.JPG b/t5a5/images/DJI_20241106144138_0028_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..da08b6f0bba732cb4e9a2c4d94daa56355a23790 --- /dev/null +++ b/t5a5/images/DJI_20241106144138_0028_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b820c0b82464c9ced226b05897a5ff88af5d0ecfc2ab973d3a66cf4fa8144c +size 9072640 diff --git a/t5a5/images/DJI_20241106144140_0029_D.JPG b/t5a5/images/DJI_20241106144140_0029_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..c908978cf3cf5c38723228bdd8686d123d1f64ad --- /dev/null +++ b/t5a5/images/DJI_20241106144140_0029_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1ea1b1ce95fbe596700be6dded48e528c512df0aebbf73c01e89e17422f442 +size 9269248 diff --git a/t5a5/images/DJI_20241106144142_0030_D.JPG b/t5a5/images/DJI_20241106144142_0030_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..66fb237bbca1691b62bca835425074c5ae902bca --- /dev/null +++ b/t5a5/images/DJI_20241106144142_0030_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a0a730f48b65ad98a0026b926d30de5fb36c8718b34b7319e37a28928a3d97 +size 9457664 diff --git a/t5a5/images/DJI_20241106144144_0031_D.JPG b/t5a5/images/DJI_20241106144144_0031_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8ea2b76a30fc505c481779a607bb2bab8e83966 --- /dev/null +++ b/t5a5/images/DJI_20241106144144_0031_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fbd0b1b3974691c448d09f41ddf82975c3f0855cce61ac1d147b8108b772eb +size 9895936 diff --git a/t5a5/images/DJI_20241106144146_0032_D.JPG b/t5a5/images/DJI_20241106144146_0032_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..904f6d2d986597e0b31ed40ddc76f90626739dc8 --- /dev/null +++ b/t5a5/images/DJI_20241106144146_0032_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1881d57818aea8239410e59e5d942f15eca34867fb6e0b1247ee34eecfcfb3 +size 9830400 diff --git a/t5a5/images/DJI_20241106144152_0035_D.JPG b/t5a5/images/DJI_20241106144152_0035_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc9a50917079ccd54e87415e02ce27b26808be00 --- /dev/null +++ b/t5a5/images/DJI_20241106144152_0035_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f71b5092874b1bca176c89e82b7452d5f95748bf2a279dc3d2bedcabd03f9c +size 9531392 diff --git a/t5a5/images/DJI_20241106144154_0036_D.JPG b/t5a5/images/DJI_20241106144154_0036_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..adbb85379dbd393cc7f6f83576a3d3a7efc3d2e6 --- /dev/null +++ b/t5a5/images/DJI_20241106144154_0036_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd6a85684c9de2020a16d53455d0fdffbec897a759930b947f36b95b2f61c5d +size 9478144 diff --git a/t5a5/images/DJI_20241106144158_0038_D.JPG b/t5a5/images/DJI_20241106144158_0038_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ae17c86b80fbed3c99194d1eaaaabaee718bf6b --- /dev/null +++ b/t5a5/images/DJI_20241106144158_0038_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0994a0f2fa15b008eba69466eb6859d8e3d952049c433dd0684280d5fe00ac2a +size 9539584 diff --git a/t5a5/images/DJI_20241106144202_0040_D.JPG b/t5a5/images/DJI_20241106144202_0040_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62089ea6311e1ec3a39b3e3c8ce791e6d1fd65c --- /dev/null +++ b/t5a5/images/DJI_20241106144202_0040_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f80dc3b8c94c9d9142b98e97cd6e57fdc70d400614e6255fd7bff84f3f133d +size 9777152 diff --git a/t5a5/images/DJI_20241106144204_0041_D.JPG b/t5a5/images/DJI_20241106144204_0041_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc27fe0f6d6c0f34cde2d7d44f7ea6b30c69c9ad --- /dev/null +++ b/t5a5/images/DJI_20241106144204_0041_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4e3f8477a35e42e987fa995a8467860826bf8e33c7be86e1b96fe96f9fc8a7 +size 9830400 diff --git a/t5a5/images/DJI_20241106144206_0042_D.JPG b/t5a5/images/DJI_20241106144206_0042_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8787f50816d268a30b45464bc29b750a42d8a94 --- /dev/null +++ b/t5a5/images/DJI_20241106144206_0042_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f27fbe20141be07c591a19828a9e852fb4fde325c9da5fb98d7ce31b18cf79 +size 9887744 diff --git a/t5a5/images/DJI_20241106144208_0043_D.JPG b/t5a5/images/DJI_20241106144208_0043_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7070d02d50761e37fe2ea177de81ed2f7cbddee9 --- /dev/null +++ b/t5a5/images/DJI_20241106144208_0043_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f0475efcc60a52264d146cdd3a626ebd456fa3be138f239ff26b1eda12d26f +size 9867264 diff --git a/t5a5/images/DJI_20241106144214_0046_D.JPG b/t5a5/images/DJI_20241106144214_0046_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..826e958ea5f423b9e3c39ddcd25398ae3af3e1a9 --- /dev/null +++ b/t5a5/images/DJI_20241106144214_0046_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c49f2e7975e2b55408d3a70bf8610b054f81301b93e4e01f4e3ff15d402741 +size 9732096 diff --git a/t5a5/images/DJI_20241106144216_0047_D.JPG b/t5a5/images/DJI_20241106144216_0047_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee3a82d30c1dbd53aa0d8e5b955900c5af9d35d8 --- /dev/null +++ b/t5a5/images/DJI_20241106144216_0047_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948bfd5a24262e12c84e3ed7c40ab5818e62c3f9a80c788cb9bd92388c0dce07 +size 9641984 diff --git a/t5a5/images/DJI_20241106144218_0048_D.JPG b/t5a5/images/DJI_20241106144218_0048_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2615116a8d5b441a2379bd3b6fbd789756e9035 --- /dev/null +++ b/t5a5/images/DJI_20241106144218_0048_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9cb3ad5c7425644c48147d24bdab0ebb69dd0ff4598aed45026f6fe96445e0 +size 9547776 diff --git a/t5a5/images/DJI_20241106144220_0049_D.JPG b/t5a5/images/DJI_20241106144220_0049_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..225f4ef0d9bf8bb905c793a4476178150401fdbf --- /dev/null +++ b/t5a5/images/DJI_20241106144220_0049_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b310fc8e0e46d25f29bd02ef149bfd64557155291d9af7b60009ec0a2f5b02c7 +size 9568256 diff --git a/t5a5/images/DJI_20241106144222_0050_D.JPG b/t5a5/images/DJI_20241106144222_0050_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..6949783078353fbebd948b06a624288785c30295 --- /dev/null +++ b/t5a5/images/DJI_20241106144222_0050_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ea7a6c376ec478bbb3f7b6cf8bc79c6b4f47aefb9bfb59053c8190a59bd70a +size 9494528 diff --git a/t5a5/images/DJI_20241106144224_0051_D.JPG b/t5a5/images/DJI_20241106144224_0051_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a76be8dc846dfbf76a4dcd1df5a263fdcb6404be --- /dev/null +++ b/t5a5/images/DJI_20241106144224_0051_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbb3f3f73f0c0329e51c50ef211f6d96085c0bb4588f0ed4118f8486200e185 +size 9531392 diff --git a/t5a5/images/DJI_20241106144226_0052_D.JPG b/t5a5/images/DJI_20241106144226_0052_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a6531d82292ac62147d28d918315ef2ef099e47 --- /dev/null +++ b/t5a5/images/DJI_20241106144226_0052_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e3aca9e6ae2c08e2306212c4bc58884045a28cc5f79d70e10b370a8d8847e6 +size 9306112 diff --git a/t5a5/images/DJI_20241106144228_0053_D.JPG b/t5a5/images/DJI_20241106144228_0053_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e49cf334800305390dc8402eab09b6d0130a87f --- /dev/null +++ b/t5a5/images/DJI_20241106144228_0053_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3edd8bff66c8455b46c89ec13faae696a66f776948cebacf8cc18bc8af5bbf +size 9261056 diff --git a/t5a5/images/DJI_20241106144230_0054_D.JPG b/t5a5/images/DJI_20241106144230_0054_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..e27c40661f21599543c30ad86e37245f2d9da726 --- /dev/null +++ b/t5a5/images/DJI_20241106144230_0054_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f603869e36586f452298a1886fe273e3df3092675c8f6dad4af83bbe66464bb +size 9154560 diff --git a/t5a5/images/DJI_20241106144232_0055_D.JPG b/t5a5/images/DJI_20241106144232_0055_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ba1d427f92ad8e46c830d4e6ec1c6f854480ee7 --- /dev/null +++ b/t5a5/images/DJI_20241106144232_0055_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad8e1f0cb7921a863e7861c61553c778ebdeb9549e4797a54a459bda7bec11f +size 8921088 diff --git a/t5a5/images/DJI_20241106144234_0056_D.JPG b/t5a5/images/DJI_20241106144234_0056_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0660acf8073b4e3912816403e1ef7f107fbafa2d --- /dev/null +++ b/t5a5/images/DJI_20241106144234_0056_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe75a3d6447b92cfe9c76e7a1d6ba63683b208194046cab3d7ad7134f3a3acb0 +size 9117696 diff --git a/t5a5/images/DJI_20241106144237_0057_D.JPG b/t5a5/images/DJI_20241106144237_0057_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..756bd1093404eea6ac0b68d22a18ec0657f25931 --- /dev/null +++ b/t5a5/images/DJI_20241106144237_0057_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bffe53033ed909c43dda70fbb74d27bcbfbc0d0165357ee881ed5a74c86a55 +size 9113600 diff --git a/t5a5/images/DJI_20241106144237_0058_D.JPG b/t5a5/images/DJI_20241106144237_0058_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..953eecaf874dd803d163ea75642f5e5cd20ab2a4 --- /dev/null +++ b/t5a5/images/DJI_20241106144237_0058_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671d459662543f98ed9405a6cbf51dc456341aceced4a7629272f4c34f24ed23 +size 9293824 diff --git a/t5a5/images/DJI_20241106144238_0059_D.JPG b/t5a5/images/DJI_20241106144238_0059_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..705ed3507dfaa06d046e09dcdd8d0562d1fc4b43 --- /dev/null +++ b/t5a5/images/DJI_20241106144238_0059_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56282f9375914910802fa68f571ae0e4f7af0a208d06ca8d8c937b635c738d32 +size 9388032 diff --git a/t5a5/images/DJI_20241106144239_0060_D.JPG b/t5a5/images/DJI_20241106144239_0060_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..9feea87fbc3f574ba17e20c924f1eee49ec35af8 --- /dev/null +++ b/t5a5/images/DJI_20241106144239_0060_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd23c61d1c15b62490c96fcd526efe6bd7396598d16ea58ec63ac6538e584f6c +size 9121792 diff --git a/t5a5/images/DJI_20241106144240_0061_D.JPG b/t5a5/images/DJI_20241106144240_0061_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..deca70164dc710460ccd1abca37ff4735dd4d55b --- /dev/null +++ b/t5a5/images/DJI_20241106144240_0061_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe19b5b6958107bec301d16c092011838d5f047179beea1ed5a74d79bc3a0dbe +size 9084928 diff --git a/t5a5/images/DJI_20241106144246_0065_D.JPG b/t5a5/images/DJI_20241106144246_0065_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a376cb9d3ec1df4f5ddc69705a6ad891a6fb607a --- /dev/null +++ b/t5a5/images/DJI_20241106144246_0065_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c662b4d76afc6c69b08ca10677b984d1817c882c34851c9bb0c77df4a93022 +size 10371072 diff --git a/t5a5/images/DJI_20241106144246_0066_D.JPG b/t5a5/images/DJI_20241106144246_0066_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6847dc74ce0d44a6467ef25a63c6b8a5bcf5ca7 --- /dev/null +++ b/t5a5/images/DJI_20241106144246_0066_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7b13e66ec57a87f5d95e0f04fddd67485736790c9f3a60c9d17244f90fdce5 +size 10317824 diff --git a/t5a5/images/DJI_20241106144247_0067_D.JPG b/t5a5/images/DJI_20241106144247_0067_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..8288e3c9ea728635ea6e5e27b91ad31bb5930ecf --- /dev/null +++ b/t5a5/images/DJI_20241106144247_0067_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673493dc003bdff41db381ead53d6fdb8450f90b71272a351eabbddc4487845f +size 9961472 diff --git a/t5a5/images/DJI_20241106144249_0068_D.JPG b/t5a5/images/DJI_20241106144249_0068_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7b3e3df44cf1334bdc46576da2b74f08f5c886a --- /dev/null +++ b/t5a5/images/DJI_20241106144249_0068_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ff7a7d571aa08a5da8985ed25bca87eb0cd321547b66e3ba98829e57cc851e +size 9789440 diff --git a/t5a5/images/DJI_20241106144251_0069_D.JPG b/t5a5/images/DJI_20241106144251_0069_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0ea17553ebb0698c361d00980b39d0a27b4c2b9 --- /dev/null +++ b/t5a5/images/DJI_20241106144251_0069_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7ba15c1d08561145ffbd5abcc3405c099d2d55c27001e6a5a53f05d4ca445f +size 9785344 diff --git a/t5a5/images/DJI_20241106144255_0071_D.JPG b/t5a5/images/DJI_20241106144255_0071_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb4c9fdefea0655b1a3418c9f67420b755f3ee69 --- /dev/null +++ b/t5a5/images/DJI_20241106144255_0071_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5418c66612fd2033acace436fbb639041e44d641f926f3df0d009d35a99d53 +size 9904128 diff --git a/t5a5/images/DJI_20241106144257_0072_D.JPG b/t5a5/images/DJI_20241106144257_0072_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f5fcf77e1d687f04aac467b2d7663954bef759d --- /dev/null +++ b/t5a5/images/DJI_20241106144257_0072_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199e8377b317df5824d5819479f1c8ee6afa96c499cd4c35484d39d7d619bccd +size 9920512 diff --git a/t5a5/images/DJI_20241106144259_0073_D.JPG b/t5a5/images/DJI_20241106144259_0073_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a47f3068d6a78fd9f86889162895a87e4d3aa50 --- /dev/null +++ b/t5a5/images/DJI_20241106144259_0073_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ff707b2410e9926c6dd84de5a0a00615705d922737ba54c7a73f3c1039ba7e +size 10006528 diff --git a/t5a5/images/DJI_20241106144301_0074_D.JPG b/t5a5/images/DJI_20241106144301_0074_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea044b9f08f8be3b63a3c3bd9c3d7116a2d1b51c --- /dev/null +++ b/t5a5/images/DJI_20241106144301_0074_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfedefb9293171383576a3712be6dd986fc450a3f708c6ae3ddc8dd684e8b2b8 +size 9879552 diff --git a/t5a5/images/DJI_20241106144303_0075_D.JPG b/t5a5/images/DJI_20241106144303_0075_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c0279341d248ca7e81b50940612abf242b7925e --- /dev/null +++ b/t5a5/images/DJI_20241106144303_0075_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21511dcddc3ee80711ddbc4f8824bc6dcfde29d1321240e7da97b15f49359133 +size 10248192 diff --git a/t5a5/images/DJI_20241106144307_0077_D.JPG b/t5a5/images/DJI_20241106144307_0077_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d6018428fe3708c7eda7dbea647fa26bef6daef --- /dev/null +++ b/t5a5/images/DJI_20241106144307_0077_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d44d440da094af75ea636d3d258a578e8f893b7ea4f6d70d3d5af154667d63 +size 10293248 diff --git a/t5a5/images/DJI_20241106144309_0078_D.JPG b/t5a5/images/DJI_20241106144309_0078_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..6db5e373b20d9baba1ba5f8a107362bf4a4279fb --- /dev/null +++ b/t5a5/images/DJI_20241106144309_0078_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083e40fcc5b68527a8259acdb1786de7e16c7450ab58d457b76fdd3a728d055a +size 10350592 diff --git a/t5a5/images/DJI_20241106144311_0079_D.JPG b/t5a5/images/DJI_20241106144311_0079_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..c45dfb5b6f6d94ea157c4d98fd59cd2c9fe0de27 --- /dev/null +++ b/t5a5/images/DJI_20241106144311_0079_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b8e2c1ee0faf644e10b58a43f688a4286ad665155d2f8bf3283f70558daacd +size 10055680 diff --git a/t5a5/images/DJI_20241106144313_0080_D.JPG b/t5a5/images/DJI_20241106144313_0080_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..39112f5e4c39f70b857326b306f46f3ea27e4544 --- /dev/null +++ b/t5a5/images/DJI_20241106144313_0080_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a0f909bb47e97f4c8fb501f942eafbb922dd29c298f3c64ff2a2184f7dcaa7 +size 9912320 diff --git a/t5a5/images/DJI_20241106144315_0081_D.JPG b/t5a5/images/DJI_20241106144315_0081_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..6585eae87795d75458aa96845d1d09c75773b392 --- /dev/null +++ b/t5a5/images/DJI_20241106144315_0081_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db5cbcd99888cc0dc363861b87d9e370ccc8e22834609828d4aa1961934e9a3 +size 10076160 diff --git a/t5a5/images/DJI_20241106144317_0082_D.JPG b/t5a5/images/DJI_20241106144317_0082_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cb5e397df28f9961b73bdb750d9f5f25f64c390 --- /dev/null +++ b/t5a5/images/DJI_20241106144317_0082_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e786a2004c7ec500db5ba6f66b3b3097151baef6bd375ea94c96afaded96008 +size 9867264 diff --git a/t5a5/images/DJI_20241106144319_0083_D.JPG b/t5a5/images/DJI_20241106144319_0083_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d2bef3d1a5b21566826cd62f7c56e30e10d4d19 --- /dev/null +++ b/t5a5/images/DJI_20241106144319_0083_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81eeccac47ae9178ad6ec42381e856c25ef1a3ccf652e37863d065b225f3e57e +size 9879552 diff --git a/t5a5/images/DJI_20241106144321_0084_D.JPG b/t5a5/images/DJI_20241106144321_0084_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f69ecb2b808d83b21c0019e0e69f0dd3f49f33b1 --- /dev/null +++ b/t5a5/images/DJI_20241106144321_0084_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26e6ee1da6b414cea2efd930cc1545733e04d2f203407f9e8d74b7a25463ea0 +size 10137600 diff --git a/t5a5/images/DJI_20241106144323_0085_D.JPG b/t5a5/images/DJI_20241106144323_0085_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc3c3bbf93b9507da6e53b4b554e45ffc5acf0b0 --- /dev/null +++ b/t5a5/images/DJI_20241106144323_0085_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4a74f424d2947221aa4b83d35b741ce65a257be5b63963a599277e9deb3f2a +size 10223616 diff --git a/t5a5/images/DJI_20241106144325_0086_D.JPG b/t5a5/images/DJI_20241106144325_0086_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9558c0c07ae7464bf2c0de9c867352f9fe82097 --- /dev/null +++ b/t5a5/images/DJI_20241106144325_0086_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04c9db51a0314b51b5d71e4262d04b6babae9b4987828f9542ab093dbb5a202 +size 9826304 diff --git a/t5a5/images/DJI_20241106144329_0088_D.JPG b/t5a5/images/DJI_20241106144329_0088_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecfcab3e03d9834c6109c24b157c2d24962f02a8 --- /dev/null +++ b/t5a5/images/DJI_20241106144329_0088_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2e08484e20fc627fb835e2d472bb5be2861e1ea8db6ca21a20210b132a52e9 +size 9711616 diff --git a/t5a5/images/DJI_20241106144331_0089_D.JPG b/t5a5/images/DJI_20241106144331_0089_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..93af75ef406e8a628f5f6efda0ed4780733eded5 --- /dev/null +++ b/t5a5/images/DJI_20241106144331_0089_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960349fb37c3d2489b42152c25687caef32eb8ec3a4efb8c6915e473900057dd +size 9482240 diff --git a/t5a5/images/DJI_20241106144333_0090_D.JPG b/t5a5/images/DJI_20241106144333_0090_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef7e0b5fa11fc5154333eedcd12d39481bd61d01 --- /dev/null +++ b/t5a5/images/DJI_20241106144333_0090_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa5976d353bff6578cdc11bf66260859e375529334a638c60ca9ccd694b7163 +size 9461760 diff --git a/t5a5/images/DJI_20241106144335_0091_D.JPG b/t5a5/images/DJI_20241106144335_0091_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe27c1ab076f7efba886812e0f006033a2bef3de --- /dev/null +++ b/t5a5/images/DJI_20241106144335_0091_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff81b37dd0dad3b17a580ceb763b3fbbe5a515a83965d6b111a42012ae5d78e6 +size 9691136 diff --git a/t5a5/images/DJI_20241106144337_0092_D.JPG b/t5a5/images/DJI_20241106144337_0092_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f08fee47abe253c91151f3092cd9b088faf3ea --- /dev/null +++ b/t5a5/images/DJI_20241106144337_0092_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efd39e80e3f8e4d1147f240f2c92c0b689329f7cebd052662476afcf3758284 +size 9322496 diff --git a/t5a5/images/DJI_20241106144343_0095_D.JPG b/t5a5/images/DJI_20241106144343_0095_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7213ac8a32de7400111ddc852a9284528ee13fa7 --- /dev/null +++ b/t5a5/images/DJI_20241106144343_0095_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7b41cd48b8610e8f0f4e0376a924d0fceca104ef6506b92e2d725c9ef77204 +size 9859072 diff --git a/t5a5/images/DJI_20241106144345_0096_D.JPG b/t5a5/images/DJI_20241106144345_0096_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5dd7f2d5e79fe8d9c02fafa07dbf3d20d0803bc --- /dev/null +++ b/t5a5/images/DJI_20241106144345_0096_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2136dd4f7b9d9b6895036556603388603ff41e3c8b59907f1e1db1f454d1f251 +size 9928704 diff --git a/t5a5/images/DJI_20241106144347_0097_D.JPG b/t5a5/images/DJI_20241106144347_0097_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae10cc9459ecbebbedf688aafbbc63254c322603 --- /dev/null +++ b/t5a5/images/DJI_20241106144347_0097_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff965f4686c8eab3d4329a65dae8b5c66b8544efaaa4b7e4ea1470301074721c +size 10043392 diff --git a/t5a5/images/DJI_20241106144353_0100_D.JPG b/t5a5/images/DJI_20241106144353_0100_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcedea298ac2f78dbd3a8c3f785574c099144d93 --- /dev/null +++ b/t5a5/images/DJI_20241106144353_0100_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee72d2ad7d26e118b5497b8c60d83e5fa2a09110fedaa0bfcc6c4e79a36cc5bd +size 9728000 diff --git a/t5a5/images/DJI_20241106144355_0101_D.JPG b/t5a5/images/DJI_20241106144355_0101_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..a67613bafffd4c97904a897997c7e267cc582739 --- /dev/null +++ b/t5a5/images/DJI_20241106144355_0101_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897f6addb9435a893fbb10de08afa7789cd9838b460112b741b45437e36906d2 +size 10199040 diff --git a/t5a5/images/DJI_20241106144357_0102_D.JPG b/t5a5/images/DJI_20241106144357_0102_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d645349749ba0ae5c5ea7668cde5dcad292e0ad9 --- /dev/null +++ b/t5a5/images/DJI_20241106144357_0102_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27f74ec5b8ff313b74ffe6a6e3b142575b86f61812f856c9455486cd9740028 +size 9547776 diff --git a/t5a5/images/DJI_20241106144401_0104_D.JPG b/t5a5/images/DJI_20241106144401_0104_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c7e5beea84afee675ee302ca9c87982d2185800 --- /dev/null +++ b/t5a5/images/DJI_20241106144401_0104_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b342fc91f94a6b5f5a5727be73e46106b7d5662df9575c9dcfce820e609fe98d +size 10067968 diff --git a/t5a5/images/DJI_20241106144403_0105_D.JPG b/t5a5/images/DJI_20241106144403_0105_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..791680310618bb86ce87fb0db03bd528e0ab7ba4 --- /dev/null +++ b/t5a5/images/DJI_20241106144403_0105_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e9ffb9a924561f6f72dbe055b0d287317336374c355a6c2a19b7a83e6cb575 +size 9838592 diff --git a/t5a5/images/DJI_20241106144409_0108_D.JPG b/t5a5/images/DJI_20241106144409_0108_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1cc1cbbbbf1c954713821f9fc01e79ce8469eb9 --- /dev/null +++ b/t5a5/images/DJI_20241106144409_0108_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c89d7e9d6cd58457ab778e4ed88c9a98ab2c2feeb4b9c366cdc519faddc7ad5 +size 10620928 diff --git a/t5a5/images/DJI_20241106144411_0109_D.JPG b/t5a5/images/DJI_20241106144411_0109_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a4fcd8f4840dd9555924c71b701eab59501d737 --- /dev/null +++ b/t5a5/images/DJI_20241106144411_0109_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cbaaf323c0aaad23da5887f9d4b25e1d306c222c045372e1c31b753c58e93b +size 10309632 diff --git a/t5a5/images/DJI_20241106144415_0111_D.JPG b/t5a5/images/DJI_20241106144415_0111_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..30306340fb2aed63f51be7f9d9345b732b52e7e0 --- /dev/null +++ b/t5a5/images/DJI_20241106144415_0111_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ced6da4d34aee6adc313985064d04dd865ff9dad396fd4417dfb53c0aa35da +size 9797632 diff --git a/t5a5/images/DJI_20241106144417_0112_D.JPG b/t5a5/images/DJI_20241106144417_0112_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c86230150ab4542c5c91a6515fc7e7a7ed2aa9b --- /dev/null +++ b/t5a5/images/DJI_20241106144417_0112_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc68f4516be27599ad4733f2d1f65f933d16efda59ef57a91ea8c7f5f8c062f +size 9633792 diff --git a/t5a5/images/DJI_20241106144423_0115_D.JPG b/t5a5/images/DJI_20241106144423_0115_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b572a1788a1e19a006cc7cae04556b63cf18c46 --- /dev/null +++ b/t5a5/images/DJI_20241106144423_0115_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b4341994f1610a3e6d3feb6b7bd54db128771214f819329ffea1a1d2e22018 +size 9969664 diff --git a/t5a5/images/DJI_20241106144425_0116_D.JPG b/t5a5/images/DJI_20241106144425_0116_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef7e26b0bab838273c62da0d444ba9ca5510d376 --- /dev/null +++ b/t5a5/images/DJI_20241106144425_0116_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696aa5fd8161bcb6cb767718c5a7aa5998d6ec6f797b1a3f5722488a34bd1a13 +size 10137600 diff --git a/t5a5/images/DJI_20241106144429_0118_D.JPG b/t5a5/images/DJI_20241106144429_0118_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f28bb659e9043f6798a4c5f5e24446043e48587f --- /dev/null +++ b/t5a5/images/DJI_20241106144429_0118_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb356039d71373590fb036132694af47b697d236eb057076ed0c10811a5a18d6 +size 10039296 diff --git a/t5a5/images/DJI_20241106144431_0119_D.JPG b/t5a5/images/DJI_20241106144431_0119_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1d9f6e4b2a2e8486058a82fdb6473c2b8772dec --- /dev/null +++ b/t5a5/images/DJI_20241106144431_0119_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde5e0196e20f2f5c32c3986360cecc64a619f8c037411d1c1889c36267a09e2 +size 10096640 diff --git a/t5a5/images/DJI_20241106144435_0121_D.JPG b/t5a5/images/DJI_20241106144435_0121_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8dea9c5078fd5e821d0eb219cdc5b3f4b11b994 --- /dev/null +++ b/t5a5/images/DJI_20241106144435_0121_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0509146832d66c0e4a4ada362a7035a90276cc1ff7125428e1abca30007544a +size 10141696 diff --git a/t5a5/images/DJI_20241106144437_0122_D.JPG b/t5a5/images/DJI_20241106144437_0122_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..25887654bba0b98a534253990ec8a5de7fce3eee --- /dev/null +++ b/t5a5/images/DJI_20241106144437_0122_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea26b281bcf74f831c982891e64ea700456cf5269dcdeed673eeffe04419029b +size 10182656 diff --git a/t5a5/images/DJI_20241106144439_0123_D.JPG b/t5a5/images/DJI_20241106144439_0123_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e93b6be55e3b675ab39220dd5e8abf462e8d4c4 --- /dev/null +++ b/t5a5/images/DJI_20241106144439_0123_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b505ffaadb062b308723a3eafa4303931a5d615e31b23d844278766021ffca +size 10321920 diff --git a/t5a5/images/DJI_20241106144443_0125_D.JPG b/t5a5/images/DJI_20241106144443_0125_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bd0ba12689b0258bcc999405291b4341c5f6945 --- /dev/null +++ b/t5a5/images/DJI_20241106144443_0125_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f668f9bd0e70094ad3c90d419465188cc3def37f598e6dc6914423dd5954a93 +size 10194944 diff --git a/t5a5/images/DJI_20241106144445_0126_D.JPG b/t5a5/images/DJI_20241106144445_0126_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..ceae55ec4f16d1506efcc9ce7554c8948df82c9e --- /dev/null +++ b/t5a5/images/DJI_20241106144445_0126_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae8a991a7bb245f6e3835ae8391f4af9675aa64e502c4c87ea7da420122594a +size 10420224 diff --git a/t5a5/images/DJI_20241106144447_0127_D.JPG b/t5a5/images/DJI_20241106144447_0127_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b4ac04c8c6760c669607cca2ff19f2f0f845a06 --- /dev/null +++ b/t5a5/images/DJI_20241106144447_0127_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6ca219b537b3a18de0ee08e260bf39ccd795a07dbbb49075a15d50a8d25462 +size 9879552 diff --git a/t5a5/images/DJI_20241106144451_0129_D.JPG b/t5a5/images/DJI_20241106144451_0129_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa5541b7170a1bb0a24e0033e933ef84b83afbf4 --- /dev/null +++ b/t5a5/images/DJI_20241106144451_0129_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f18c0ccc009e115bcbe14250cd1e2d1b2ac4f9201fe3159fae6ea7d643f140 +size 9658368 diff --git a/t5a5/images/DJI_20241106144454_0130_D.JPG b/t5a5/images/DJI_20241106144454_0130_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cc75341e193f349f2ee61d21729edc19fdb3f57 --- /dev/null +++ b/t5a5/images/DJI_20241106144454_0130_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919ce8fd118fdf0e5fbe8e4a9332455711bc63c21b3906a5a25b3a24207cffba +size 9871360 diff --git a/t5a5/images/DJI_20241106144455_0131_D.JPG b/t5a5/images/DJI_20241106144455_0131_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ccba95da9e00c4c521fc560d84db7f84e5c497 --- /dev/null +++ b/t5a5/images/DJI_20241106144455_0131_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a314151e6f32fb0230598e7af53bdc05280e99fdc2bc1abf766223272f7007 +size 9936896 diff --git a/t5a5/images/DJI_20241106144455_0132_D.JPG b/t5a5/images/DJI_20241106144455_0132_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..e508d5b26aa4b0d2c8767840777e4d1a826edb59 --- /dev/null +++ b/t5a5/images/DJI_20241106144455_0132_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be8942c472963f4ec8f6661bc2b6de33c919904f3e4c5016adcb0a63e877f63 +size 9752576 diff --git a/t5a5/images/DJI_20241106144456_0133_D.JPG b/t5a5/images/DJI_20241106144456_0133_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..af01671b4c1fa45068791f2da6874918fd8fecfe --- /dev/null +++ b/t5a5/images/DJI_20241106144456_0133_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ce127ec0f6c3d657164970d7a3bab80990122e0804b53c8a7c4100c12ab281 +size 10129408 diff --git a/t5a5/images/DJI_20241106144457_0134_D.JPG b/t5a5/images/DJI_20241106144457_0134_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbbe3d3881039815fe60967d5f970d5091225efe --- /dev/null +++ b/t5a5/images/DJI_20241106144457_0134_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fdbbbf737a04dcfe379edeefa07f9504def7471fdf0ea2234fb990f117d062 +size 10584064 diff --git a/t5a5/images/DJI_20241106144500_0136_D.JPG b/t5a5/images/DJI_20241106144500_0136_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb7ec2bfd6881a60aa999c37817409fb52204bdb --- /dev/null +++ b/t5a5/images/DJI_20241106144500_0136_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bacd62af414e7acb1c8a222ed12eabbe55fb7a71f7fd1d959d839577747ae9 +size 10088448 diff --git a/t5a5/images/DJI_20241106144502_0138_D.JPG b/t5a5/images/DJI_20241106144502_0138_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2c079a39545cea143a19008d116007932143da9 --- /dev/null +++ b/t5a5/images/DJI_20241106144502_0138_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d8699599ec5d5a9b5f613b87e3f56451f20e156f2011edb7c7dcef076f26a4 +size 9674752 diff --git a/t5a5/images/DJI_20241106144504_0140_D.JPG b/t5a5/images/DJI_20241106144504_0140_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..341174c007ae825b16f6ddf10e61373de7356418 --- /dev/null +++ b/t5a5/images/DJI_20241106144504_0140_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e685ab418a0cbd27bd8e35af30dce6e8f26f1e6c7fc54d4cea3a5347a8813923 +size 8851456 diff --git a/t5a5/images/DJI_20241106144506_0141_D.JPG b/t5a5/images/DJI_20241106144506_0141_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f169e01f434d2b5aef1c10b91736fa37431cfe60 --- /dev/null +++ b/t5a5/images/DJI_20241106144506_0141_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dc475ed33357447cd400230a8e96d95d22cfb7b67533779ae7a4d4aac8019a +size 9162752 diff --git a/t5a5/images/DJI_20241106144508_0142_D.JPG b/t5a5/images/DJI_20241106144508_0142_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..109425e9ebd084628f3d459c1d2de3146309ba74 --- /dev/null +++ b/t5a5/images/DJI_20241106144508_0142_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a863db2ac43fdb4a089e227022650fc84d66762af1574a24c5a72391f9cbd6 +size 9404416 diff --git a/t5a5/images/DJI_20241106144510_0143_D.JPG b/t5a5/images/DJI_20241106144510_0143_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..41de8c23f250c2d24b53824aa47b205f94c7399c --- /dev/null +++ b/t5a5/images/DJI_20241106144510_0143_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a6af242d21671a717a40aa1b01c46d9eb268d4c522d0b98386633063a1ac41 +size 9240576 diff --git a/t5a5/images/DJI_20241106144512_0144_D.JPG b/t5a5/images/DJI_20241106144512_0144_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6b146a04742108be8ec0e24d98bba6c40d307aa --- /dev/null +++ b/t5a5/images/DJI_20241106144512_0144_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732e6766ea4ba6e273f11e41d42cb26f40db704321aa0100c0d14ed99b3d1ac9 +size 9256960 diff --git a/t5a5/images/DJI_20241106144516_0146_D.JPG b/t5a5/images/DJI_20241106144516_0146_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8db174ff9d256fa024cef26c53e436cfac2b582 --- /dev/null +++ b/t5a5/images/DJI_20241106144516_0146_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025aff81234f756a03944558cd2d0e5952cf8a159231e73dd2ca491d97e643a0 +size 9285632 diff --git a/t5a5/images/DJI_20241106144518_0147_D.JPG b/t5a5/images/DJI_20241106144518_0147_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..d65fa29c275d2ba0182cfc21d531cbd1606f3685 --- /dev/null +++ b/t5a5/images/DJI_20241106144518_0147_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99110df0024073b18555716fe0b1c989c31310e817f538d59f8e24be35fae52 +size 9195520 diff --git a/t5a5/images/DJI_20241106144520_0148_D.JPG b/t5a5/images/DJI_20241106144520_0148_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..2556869856056eba2b5c73e8100767c232576cff --- /dev/null +++ b/t5a5/images/DJI_20241106144520_0148_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45483c7090283560420a2ebe6531d44418159eb07ed27ada579bd0aee4780511 +size 9035776 diff --git a/t5a5/images/DJI_20241106144522_0149_D.JPG b/t5a5/images/DJI_20241106144522_0149_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..35da671be7a6c62e4b7708802111cd02a6dc4471 --- /dev/null +++ b/t5a5/images/DJI_20241106144522_0149_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f63f3fca1e625ce3fae192c123817255a413017a968bcb87b6d42dd9f8e055 +size 9109504 diff --git a/t5a5/images/DJI_20241106144524_0150_D.JPG b/t5a5/images/DJI_20241106144524_0150_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c9ade9c06cd2e6ccb920e26f1263ff96b9e58fa --- /dev/null +++ b/t5a5/images/DJI_20241106144524_0150_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91e0bd6475561efa2ae87c6566d68d94f1653f119d73d04095e946bb2e04751 +size 8970240 diff --git a/t5a5/images/DJI_20241106144526_0151_D.JPG b/t5a5/images/DJI_20241106144526_0151_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..3aedf351f0870410b7214418bddfea54b9148781 --- /dev/null +++ b/t5a5/images/DJI_20241106144526_0151_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd536b3c8d3389e9be9115dd5b4889efb0fecd8d89a266162c80ee53bf5af0 +size 8818688 diff --git a/t5a5/images/DJI_20241106144528_0152_D.JPG b/t5a5/images/DJI_20241106144528_0152_D.JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0f724dfdddef85834f9210c24b0ccc69e1076f5 --- /dev/null +++ b/t5a5/images/DJI_20241106144528_0152_D.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6f9c3b251adb4c09d7268c707f1b10bde4f629e41b661228944c7e38acdb46 +size 8847360 diff --git a/t5a5/masks/DJI_20241106144054_0006_D.png b/t5a5/masks/DJI_20241106144054_0006_D.png new file mode 100644 index 0000000000000000000000000000000000000000..1c21b15065c0d33ae98d4f606da4743ea7fdf753 --- /dev/null +++ b/t5a5/masks/DJI_20241106144054_0006_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b755051fe6bc54f046ee91531d864008e48d7b840dc894e03a6ecf1ba76bc19b +size 123497 diff --git a/t5a5/masks/DJI_20241106144106_0012_D.png b/t5a5/masks/DJI_20241106144106_0012_D.png new file mode 100644 index 0000000000000000000000000000000000000000..491584c7e06b8cee06cb5cf67045c6dd360d299f --- /dev/null +++ b/t5a5/masks/DJI_20241106144106_0012_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0786a85df9efe160e9647af5fd0edaf00a803a9c3223df3e4a058759e56d3520 +size 134449 diff --git a/t5a5/masks/DJI_20241106144118_0018_D.png b/t5a5/masks/DJI_20241106144118_0018_D.png new file mode 100644 index 0000000000000000000000000000000000000000..c69b8202da0d3fef0d49c22e0a6bcd8d1aae4418 --- /dev/null +++ b/t5a5/masks/DJI_20241106144118_0018_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877187c5104afa4200ba3a0ee795ef87620c3a8a05369d8e0f9640449c1b7dcd +size 170778 diff --git a/t5a5/masks/DJI_20241106144132_0025_D.png b/t5a5/masks/DJI_20241106144132_0025_D.png new file mode 100644 index 0000000000000000000000000000000000000000..f9242c875e86d4c4b8d8a37826c06aa6db9d5dcf --- /dev/null +++ b/t5a5/masks/DJI_20241106144132_0025_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a3e465b2e0bb867a2d9fc0a927cae1c03c083f37531ec87f77420e8c4d1695 +size 215463 diff --git a/t5a5/masks/DJI_20241106144134_0026_D.png b/t5a5/masks/DJI_20241106144134_0026_D.png new file mode 100644 index 0000000000000000000000000000000000000000..7be60ccc95b903206f8529f52449df4f0096993f --- /dev/null +++ b/t5a5/masks/DJI_20241106144134_0026_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94be57b280db829f5f0e50b898572fdab02989f7262180c965fdf339b59f510 +size 220236 diff --git a/t5a5/masks/DJI_20241106144140_0029_D.png b/t5a5/masks/DJI_20241106144140_0029_D.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9ee65dc013f40d231b69e814ab8d81fc1e6ccc --- /dev/null +++ b/t5a5/masks/DJI_20241106144140_0029_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704a48c2e58d4428ea990e3115757b796abe42388ee21a82ebf5f30209c8a59b +size 209255 diff --git a/t5a5/masks/DJI_20241106144142_0030_D.png b/t5a5/masks/DJI_20241106144142_0030_D.png new file mode 100644 index 0000000000000000000000000000000000000000..c54fa7651de8470739ae15389ae91e879495914b --- /dev/null +++ b/t5a5/masks/DJI_20241106144142_0030_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a89b4c2f13352c8bbd44325fcf0d01c50420ba9a878cf552b217decb025a1d +size 200684 diff --git a/t5a5/masks/DJI_20241106144148_0033_D.png b/t5a5/masks/DJI_20241106144148_0033_D.png new file mode 100644 index 0000000000000000000000000000000000000000..b4dd72989d13c0f428ab245afd0fac742eb8a101 --- /dev/null +++ b/t5a5/masks/DJI_20241106144148_0033_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc33c0ff298a192da6e5eb6aff0045d95272818534f5dfb931cc66843cec91c +size 194278 diff --git a/t5a5/masks/DJI_20241106144154_0036_D.png b/t5a5/masks/DJI_20241106144154_0036_D.png new file mode 100644 index 0000000000000000000000000000000000000000..32cdbdb00bc6e1f5ab008b56938cc9496b0f6f55 --- /dev/null +++ b/t5a5/masks/DJI_20241106144154_0036_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2871e3bca6406dc6b4f3cb72249ea63b8f7be28a895a1f7c5cc849273698c6 +size 193836 diff --git a/t5a5/masks/DJI_20241106144202_0040_D.png b/t5a5/masks/DJI_20241106144202_0040_D.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f325b3e93b149f4732fef071087ee64dece2b4 --- /dev/null +++ b/t5a5/masks/DJI_20241106144202_0040_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca38fdc70268720fd68a0f9912e2fcc23d61b34220eb9f15341275b5fc8d6751 +size 193491 diff --git a/t5a5/masks/DJI_20241106144230_0054_D.png b/t5a5/masks/DJI_20241106144230_0054_D.png new file mode 100644 index 0000000000000000000000000000000000000000..460f89106018a8de7112e236c75c20a8bb642637 --- /dev/null +++ b/t5a5/masks/DJI_20241106144230_0054_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c14603090193f17a03d8c3779bf0604ad1b067127bcbd0bcc59894f38df34b +size 156417 diff --git a/t5a5/masks/DJI_20241106144244_0064_D.png b/t5a5/masks/DJI_20241106144244_0064_D.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f6b3ef7507dd95e019c778d41b6f65a7f69b23 --- /dev/null +++ b/t5a5/masks/DJI_20241106144244_0064_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0bbfada14fbe27c09f45d2d5ac2e8fd373fae229b1c5ea18198bdfa1c161b +size 191784 diff --git a/t5a5/masks/DJI_20241106144251_0069_D.png b/t5a5/masks/DJI_20241106144251_0069_D.png new file mode 100644 index 0000000000000000000000000000000000000000..291cd5235876023ce01707a0c93c03ab638df0b9 --- /dev/null +++ b/t5a5/masks/DJI_20241106144251_0069_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c354bccbb60f91f01547f8cb862df076d08a5ceeacf68bc7aa3025545d03fc1 +size 169750 diff --git a/t5a5/masks/DJI_20241106144255_0071_D.png b/t5a5/masks/DJI_20241106144255_0071_D.png new file mode 100644 index 0000000000000000000000000000000000000000..7e2b6c61f025beda8037dadc16315e257ee19cf4 --- /dev/null +++ b/t5a5/masks/DJI_20241106144255_0071_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7e1f8a65720f4ceebdaccdd7eabcfb1879eb1559ebfa0c9c7adb1b3d06b002 +size 176221 diff --git a/t5a5/masks/DJI_20241106144257_0072_D.png b/t5a5/masks/DJI_20241106144257_0072_D.png new file mode 100644 index 0000000000000000000000000000000000000000..4453c0f1de1c0a103d467b6947572a96e222cdee --- /dev/null +++ b/t5a5/masks/DJI_20241106144257_0072_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c8e58719b7bd0ec8b3a6d58af9b84e49a957f060dc85afd5c1dbd73737eb9b +size 179609 diff --git a/t5a5/masks/DJI_20241106144301_0074_D.png b/t5a5/masks/DJI_20241106144301_0074_D.png new file mode 100644 index 0000000000000000000000000000000000000000..7c48140bf42c1f3f36dd203d675f258a4ba35192 --- /dev/null +++ b/t5a5/masks/DJI_20241106144301_0074_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3583bae0107bdfd5501e1d5d81463bb9c16479dbc31cd2094ca0bd09edf6cb63 +size 185303 diff --git a/t5a5/masks/DJI_20241106144305_0076_D.png b/t5a5/masks/DJI_20241106144305_0076_D.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae584383977bee58c2cc7c566c6dbf0505481fb --- /dev/null +++ b/t5a5/masks/DJI_20241106144305_0076_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4dac33979fdb7263bbf2868441bc79a640ea39d78e0e2e6acc1ae3bc8496b5 +size 186218 diff --git a/t5a5/masks/DJI_20241106144307_0077_D.png b/t5a5/masks/DJI_20241106144307_0077_D.png new file mode 100644 index 0000000000000000000000000000000000000000..492e8881c118553a21ce3b4da1ff89188f0e1c4d --- /dev/null +++ b/t5a5/masks/DJI_20241106144307_0077_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816b6044808703fe3321c3c70c67deb3b84f11841d1c9245862f53e948b3a4c9 +size 185367 diff --git a/t5a5/masks/DJI_20241106144309_0078_D.png b/t5a5/masks/DJI_20241106144309_0078_D.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7fe5d3e5b3416e1c6ccc525e6ce0c16e8c9b41 --- /dev/null +++ b/t5a5/masks/DJI_20241106144309_0078_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bce54cae698048396995221fde2eba049a497a8d6f3da1b34180aa4b65848f +size 180206 diff --git a/t5a5/masks/DJI_20241106144323_0085_D.png b/t5a5/masks/DJI_20241106144323_0085_D.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8bd55e667ae567a47891df07d01f317647b190 --- /dev/null +++ b/t5a5/masks/DJI_20241106144323_0085_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835c0bc3c3fe3a81c6b2300484e155801f7f9ff94e7fcce00efdea79edc9e0ac +size 163325 diff --git a/t5a5/masks/DJI_20241106144347_0097_D.png b/t5a5/masks/DJI_20241106144347_0097_D.png new file mode 100644 index 0000000000000000000000000000000000000000..5888a8b911de9dda51b8750ffeb392ce3b957db1 --- /dev/null +++ b/t5a5/masks/DJI_20241106144347_0097_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8285d114f41f967752655f62d2826c9b3509cbf7737e47cb4b1bf484973b5196 +size 101180 diff --git a/t5a5/masks/DJI_20241106144353_0100_D.png b/t5a5/masks/DJI_20241106144353_0100_D.png new file mode 100644 index 0000000000000000000000000000000000000000..26f8a47027e259bdd442d549e31b362f5ad38a5a --- /dev/null +++ b/t5a5/masks/DJI_20241106144353_0100_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ecfa376d8f191589be839af8a3365337bddd220cae6596d6f763b520d42dd6 +size 80603 diff --git a/t5a5/masks/DJI_20241106144407_0107_D.png b/t5a5/masks/DJI_20241106144407_0107_D.png new file mode 100644 index 0000000000000000000000000000000000000000..9e2df13be6268466ddb5cbf9746899bb9873883a --- /dev/null +++ b/t5a5/masks/DJI_20241106144407_0107_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc38fe8ba7528b0143effb1dea9cd5dfae045ae371bb9d7faf6aece2d0650ba +size 64042 diff --git a/t5a5/masks/DJI_20241106144413_0110_D.png b/t5a5/masks/DJI_20241106144413_0110_D.png new file mode 100644 index 0000000000000000000000000000000000000000..c53397fe7d06cddee547ccbae2567892b132142a --- /dev/null +++ b/t5a5/masks/DJI_20241106144413_0110_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201a3a1393e6df695e08315f27fe25b7faf87f2901b1739c513aa5a1676cbd10 +size 59999 diff --git a/t5a5/masks/DJI_20241106144415_0111_D.png b/t5a5/masks/DJI_20241106144415_0111_D.png new file mode 100644 index 0000000000000000000000000000000000000000..62f549fe9ffd5f440cefa03969235e5c6bf5596c --- /dev/null +++ b/t5a5/masks/DJI_20241106144415_0111_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f927c1e2485e0616116a20e8082b3022b9a996da2f5fe1dcd555fc39a30c67 +size 61470 diff --git a/t5a5/masks/DJI_20241106144429_0118_D.png b/t5a5/masks/DJI_20241106144429_0118_D.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9e38aa01120fefcb8961dca5bee78a1dd0f577 --- /dev/null +++ b/t5a5/masks/DJI_20241106144429_0118_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef969bf0c861c64150b265b4d77e1845da192b86bd1a19cf16cf8afdfeedeaa +size 78474 diff --git a/t5a5/masks/DJI_20241106144433_0120_D.png b/t5a5/masks/DJI_20241106144433_0120_D.png new file mode 100644 index 0000000000000000000000000000000000000000..6ffa7c34416d98c11a2a329125a23328e3445bc5 --- /dev/null +++ b/t5a5/masks/DJI_20241106144433_0120_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1292dc818e72b0449529263d1e6d6709293b37258e1bf19b938c358e26025ffe +size 84288 diff --git a/t5a5/masks/DJI_20241106144449_0128_D.png b/t5a5/masks/DJI_20241106144449_0128_D.png new file mode 100644 index 0000000000000000000000000000000000000000..6a59090a49b9f99dc3d34878c93d31b06946f502 --- /dev/null +++ b/t5a5/masks/DJI_20241106144449_0128_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771b27a3a286d345c3e89a5b5183dddbd000586b9438e8d87448d7b1e98175bd +size 66749 diff --git a/t5a5/masks/DJI_20241106144455_0131_D.png b/t5a5/masks/DJI_20241106144455_0131_D.png new file mode 100644 index 0000000000000000000000000000000000000000..daa1958929c8b5a684ed8333e8e0c5d6962fb061 --- /dev/null +++ b/t5a5/masks/DJI_20241106144455_0131_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0591f072e39a30027828a362706aa416382ab451ac298d985dc9507854ff29f8 +size 47100 diff --git a/t5a5/masks/DJI_20241106144456_0133_D.png b/t5a5/masks/DJI_20241106144456_0133_D.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e3384a023d643822e0cfde31f137b5e2452626 --- /dev/null +++ b/t5a5/masks/DJI_20241106144456_0133_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7150b74029b183be84423cb60157294d40da11c1490021ca910d7199efef38f9 +size 46066 diff --git a/t5a5/masks/DJI_20241106144457_0134_D.png b/t5a5/masks/DJI_20241106144457_0134_D.png new file mode 100644 index 0000000000000000000000000000000000000000..23504f390fe72da86c283e00f77ed62529ceb15b --- /dev/null +++ b/t5a5/masks/DJI_20241106144457_0134_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9a41dfd58c10e38625434665210240caac54c6575edcc8857ada277d8c4368 +size 43704 diff --git a/t5a5/masks/DJI_20241106144502_0138_D.png b/t5a5/masks/DJI_20241106144502_0138_D.png new file mode 100644 index 0000000000000000000000000000000000000000..69faf7bf07760b45fdbff7a94f44fa15e1781b6e --- /dev/null +++ b/t5a5/masks/DJI_20241106144502_0138_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d278ce379105a507a4ab9af47a3fb675f01cdebd77bf537b67462bf6ed5b4f9 +size 147042 diff --git a/t5a5/masks/DJI_20241106144526_0151_D.png b/t5a5/masks/DJI_20241106144526_0151_D.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6a9b6450e933a0eab0a1fff9e7c8a605b25cf4 --- /dev/null +++ b/t5a5/masks/DJI_20241106144526_0151_D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c02a940e46fe092c19d577fdb3647975682c33255c9234f10d8a683a0bafe6f +size 138486 diff --git a/t5a5/pose/camera_calibration.xml b/t5a5/pose/camera_calibration.xml new file mode 100644 index 0000000000000000000000000000000000000000..066397b52174324f0503e723b8dc5db390a20230 --- /dev/null +++ b/t5a5/pose/camera_calibration.xml @@ -0,0 +1,18 @@ + + + frame + 5280 + 3956 + 3716.6734517269265 + -10.484807389207424 + -50.05219500160635 + 0.88551519635023523 + -0.28632259972847707 + -0.090922534599297791 + -0.088425035402332625 + 0.13851121204003874 + -0.08826779797386386 + -0.00015918806245640866 + -9.3922222717701242e-05 + 2025-04-23T11:32:43Z + diff --git a/t5a5/pose/cameras_pose.txt b/t5a5/pose/cameras_pose.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ec085123250d8e6e215dfa56d7223fcef5688ba --- /dev/null +++ b/t5a5/pose/cameras_pose.txt @@ -0,0 +1,152 @@ +# Cameras (150) +# PhotoID, X, Y, Z, Omega, Phi, Kappa, r11, r12, r13, r21, r22, r23, r31, r32, r33 +DJI_20241106144048_0003_D 362247.0858954523573630 5109357.2979212226346135 2372.7238248659195960 36.8366635244111222 -17.6525726304948058 -21.8682984629705857 0.8843435832908432 -0.4668326473925724 0.0019251027905782 0.3549355910238714 0.6750388181944506 0.6467946506853430 -0.3032443782114476 -0.5713054115436697 0.7626617689540175 +DJI_20241106144050_0004_D 362248.2714653479051776 5109359.2706427006050944 2371.8781989188078114 36.7553414414514634 -17.6972093947612947 -22.1358870391112497 0.8824571885292843 -0.4703927034441703 0.0001223089367894 0.3589727292951775 0.6736011903644755 0.6460650245617179 -0.3039866609497243 -0.5700808196089795 0.7632823652349052 +DJI_20241106144052_0005_D 362252.6563367874477990 5109366.3733656918630004 2369.6746827300303266 36.7000119233685425 -17.6289302955167280 -22.2307562241194745 0.8821963049395108 -0.4708799185583399 -0.0013348593803175 0.3605701916314313 0.6737017245230612 0.6450698592257480 -0.3028511457101445 -0.5695595567393680 0.7641224344755935 +DJI_20241106144054_0006_D 362258.9976330734789371 5109376.6373211247846484 2366.4127993011265971 36.7259580143897892 -17.6645417287853661 -22.3570783652454388 0.8812249448160429 -0.4726903700604320 -0.0025319332721069 0.3624426551045260 0.6722350150585050 0.6455504676553748 -0.3034434352474020 -0.5697928558532681 0.7637134168153871 +DJI_20241106144056_0007_D 362266.9342072379658930 5109389.5941622536629438 2362.2682046810741667 36.7864031676735692 -17.6933815790720601 -22.4128066100216614 0.8807306891095006 -0.4736058868921257 -0.0033041128654098 0.3632413177089468 0.6709840356641495 0.6464024821989156 -0.3039230138863666 -0.5705066939002332 0.7629894585413701 +DJI_20241106144058_0008_D 362275.2858663156512193 5109403.2743685534223914 2357.8946731035211997 36.8849357177722865 -17.7496611615972171 -22.3754456629399066 0.8806908803259978 -0.4736819054301106 -0.0030042933810097 0.3625531225186450 0.6699663106629563 0.6478428636086438 -0.3048586667008175 -0.5716385178106588 0.7617680738207881 +DJI_20241106144100_0009_D 362283.3407892314135097 5109416.3403559271246195 2353.5862325880661956 36.9325311326356172 -17.7737356351957096 -22.3643611939239193 0.8806424655903419 -0.4737720844564796 -0.0029765397236313 0.3623339652710593 0.6694280580430467 0.6485215283363120 -0.3052588170879180 -0.5721940991433568 0.7611904935662345 +DJI_20241106144102_0010_D 362291.4527192683890462 5109429.5009368676692247 2349.2826129580685119 36.9745174231368381 -17.7840101884726494 -22.3524721838971203 0.8806669902547268 -0.4737259451037902 -0.0030628762955618 0.3621303982675426 0.6690118770690096 0.6490644675155092 -0.3054295776873490 -0.5727188117009263 0.7607272413931336 +DJI_20241106144104_0011_D 362299.3783133932156488 5109442.4621830563992262 2345.0296634209635158 36.9946503082835676 -17.7830799762094394 -22.3417381937555675 0.8807394039428469 -0.4735909347373878 -0.0031191147729330 0.3619672896186317 0.6688760378854631 0.6492954082609751 -0.3054141181879796 -0.5729890683749665 0.7605299099537419 +DJI_20241106144106_0012_D 362307.4073186031309888 5109455.5372536974027753 2340.7651825911289052 37.0249217699619919 -17.7807264008111154 -22.3169513166489679 0.8809075183807556 -0.4732781711580025 -0.0031171726926132 0.3615910004491405 0.6687466601174656 0.6496382477778878 -0.3053750029954136 -0.5733983582877363 0.7602370881892569 +DJI_20241106144108_0013_D 362315.5427253093221225 5109468.7510422160848975 2336.4663980734590041 37.0163734773784583 -17.7704873720800052 -22.3279472472966809 0.8808885736946253 -0.4733122131694366 -0.0032969074750388 0.3617807798446073 0.6687916564812525 0.6494862489353340 -0.3052048296952019 -0.5733177732163136 0.7603661899670520 +DJI_20241106144110_0014_D 362323.5235468381433748 5109481.7201274735853076 2332.2302487940783067 37.0024496629584618 -17.7775234540106979 -22.3450303359514741 0.8807459950606380 -0.4735775268760459 -0.0032891066591220 0.3620291541017209 0.6687815639819068 0.6493582302999690 -0.3053217708664742 -0.5731104131979130 0.7604755555039739 +DJI_20241106144112_0015_D 362331.6239151835907251 5109494.9120474504306912 2327.9455244483833667 36.9953702836926013 -17.7872740985104159 -22.3635408796051038 0.8805809236859300 -0.4738841736666603 -0.0033206608831928 0.3622939026939165 0.6686716566668188 0.6493237587223056 -0.3054838210302562 -0.5729851704178019 0.7605048517728449 +DJI_20241106144114_0016_D 362339.6581661787349731 5109508.0132049433887005 2323.6652529846141988 36.9958145366289344 -17.7955918564308924 -22.3767379889158633 0.8804564343854095 -0.4741150683666929 -0.0033718091549718 0.3624798331397200 0.6685257867138893 0.6493701895418177 -0.3056220504419345 -0.5729643745000391 0.7604649813353975 +DJI_20241106144116_0017_D 362347.6867075024638325 5109521.0503188734874129 2319.4175994846236790 36.9894076588269201 -17.8092770619236056 -22.3824350768859048 0.8803528635717178 -0.4743084406304543 -0.0032153923218417 0.3625395705415633 0.6684991474931310 0.6493642657187846 -0.3058494652482098 -0.5728353977781611 0.7604707171612333 +DJI_20241106144118_0018_D 362355.8059975281357765 5109534.2874061577022076 2315.1176433270888992 36.9846881023671727 -17.8181923197052505 -22.3922081786709661 0.8802469987721410 -0.4745051354764211 -0.0031776656749159 0.3626715958399536 0.6684377702573379 0.6493537255335491 -0.3059976057480517 -0.5727441171237829 0.7604798758524507 +DJI_20241106144120_0019_D 362363.7609823712264188 5109547.2998029226437211 2310.8693555377103621 36.9545434356512033 -17.8626380343650482 -22.4417269554700418 0.8797135674269398 -0.4754948736936327 -0.0029435312200136 0.3633415038780928 0.6681995027389881 0.6492244420067494 -0.3067360279533088 -0.5722010569987136 0.7605911908015908 +DJI_20241106144122_0020_D 362369.5511646390659735 5109556.6597852176055312 2307.9782996199041918 36.9119432713093829 -17.9166653819209607 -22.3887268863061379 0.8797814642179074 -0.4753764988273921 -0.0013264920677269 0.3624172621865718 0.6689163078831573 0.6490028513937015 -0.3076333910481518 -0.5714614225042453 0.7607848180015417 +DJI_20241106144124_0021_D 362373.2050340208807029 5109562.7054886883124709 2305.9130046327309174 36.9284379703363470 -17.8183155372826683 -22.2960160085886692 0.8808540275777618 -0.4733852065034385 -0.0016212229127748 0.3611930154039524 0.6698701783825048 0.6487014334323544 -0.3059996531426735 -0.5719968447268636 0.7610412747670625 +DJI_20241106144126_0022_D 362375.9731805652845651 5109567.1844868380576372 2304.4201703438247932 36.9197401960427669 -17.7844615587852317 -22.3057553332956147 0.8809597390353493 -0.4731866751894827 -0.0020757220171017 0.3614113015561775 0.6700164325881534 0.6484287556619575 -0.3054370791279917 -0.5719898167668435 0.7612725137615266 +DJI_20241106144128_0023_D 362378.9011628620210104 5109571.8929906822741032 2302.8580649116588575 36.9016317955541737 -17.7544549901063426 -22.3445073020359004 0.8808629271742923 -0.4733635301864658 -0.0027334628851930 0.3620678191529628 0.6700149888857455 0.6480638926851674 -0.3049383509231918 -0.5718451564522005 0.7615810654017096 +DJI_20241106144130_0024_D 362381.9726700136670843 5109576.7869970826432109 2301.2783245999235078 36.8895123137110659 -17.7462283164290398 -22.3729994248704323 0.8807232476329351 -0.4736213865973595 -0.0030566708181147 0.3625224729799849 0.6699478222051450 0.6478791338722523 -0.3048016037742785 -0.5717103267216517 0.7617370180426117 +DJI_20241106144132_0025_D 362385.0364261514041573 5109581.7545079747214913 2299.6941500105963314 36.8839076019025640 -17.7244950123030343 -22.3783113697073546 0.8807964802761724 -0.4734832844463730 -0.0033376163622015 0.3626481156167750 0.6700498394010916 0.6477032939225904 -0.3044403136457272 -0.5717051618347050 0.7618853610346146 +DJI_20241106144134_0026_D 362388.0896115664509125 5109586.7513539390638471 2298.1052444290930907 36.8796926907040046 -17.7185290657424623 -22.3935121603518930 0.8807295420169357 -0.4736062560474010 -0.0035479644026802 0.3628938561793128 0.6699945213746862 0.6476228767386262 -0.3043411292710001 -0.5716681341133758 0.7619527685318717 +DJI_20241106144136_0027_D 362391.2581029701977968 5109592.0100347511470318 2296.2267000764236400 36.8139992086194212 -17.6701448862568746 -22.4395704547451302 0.8806747696079980 -0.4737034661165301 -0.0041202384743675 0.3636997013014653 0.6705397012110657 0.6466057812709382 -0.3035366163235096 -0.5709479269504010 0.7628132060091216 +DJI_20241106144138_0028_D 362397.0683735479833558 5109601.3178109135478735 2293.2673346006499742 36.7094638473623078 -17.5944170925108985 -22.4845181321804368 0.8807590999113455 -0.4735412993069191 -0.0046952927567360 0.3645435734788782 0.6716344320170865 0.6449923819428688 -0.3022770103044666 -0.5697945485697462 0.7641745752520118 +DJI_20241106144140_0029_D 362404.2202737574698403 5109612.9828274473547935 2289.7718997659162596 36.7209852545539661 -17.5998423208573129 -22.5170868476914698 0.8805252956533650 -0.4739718257459073 -0.0050903942524666 0.3650332029135282 0.6712147685961675 0.6451523038702447 -0.3023672675493257 -0.5699310860248670 0.7640370362078466 +DJI_20241106144142_0030_D 362412.4557014144957066 5109626.4995147548615932 2286.0560990945327831 36.7768334657747786 -17.6628560753985653 -22.5269726784771613 0.8801545976792555 -0.4746619726378333 -0.0048883448761976 0.3650574995213811 0.6702633952547243 0.6461269248567233 -0.3034154020930135 -0.5704761105543071 0.7632143218386072 +DJI_20241106144144_0031_D 362420.8490216839127243 5109640.1628988077864051 2282.6937645119392073 36.8162247014726418 -17.6857822147591115 -22.4951225136330955 0.8802451531445697 -0.4744971609116508 -0.0045732540139359 0.3645216934714167 0.6699953634671147 0.6467071577780003 -0.3037966513216098 -0.5709278914358202 0.7627246799641565 +DJI_20241106144146_0032_D 362428.9810932378750294 5109653.3543039737269282 2279.8092794779645374 36.8380788610793033 -17.7172061677642745 -22.4796394253057663 0.8801895362797046 -0.4746038335123267 -0.0041930226713066 0.3642200488347475 0.6697570660543108 0.6471238123397531 -0.3043191355313248 -0.5711187912209901 0.7623733928094174 +DJI_20241106144148_0033_D 362437.3699404663057067 5109667.0050731049850583 2277.2005307149752298 36.8583037949869805 -17.7341125361482845 -22.4704478422513887 0.8801649376552367 -0.4746507020996732 -0.0040488910384282 0.3640445046675959 0.6695402864948619 0.6474468344055002 -0.3046001988569258 -0.5713339791721347 0.7620998642564215 +DJI_20241106144150_0034_D 362445.5213873877655715 5109680.2596821440383792 2274.9269663976388074 36.8552506368711619 -17.7222576547208064 -22.4672369758144583 0.8802435587605534 -0.4745041572194347 -0.0041330427084807 0.3640192565679941 0.6696465588669570 0.6473511157365284 -0.3044031177702380 -0.5713311570176416 0.7621807206382499 +DJI_20241106144152_0035_D 362453.9460289651760831 5109693.9177374700084329 2272.7918551025427405 36.8741650654210247 -17.7127041040061144 -22.4596044802124943 0.8803389370431015 -0.4743255066415460 -0.0043208419391360 0.3639213797060089 0.6695324340476267 0.6475241687776107 -0.3042442855974413 -0.5716131852113814 0.7620326641121110 +DJI_20241106144154_0036_D 362462.1875715461792424 5109707.3955984273925424 2270.7878890644069543 36.8808108776073382 -17.7154252682127122 -22.4447550085448171 0.8804198698016180 -0.4741765766086809 -0.0041745723342640 0.3636876909890910 0.6695698653852368 0.6476167530191138 -0.3042895270651389 -0.5716928979475504 0.7619547979734796 +DJI_20241106144156_0037_D 362470.5189479223918170 5109720.9622986381873488 2268.8141179940853362 36.8744849685330820 -17.7121354859018751 -22.4436882672032034 0.8804427875637868 -0.4741342323884852 -0.0041506028827436 0.3636779687451793 0.6696627216367715 0.6475261958403018 -0.3042348317932860 -0.5716192517116738 0.7620318879130301 +DJI_20241106144158_0038_D 362478.7471661680610850 5109734.3868918400257826 2266.8071732828689164 36.8610807305456873 -17.7256334258551291 -22.4578508067624618 0.8802866041425741 -0.4744251503450390 -0.0040337683649857 0.3638681987394495 0.6696455480424416 0.6474370810611995 -0.3044592394939659 -0.5713979495124434 0.7621082303582160 +DJI_20241106144200_0039_D 362487.0007971825543791 5109747.8208795664831996 2264.6470893713731130 36.8646162397623698 -17.7268682616429878 -22.4429387791085659 0.8803752111995655 -0.4742619931705607 -0.0038793477812231 0.3636365744265367 0.6697243471844460 0.6474857068134412 -0.3044797682025109 -0.5714410386227562 0.7620677201752419 +DJI_20241106144202_0040_D 362495.2493547897320241 5109761.2689934391528368 2262.3090860710908601 36.8715692776307336 -17.7384026391283705 -22.4446861186625597 0.8803074507327329 -0.4743882786457734 -0.0038148745638077 0.3636400133754649 0.6695873775050339 0.6476254199444484 -0.3046715163200024 -0.5714967234984216 0.7619493173261851 +DJI_20241106144204_0041_D 362503.5509261361439712 5109774.7466492317616940 2259.7942979566864778 36.8762096646366047 -17.7428475721143464 -22.4352485023031107 0.8803454869595045 -0.4743186617540736 -0.0036919780413639 0.3634859848941595 0.6695961330520103 0.6477028310786651 -0.3047454058317471 -0.5715442465055698 0.7618841197392319 +DJI_20241106144206_0042_D 362511.9212173045380041 5109788.3030567625537515 2257.1659855662969676 36.8659186570232364 -17.7283774124804552 -22.4249027597136497 0.8804822222459358 -0.4740649785947255 -0.0036677484702123 0.3633563654395263 0.6698531455454980 0.6475097799241176 -0.3045048571097608 -0.5714535497070466 0.7620483137726769 +DJI_20241106144208_0043_D 362518.2933867044048384 5109798.6643930943682790 2255.2013544674464356 36.8281541780963764 -17.9283619475056497 -22.5089853996071945 0.8789608112877384 -0.4768904253736189 -0.0018478115080727 0.3642389922783796 0.6688208699526030 0.6480807051748058 -0.3078276282669107 -0.5703105874019981 0.7615694224250058 +DJI_20241106144210_0044_D 362522.1521573768695816 5109805.0747324191033840 2253.9073299075475916 36.8708768023353031 -17.7897181586825930 -22.2964082456671484 0.8809927561373262 -0.4731273699113802 -0.0015018236573903 0.3612569460820809 0.6706264854379825 0.6478838907833316 -0.3055244385331664 -0.5713235588262042 0.7617376245067289 +DJI_20241106144212_0045_D 362525.0644851430552080 5109809.7423623343929648 2252.9594608969368892 36.8963251817486579 -17.7567228618549109 -22.2130823911898432 0.8816799444176350 -0.4718464731588530 -0.0011753209215852 0.3600417839316314 0.6711504892021937 0.6480176962606692 -0.3049760473136301 -0.5717673710620500 0.7616243719536205 +DJI_20241106144214_0046_D 362528.0491138756042346 5109814.5140366824343801 2252.0062140004529283 36.9101933917218403 -17.7403486115005471 -22.1961751230781985 0.8818668125669017 -0.4714968032862403 -0.0012997630360115 0.3598145070931487 0.6711945788701710 0.6480982624422075 -0.3047038650532810 -0.5720040225261974 0.7615556137508552 +DJI_20241106144216_0047_D 362531.1589662847691216 5109819.5746617158874869 2251.0471022851966154 36.9014774855926646 -17.7466204491315516 -22.2203108042312607 0.8816842810514067 -0.4718376852999928 -0.0014238249924503 0.3601733433279022 0.6710708108784100 0.6480271055619471 -0.3048081221077705 -0.5718681364770538 0.7616159420465124 +DJI_20241106144218_0048_D 362534.3190565129625611 5109824.6775030717253685 2250.0576544274754269 36.9057605650118390 -17.7537469692196126 -22.2337782187745177 0.8815644973351385 -0.4720611350590124 -0.0015237470400355 0.3603662255715172 0.6708845255357127 0.6481127501168762 -0.3049265821564001 -0.5719022977428218 0.7615428690040353 +DJI_20241106144220_0049_D 362537.4128734542755410 5109829.6874255351722240 2249.0877024158253334 36.8904957769894253 -17.7601846802766623 -22.2647721163340471 0.8813377173920458 -0.4724839059914908 -0.0016692756521726 0.3608300677681610 0.6707773770368681 0.6479655644013530 -0.3050335884728163 -0.5716788163248343 0.7616678021741718 +DJI_20241106144222_0050_D 362540.5292928807321005 5109834.8140955409035087 2248.1153126265758146 36.8815967987900351 -17.7699803859667647 -22.2932119797487864 0.8811102382492455 -0.4729075162705330 -0.0017969716728971 0.3612477037498882 0.6706063313888705 0.6479099048761280 -0.3051964033008758 -0.5715292025399886 0.7617148587602934 +DJI_20241106144224_0051_D 362543.8837520292727277 5109840.3246489884331822 2246.9060364784299964 36.8274410274189137 -17.7120422314768682 -22.3487439337865510 0.8810446840086081 -0.4730253976349670 -0.0026903480171557 0.3622186843604278 0.6709792831759787 0.6469810091871711 -0.3042332813489889 -0.5709936731181272 0.7625013677225086 +DJI_20241106144226_0052_D 362550.0532792131416500 5109850.1616119379177690 2245.0385644249167854 36.7172795285085058 -17.6690513322026703 -22.4379967650475898 0.8806901132561423 -0.4736812497504944 -0.0033163304560402 0.3636777236464255 0.6716474261588812 0.6454674649101261 -0.3035184306368201 -0.5696628902859657 0.7637805664553147 +DJI_20241106144228_0053_D 362557.0680365270236507 5109862.3083362709730864 2242.2997463107180920 36.8385705646725086 -17.3959398556457110 -22.0668800151974693 0.8843579995163208 -0.4667961838564257 -0.0035002040754040 0.3585051904029765 0.6743573266292651 0.6455356105402369 -0.2989731712806643 -0.5721394224824125 0.7637221511098615 +DJI_20241106144230_0054_D 362564.5730495640891604 5109876.4922547396272421 2238.6142440986777729 37.3245143619122857 -16.4345662725157808 -20.6848332514290334 0.8973147426808593 -0.4413758233189852 -0.0036925813560873 0.3387955703063714 0.6833591769763161 0.6467130714490258 -0.2829201550055496 -0.5815562035020692 0.7627244378279066 +DJI_20241106144232_0055_D 362572.5016184330452234 5109890.3667189059779048 2235.5468251461929867 37.4056230372451637 -16.4555809471283290 -20.6762974466125371 0.8972680609899302 -0.4414684012577155 -0.0039594719759310 0.3386252244458714 0.6824332942246845 0.6477790952960959 -0.2832719260646118 -0.5825722698726755 0.7618179351256072 +DJI_20241106144234_0056_D 362581.3190285605378449 5109902.5997943412512541 2234.3398372448264126 36.2896873878113269 -19.3324512920715961 -24.5214269427252098 0.8585054346787605 -0.5127964037694711 -0.0028752231444012 0.3916312680343577 0.6520148817302144 0.6492315025475395 -0.3310488914417838 -0.5584948005876438 0.7605854253085148 +DJI_20241106144237_0057_D 362587.1899452416109852 5109909.1146151507273316 2234.3067206556411293 34.4026074374334740 -22.7906956036232025 -29.6319974984832690 0.8013556062774596 -0.5981862710057537 -0.0015419039907928 0.4558254808476319 0.6089698397686133 0.6491370157849687 -0.3873658778180019 -0.5208924259695284 0.7606699397701137 +DJI_20241106144237_0058_D 362588.0636294501600787 5109909.2454098509624600 2234.2814857445555390 28.5987937411304642 -29.5923986708076150 -42.5359458252658200 0.6407385276408658 -0.7677480791080936 -0.0041262843391833 0.5878686241843587 0.4871457169750683 0.6458324327040540 -0.4938265078913903 -0.4162354351309833 0.7634680364266182 +DJI_20241106144238_0059_D 362590.8400767089333385 5109910.4924118714407086 2234.3288536738000403 31.5758966863910295 -26.0745669921292631 -35.9320142598358743 0.7273034420065789 -0.6863039818319101 -0.0040678946702128 0.5270994696940385 0.5547725588984619 0.6437340731556135 -0.4395405013120481 -0.4703341922664326 0.7652384564901556 +DJI_20241106144239_0060_D 362591.2603340853238478 5109911.3225304000079632 2234.3133318752402374 37.0584839069891103 -16.2495078301337337 -20.4958943364630315 0.8992783405033903 -0.4373729398588381 -0.0018378739637110 0.3361529481368053 0.6884603346969614 0.6426690929303215 -0.2798207672071601 -0.5785562021344033 0.7661416704575023 +DJI_20241106144240_0061_D 362590.4421407540794462 5109915.3540463978424668 2234.3148593215159963 38.3430595933989622 12.1856382055492212 14.8167071415826825 0.9449668821933755 0.3271629966590712 -0.0014018469204836 -0.2499658251474821 0.7247443091681001 0.6420769210825067 0.2110797901649283 -0.6063910124214493 0.7666389386395787 +DJI_20241106144241_0062_D 362589.5044371559051797 5109916.4378992523998022 2234.3104912814865202 35.0534292967122383 20.5178531754076232 26.4547725780694627 0.8384920381479961 0.5449129007243753 -0.0010161626676007 -0.4172306232609083 0.6432164721189477 0.6420211655453182 0.3504992282098964 -0.5379056614491083 0.7666862398695211 +DJI_20241106144242_0063_D 362585.2314995130291209 5109917.8947958899661899 2234.3231054821185353 8.5030868183241193 39.2731622592980116 76.6429619104847148 0.1788398653827000 0.9838778948344380 -0.0007685089801215 -0.7531959208105299 0.1374111840359282 0.6432838186805437 0.6330183310333729 -0.1144659537067640 0.7656274146200124 +DJI_20241106144244_0064_D 362580.5488617895171046 5109914.5564543688669801 2234.3564619583657986 -33.5163586648912855 23.5581134880580692 148.9206940954450147 -0.7850726052905178 0.6194036532744109 0.0003445760764142 -0.4731994209546491 -0.6001225983094058 0.6449303644631353 0.3996790117463566 0.5061541082602028 0.7642412618151256 +DJI_20241106144246_0065_D 362581.0711871623061597 5109909.0346366809681058 2234.3369952773732621 -40.0990032526748976 -1.5542798768388066 -178.0570927885342769 -0.9990573955454924 -0.0433947796205401 0.0011015931838389 0.0338911555026227 -0.7639005270781496 0.6444434609090407 -0.0271239743502854 0.6438733398980035 0.7646511702626467 +DJI_20241106144246_0066_D 362580.9449100450146943 5109907.9865872925147414 2234.2663100387026134 -39.6980205976555993 6.3471998977865667 172.5261262152070287 -0.9854265734253447 0.1700967133076162 0.0012555911478776 -0.1292767656412755 -0.7536996705743542 0.6443790223474389 0.1105530924602062 0.6348258932164450 0.7647052367085161 +DJI_20241106144247_0067_D 362579.9672152562998235 5109905.8622325025498867 2234.4255391174524448 -38.4047365453355383 12.4940384632349879 164.8020984217870364 -0.9421728521075582 0.3351264769051910 0.0007491519367437 -0.2559456450708483 -0.7210037291258415 0.6439296928670843 0.2163380306852620 0.6065013331096187 0.7650843021624989 +DJI_20241106144249_0068_D 362576.7012682737549767 5109901.1994991991668940 2235.4682325039079842 -36.7782202174561093 17.0697558993515806 158.5945856121148552 -0.8900080666223533 0.4559446195409163 0.0003811283649327 -0.3488873726885109 -0.6815690214548993 0.6432272305892527 0.2935357602161098 0.5723444530216921 0.7656752474578570 +DJI_20241106144251_0069_D 362573.4996186292264611 5109896.1284794528037310 2236.4640274789380783 -36.7799673406442338 17.3601200515881544 158.2171960893006144 -0.8862980049173530 0.4631152922973609 -0.0002692950975772 -0.3541853900414614 -0.6774559205816877 0.6446752555744605 0.2983765338640050 0.5714697732244005 0.7644565012675049 +DJI_20241106144253_0070_D 362570.3921458157128654 5109891.1027565198019147 2237.4482842855854869 -36.8109285491170368 17.4912101792454280 158.0276544480890664 -0.8844860657313375 0.4665654650119830 -0.0010326593108832 -0.3568590695296322 -0.6750823203748023 0.6456899141320219 0.3005594849968068 0.5714722456738598 0.7635990233119277 +DJI_20241106144255_0071_D 362567.3292002689559013 5109886.0808340199291706 2238.4230658858464267 -36.8285776504738180 17.5499748829338102 157.9286297904378102 -0.8835818440661447 0.4682741384703085 -0.0015671874686551 -0.3582711760904623 -0.6738557208465317 0.6461890063016844 0.3015375419735139 0.5715223519008609 0.7631758067826050 +DJI_20241106144257_0072_D 362564.2711729726288468 5109881.0424718996509910 2239.3988778607072163 -36.8503542811784328 17.5911064641691191 157.8625171742498878 -0.8829671147338787 0.4694306538878516 -0.0019838066825635 -0.3592088229083762 -0.6729146226864814 0.6466490022566256 0.3022219314399747 0.5716824046313954 0.7627851154758835 +DJI_20241106144259_0073_D 362561.1682348999311216 5109876.0091637009754777 2240.3958726111300166 -36.8663944264325352 17.5983800104988291 157.8549763182034837 -0.8828842874135164 0.4695858601324622 -0.0021106875617349 -0.3593105643962868 -0.6726444095187805 0.6468735708439118 0.3023429399730538 0.5718729039802346 0.7625943406173850 +DJI_20241106144301_0074_D 362558.0968362845014781 5109870.9666684260591865 2241.3708509987418438 -36.8806151235262831 17.6208827505979748 157.8317606497058421 -0.8826285912029497 0.4700658215016119 -0.0022121137203101 -0.3596234374358702 -0.6722087386637849 0.6471525283199103 0.3027172826878333 0.5719908523045262 0.7623573385506541 +DJI_20241106144303_0075_D 362555.0049679423100315 5109865.9306835420429707 2242.3491918565769083 -36.8994034664158761 17.6245838504167978 157.8283100060296249 -0.8825888208765397 0.4701397720933761 -0.0023596524634285 -0.3596692129042395 -0.6719542286343035 0.6473913591555910 0.3027788475977227 0.5722290706670420 0.7621540921171576 +DJI_20241106144305_0076_D 362551.9177680447464809 5109860.9056111378595233 2243.3238537851452747 -36.9104797668116404 17.6379902863086073 157.8251405087148669 -0.8825032930234034 0.4703004886493457 -0.0023212451478017 -0.3596912859203714 -0.6717525081746430 0.6475884083227755 0.3030018426277297 0.5723338345207831 0.7619867880921147 +DJI_20241106144307_0077_D 362548.7783391046104953 5109855.8388890000060201 2244.3196210609780792 -36.9118530989693809 17.6537933301076748 157.7964309165774068 -0.8822455403344278 0.4707831166452731 -0.0024624462992849 -0.3601018471532886 -0.6714415911086276 0.6476826764753745 0.3032646801670176 0.5723018843331529 0.7619062192631842 +DJI_20241106144309_0078_D 362544.1628740412998013 5109848.4253986226394773 2245.8718888876551318 -36.8107893698543123 17.5482360905203194 157.7075657073157799 -0.8822014211276659 0.4708557778978973 -0.0039356042094363 -0.3616810924354013 -0.6722511287029470 0.6459606855934412 0.3015086067346372 0.5712908684529969 0.7633605332260494 +DJI_20241106144311_0079_D 362537.2348444722592831 5109837.1914235893636942 2248.0179451569260891 -36.7495028720449000 17.5241772871013382 157.6375923484023929 -0.8818760608065690 0.4714596623885962 -0.0045166488373316 -0.3628063612577203 -0.6724572944212529 0.6451145103085043 0.3011082157750292 0.5705497120497732 0.7640725544558576 +DJI_20241106144313_0080_D 362529.0951165523729287 5109823.8959862748160958 2250.6033163849547236 -36.7933812840832033 17.5821292074950541 157.5927361361874546 -0.8813097409707378 0.4725159669054189 -0.0046692065202276 -0.3633803816572226 -0.6713735830148559 0.6459196623856918 0.3020725719040756 0.5709519883923970 0.7633911109346410 +DJI_20241106144315_0081_D 362520.5796924063470215 5109810.0072974786162376 2253.2760427255907416 -36.8792197103955601 17.6243091323454664 157.6350971168902504 -0.8813722705220418 0.4724020942853705 -0.0043797339664428 -0.3626439815917591 -0.6705940614445812 0.6471421384599659 0.3027742779201977 0.5719614200888530 0.7623567869179403 +DJI_20241106144317_0082_D 362512.3097994016716257 5109796.5672395937144756 2255.9078928619551334 -36.9136190266077975 17.6817206239640186 157.6368093168254063 -0.8811020964773385 0.4729097036605215 -0.0039379902180179 -0.3625020298002329 -0.6700013282507407 0.6478352402678897 0.3037291128192202 0.5722365178193025 0.7617703024534948 +DJI_20241106144319_0083_D 362504.1046672730008140 5109783.1774065289646387 2258.5462764021976909 -36.9312586463372625 17.7433675934301291 157.5873562266883425 -0.8804862664574713 0.4740557323132580 -0.0038855167898186 -0.3631375820170825 -0.6691586178865766 0.6483500911042686 0.3047540501889517 0.5722743282457002 0.7613324255043672 +DJI_20241106144321_0084_D 362495.8581315069459379 5109769.7342803925275803 2261.2036381642974447 -36.9600721928477185 17.7498589826877513 157.6237577051644223 -0.8806848660414804 0.4736886898445303 -0.0036320571130487 -0.3625649667774964 -0.6691088287200387 0.6487218357620861 0.3048619549749250 0.5726363596928427 0.7610169432848365 +DJI_20241106144323_0085_D 362487.6984327161917463 5109756.4073236128315330 2263.8267346116545014 -36.9750171064609106 17.7503913013468306 157.6350366269814458 -0.8807536020898018 0.4735609552315683 -0.0036213375986941 -0.3623905153794852 -0.6690308041400980 0.6488997591883090 0.3048708034050334 0.5728331386990617 0.7608652892853971 +DJI_20241106144325_0086_D 362479.4610584172187373 5109743.0054385913535953 2266.4554745524933423 -36.9876016943466226 17.7605829924163459 157.6346456677942456 -0.8807009647541422 0.4736589672149928 -0.0036046439421591 -0.3623758843641798 -0.6688462483770243 0.6490981547218100 0.3050402090092423 0.5729676071199892 0.7606961233493909 +DJI_20241106144327_0087_D 362471.2073368905694224 5109729.6274496996775270 2269.0919972831666200 -36.9891397582362629 17.7522061122309012 157.6263317276618352 -0.8806896041304023 0.4736784474438154 -0.0038143942968933 -0.3625206474209163 -0.6687919745959082 0.6490732431009816 0.3049009697756888 0.5730148542082683 0.7607163567891266 +DJI_20241106144329_0088_D 362462.8979481275309809 5109716.1136924149468541 2271.7299400714382500 -36.9975858546061076 17.7450305421988155 157.6355655890521916 -0.8807833228775120 0.4735037265714631 -0.0038676948930703 -0.3623932360524282 -0.6687999272677699 0.6491361950700907 0.3047816933549292 0.5731499613622624 0.7606623700342615 +DJI_20241106144331_0089_D 362454.4957867224002257 5109702.4725690865889192 2274.4062011472910854 -37.0148248083045175 17.7342829833411173 157.6428024281414935 -0.8808819465543728 0.4733186157271742 -0.0040600789020830 -0.3623037246763370 -0.6687053011546691 0.6492836293125648 0.3046030323556101 0.5734132089634441 0.7605355247889563 +DJI_20241106144333_0090_D 362446.3959884003270417 5109689.2330117756500840 2276.9844893948820754 -37.0301582431440153 17.7206680575339313 157.6663724482857560 -0.8810978414642625 0.4729163694974554 -0.0040867136385670 -0.3619688163403517 -0.6687779688496780 0.6493955684930903 0.3043766905730176 0.5736602965541935 0.7604398032672757 +DJI_20241106144335_0091_D 362438.2067207879154012 5109675.8936789622530341 2279.6025979489995734 -37.0295211212526141 17.7277609431619396 157.6564337544778311 -0.8810001822000836 0.4730980989872695 -0.0041070303202632 -0.3621073214934730 -0.6686761500660309 0.6494232010435824 0.3044946086291885 0.5736291441929207 0.7604160954689577 +DJI_20241106144337_0092_D 362429.9412543196231127 5109662.4532119007781148 2282.2471056499111910 -37.0106009064840151 17.7223145103853028 157.6534953428036374 -0.8810083774007974 0.4730833209740563 -0.0040509709666477 -0.3621635064178274 -0.6688870256174064 0.6491746618436705 0.3044040629964703 0.5733954293302812 0.7606285874553913 +DJI_20241106144339_0093_D 362421.6444833950372413 5109648.9819454913958907 2284.8928820415962946 -37.0219218253553990 17.7181787111686475 157.6502744821587498 -0.8810083371198427 0.4730818137189037 -0.0042317199531923 -0.3622213858459870 -0.6687478917421799 0.6492857036206809 0.3043353044934859 0.5735589375285004 0.7605328182399727 +DJI_20241106144341_0094_D 362416.0126348930061795 5109639.7743961410596967 2286.5272595902288231 -37.0277262933270421 17.7985232172120504 157.7812444200923778 -0.8814380802720880 0.4722961365886088 -0.0018083168225391 -0.3600448509384758 -0.6694576501868502 0.6497646958084071 0.3056707639911730 0.5733784212627601 0.7601332581010238 +DJI_20241106144343_0095_D 362412.2843592645367607 5109633.6978142224252224 2287.8330840496332712 -37.0233013509764177 17.7919850642078501 157.8004200247550841 -0.8815908192504981 0.4720116048608584 -0.0016347140156259 -0.3597630101491237 -0.6696905782270509 0.6496807723508213 0.3055621114301931 0.5733407139830515 0.7602053812935865 +DJI_20241106144345_0096_D 362409.4027661584550515 5109629.0829585762694478 2288.7579410374496547 -37.0661716077566936 17.8196600046069022 157.8124557265891212 -0.8815296062710483 0.4721263269209998 -0.0015115209875810 -0.3595220343227961 -0.6691987420157829 0.6503206520793355 0.3060219928436668 0.5738203334778047 0.7596583210782412 +DJI_20241106144347_0097_D 362406.4211574965156615 5109624.2207427788525820 2289.7174981431326160 -37.0916571472846570 17.8212714923603670 157.7949956463903334 -0.8814120369471784 0.4723443776074849 -0.0019000176903272 -0.3597873983788969 -0.6687594013556927 0.6506257688303783 0.3060487691404283 0.5741529866167843 0.7593961409347931 +DJI_20241106144349_0098_D 362403.3041526552988216 5109619.1806541597470641 2290.7102233170662657 -37.1365150420585834 17.8284979155118251 157.8047698141391209 -0.8814376535948827 0.4722958579583588 -0.0020701160657130 -0.3596224471464726 -0.6683029942243244 0.6511856904287634 0.3061688395861513 0.5747240472315214 0.7589156153356508 +DJI_20241106144351_0099_D 362400.2251927776378579 5109614.0929586095735431 2291.6923153094139707 -37.1790795034366184 17.8258035540238069 157.8377048041297144 -0.8816575606216226 0.4718851786754160 -0.0020794098203821 -0.3591211471115458 -0.6681006316029138 0.6516698149746349 0.3061240720623226 0.5752963794412912 0.7584999197796425 +DJI_20241106144353_0100_D 362397.1008833025116473 5109609.0223888847976923 2292.6804061705643107 -37.2056533065158135 17.8337900118049788 157.8413115960287598 -0.8816406380320085 0.4719164360309901 -0.0021593458087141 -0.3590495480067528 -0.6677977554987695 0.6520196161366255 0.3062567671850859 0.5756223025166888 0.7581990222881627 +DJI_20241106144355_0101_D 362392.9469119105488062 5109602.3634146340191364 2294.0815278395148198 -37.1737855450189656 17.7572835377850211 157.7806993488424325 -0.8816381013932846 0.4719129571489637 -0.0035240667651036 -0.3601363411801137 -0.6679512022978671 0.6512626252981470 0.3049853667523174 0.5754470889871232 0.7588442355603687 +DJI_20241106144357_0102_D 362386.5017857984639704 5109591.9351864866912365 2296.1453608470324070 -37.0129547913549430 17.6925716997176927 157.6844840132560535 -0.8813501921392106 0.4724459281498995 -0.0040845796303791 -0.3617469084820273 -0.6692291634502672 0.6490543128208546 0.3039095474312594 0.5735217273671815 0.7607311057252041 +DJI_20241106144359_0103_D 362378.7197753831278533 5109579.3198094386607409 2298.9586273801960488 -36.9974055725101465 17.7107080508018910 157.5967283616264467 -0.8807061153031931 0.4736395137033578 -0.0047275285727545 -0.3630596997392688 -0.6686117244028933 0.6489576383834473 0.3042110992268222 0.5732573358011528 0.7608098540748358 +DJI_20241106144401_0104_D 362370.1003029969288036 5109565.2177672879770398 2302.4463098730566344 -37.0345317404099674 17.7604253701339978 157.6021293649527593 -0.8804959444929813 0.4740336000574903 -0.0043632267816619 -0.3628759581042566 -0.6680460443922122 0.6496426106728506 0.3050375890957227 0.5735909941660989 0.7602272296163927 +DJI_20241106144403_0105_D 362362.0222807794343680 5109551.9791557164862752 2306.2099873152233158 -37.0785222803204846 17.7933891419126127 157.6325911413628376 -0.8805263080147656 0.4739805922569583 -0.0039773178938989 -0.3623409398098216 -0.6676732961879047 0.6503240829734923 0.3055854450585329 0.5740686088973348 0.7596464757023871 +DJI_20241106144405_0106_D 362354.0348023617989384 5109538.9689728254452348 2310.3016027326852964 -37.1188463731349358 17.7981707481764033 157.6604179600081181 -0.8806785905462475 0.4736979272850095 -0.0039362214573076 -0.3619035575648286 -0.6674273317111089 0.6508199227950159 0.3056649066795145 0.5745877048552948 0.7592219268789123 +DJI_20241106144407_0107_D 362345.9819973761914298 5109525.8260051691904664 2314.7672385246310114 -37.1494739611785434 17.7714472204044895 157.7155992958792581 -0.8811585524935229 0.4728049010631065 -0.0038898455272326 -0.3611092342833916 -0.6676369485570176 0.6510461011608448 0.3052207828487151 0.5750794992452615 0.7590282229700274 +DJI_20241106144409_0108_D 362337.9736053433734924 5109512.8481825198978186 2319.4484074605297792 -37.1531106835798042 17.7844483088054126 157.7092167477630653 -0.8810542154620848 0.4729997645323395 -0.0038330365041366 -0.3611811105629663 -0.6674934515504780 0.6511533594397960 0.3054368589234004 0.5750858326281229 0.7589364995316974 +DJI_20241106144411_0109_D 362330.1012240464333445 5109500.0744712296873331 2324.2231123673486763 -37.1296751555671420 17.7834186781238195 157.6945823068193988 -0.8809670121265398 0.4731622798735605 -0.0038184355031516 -0.3614082201176566 -0.6676428200167474 0.6508741532058806 0.3054197471942917 0.5747786719990043 0.7591760377138074 +DJI_20241106144413_0110_D 362321.9916232581017539 5109486.9069242700934410 2329.2151563833381260 -37.1063504094580665 17.7713289509110801 157.6815259352184171 -0.8809442306340638 0.4732038440084720 -0.0039223115841783 -0.3616334278886614 -0.6678459250423490 0.6505406092150018 0.3052188171559124 0.5745084354645584 0.7594613428174020 +DJI_20241106144415_0111_D 362314.0534870396368206 5109473.9515643268823624 2334.0754852911377384 -37.0820435832708313 17.7594435397097357 157.6806078353849045 -0.8809969878172287 0.4731059821392115 -0.0038777726935105 -0.3616715810781065 -0.6681594992274662 0.6501973169988975 0.3050212695820299 0.5742243579439960 0.7597554947786641 +DJI_20241106144417_0112_D 362306.0459368112497032 5109460.8941140677779913 2338.8882122101022105 -37.0749238837680082 17.7378851852556423 157.6973276026443784 -0.8812086121162646 0.4727115614156478 -0.0038937945641055 -0.3614580065781764 -0.6684603062371827 0.6500068680143486 0.3046629144032111 0.5741990932501303 0.7599183573898386 +DJI_20241106144419_0113_D 362298.1249942033318803 5109447.9705252097919583 2343.5293389859298259 -37.0571697043499526 17.7373249648734053 157.6892117884653430 -0.8811601594403190 0.4728022630014340 -0.0038462339807536 -0.3615839549695794 -0.6685968561786712 0.6497963430310723 0.3046536015274878 0.5739653857234952 0.7600986245663192 +DJI_20241106144421_0114_D 362290.0545056374976411 5109434.8625324377790093 2348.0371101665696187 -37.0445974060321461 17.7321502028278957 157.6789297219868615 -0.8811207068501866 0.4728751561042945 -0.0039225883249181 -0.3617525272795806 -0.6686742481979113 0.6496228588987570 0.3045675770115136 0.5738151588589284 0.7602465090331153 +DJI_20241106144423_0115_D 362281.9570251542609185 5109421.6903815455734730 2352.4085046434811375 -37.0357499114670077 17.7265024751288536 157.6735438693932565 -0.8811144647016803 0.4728863077588971 -0.0039799532194887 -0.3618467547586309 -0.6687515827701260 0.6494907594516635 0.3044736871457349 0.5737158359995029 0.7603590687032494 +DJI_20241106144425_0116_D 362273.8444800636498258 5109408.5654665231704712 2356.6896665877357009 -37.0393069814053320 17.7490644251618370 157.6651172545757618 -0.8809502682880551 0.4731933768013248 -0.0038279177842975 -0.3619307474950525 -0.6685558489298843 0.6496454501336202 0.3048487474484296 0.5736907747323472 0.7602276870557422 +DJI_20241106144427_0117_D 362268.6296143080689944 5109399.8897749744355679 2359.2766752826664742 -37.0611691668242216 17.8410828161529729 157.8107492369345266 -0.8814128889827072 0.4723450163025893 -0.0012266659140499 -0.3595050512711600 -0.6691604418384316 0.6503694497661432 0.3063779320474612 0.5736850082167927 0.7596170575372962 +DJI_20241106144429_0118_D 362264.9903007514076307 5109394.0514972517266870 2361.3768140218921872 -37.0610106996279427 17.8438289477506586 157.7982195221294717 -0.8813206529317161 0.4725168012767337 -0.0013338767625315 -0.3596922450542638 -0.6690485400978747 0.6503810727878898 0.3064235558240223 0.5736740568511932 0.7596069252791581 +DJI_20241106144431_0119_D 362262.1318751292419620 5109389.5052982922643423 2362.9210758252302185 -37.0770278043709851 17.8566934390114795 157.7952328880083996 -0.8812381817122085 0.4726705682460837 -0.0013420158288737 -0.3597121747792146 -0.6687933733185231 0.6506324424134093 0.3066372749816446 0.5738448899477582 0.7593916143023157 +DJI_20241106144433_0120_D 362259.2100908497232012 5109384.8062765030190349 2364.4694697629674920 -37.0914940573492586 17.8582506285510334 157.7855058308396394 -0.8811693854126674 0.4727981632887733 -0.0015527402308399 -0.3598586257335828 -0.6685429250169329 0.6508088251513965 0.3066631436879878 0.5740315794453871 0.7592400556496181 +DJI_20241106144435_0121_D 362256.1378961721202359 5109379.8060217732563615 2366.0692403826324153 -37.1040998850414638 17.8372708466985941 157.8006290525451334 -0.8813682465190255 0.4724266909963761 -0.0017423151818309 -0.3596684309076333 -0.6686039383985585 0.6508512836020054 0.3063145994503358 0.5742663103405521 0.7592032474716039 +DJI_20241106144437_0122_D 362253.1044221252668649 5109374.8690903484821320 2367.6436364085957393 -37.1020325186548021 17.8181776728810171 157.8095710924245907 -0.8815188350978954 0.4721452015087456 -0.0018579719900013 -0.3595694057997803 -0.6687734221624384 0.6507318589264967 0.3059973623749763 0.5743004601264107 0.7593053376067829 +DJI_20241106144439_0123_D 362250.0967860624077730 5109369.9637410240247846 2369.2218458808715695 -37.0862283138818611 17.8227740675274511 157.7917983554937393 -0.8813845272747668 0.4723958154719766 -0.0018731271185651 -0.3598335497049293 -0.6687889959598959 0.6505698236082771 0.3060737355399620 0.5740761904203316 0.7594441361977146 +DJI_20241106144441_0124_D 362246.6425570232095197 5109364.3315162165090442 2371.1867950124551498 -37.0224356040584297 17.7285656595576029 157.7359312247464800 -0.8814977973800904 0.4721777082547381 -0.0031376808876689 -0.3608829717560630 -0.6694091812025238 0.6493495428644573 0.3045079866121122 0.5735325273679517 0.7604836133279715 +DJI_20241106144443_0125_D 362240.5190454554976895 5109354.3550840308889747 2374.3384599338437511 -36.8687271449581502 17.6247341455064443 157.6618627312850833 -0.8815395053674057 0.4720934381824974 -0.0039857372741435 -0.3622313570281391 -0.6709315579862125 0.6470234064419516 0.3027813476126677 0.5718204526975421 0.7624597205194743 +DJI_20241106144445_0126_D 362233.0878103353898041 5109341.6019158251583576 2377.4707085076879594 -36.9542655184900681 17.4145548262226448 157.9270191108669792 -0.8842297592852599 0.4670325434036097 -0.0042820785007639 -0.3585628344040385 -0.6729327049098417 0.6469886153920070 0.2992831879315540 0.5736219818527525 0.7624876361993336 +DJI_20241106144447_0127_D 362225.3327944267075509 5109327.3441220363602042 2379.9488487760786484 -37.3733656295811798 16.5600159661660946 159.1512642967327622 -0.8957608566075423 0.4445148655038439 -0.0043614350644451 -0.3411397888421916 -0.6810885942816854 0.6478749657210895 0.2850195295737242 0.5818288933058389 0.7617342099945859 +DJI_20241106144449_0128_D 362217.4813125273212790 5109313.7761898376047611 2383.5145220891140525 -37.4535089378207431 16.5562551370646140 159.2271558350353473 -0.8962294201265208 0.4435712271097316 -0.0041704891856112 -0.3399596378691654 -0.6807834533326166 0.6488153314221107 0.2849566126966461 0.5829051862429123 0.7609344733494267 +DJI_20241106144451_0129_D 362209.3401445179479197 5109302.3230159347876906 2389.6087989726311207 -36.4325186383557238 19.2112783223866828 155.7468413891168666 -0.8609661067131664 0.5086558320615928 -0.0025705254135191 -0.3878940477302287 -0.6532752255107761 0.6502074188051871 0.3290525350557750 0.5608036414321618 0.7597523971201378 +DJI_20241106144454_0130_D 362205.0843138958443888 5109297.2690047426149249 2393.6779886329945839 -35.1573703969085187 21.7468150908064963 152.2827008618417040 -0.8222498966866896 0.5691265189251818 0.0003359387340595 -0.4320075859678055 -0.6245303214803947 0.6506391651429111 0.3705058070597521 0.5348428582375386 0.7593869658660876 +DJI_20241106144455_0131_D 362204.0981507709366269 5109296.4263368826359510 2394.6460624843639380 -34.4260268663667190 22.9301149413181307 150.2816988415749506 -0.7998471135365822 0.6002026767965233 -0.0011583322001891 -0.4565634043052355 -0.6071743305055165 0.6502993081838484 0.3896080759127204 0.5206688766783221 0.7596772130596802 +DJI_20241106144455_0132_D 362203.1740126077784225 5109296.1706275055184960 2394.5854889607862788 -27.9289565413980192 30.2786043630772177 136.0786775318397872 -0.6220334454994542 0.7829803392937439 -0.0040225563428137 -0.5990421799999930 -0.4725842214977691 0.6463842666496482 0.5042051757577803 0.4044823134214907 0.7630014409345931 +DJI_20241106144456_0133_D 362200.2002060253871605 5109294.7022960176691413 2394.0710719344224344 -30.8251105635025375 26.9331639929615001 142.3363012914676062 -0.7057491527061450 0.7084427794577264 -0.0051924646141927 -0.5447510293941307 -0.5379647508487128 0.6433041604236034 0.4529508245147519 0.4568399665949700 0.7655931004736874 +DJI_20241106144457_0134_D 362199.6605480167781934 5109293.8230977645143867 2394.0610120896221815 -37.1580309348185764 15.8935974330827019 159.8691870301343272 -0.9030165979928980 0.4295954519601336 -0.0029616557026921 -0.3310079225110731 -0.6913564403156875 0.6422305097618183 0.2738517463596616 0.5809251415537028 0.7665058388078816 +DJI_20241106144459_0135_D 362200.4694873519474640 5109289.5458428049460053 2394.0375775745828832 -37.6767467020074420 -14.3628141589587237 -162.5316481887970212 -0.9240686846145972 -0.3822074902967877 -0.0038079490121739 0.2907966685932974 -0.7094592073658254 0.6419539941607147 -0.2480612094820317 0.5921022440802648 0.7667337014279640 +DJI_20241106144500_0136_D 362205.3646006018389016 5109287.2257977016270161 2394.0499189675497291 -9.4460059515129107 -39.0621308088719417 -105.1466790247635572 -0.2028828103371612 -0.9791948286343426 -0.0040066002366596 0.7494888099949572 -0.1579198113214169 0.6429057916091219 -0.6301627479961341 0.1274316317401962 0.7659347819951721 +DJI_20241106144501_0137_D 362206.8766783475875854 5109287.4975320538505912 2394.0583093495074536 3.6405461863602882 -39.9169385766987972 -84.6373265901719520 0.0716813084240099 -0.9974218967012144 -0.0033689766360003 0.7636184800689793 0.0527050706130719 0.6435130087487066 -0.6416764035865461 -0.0487004672731493 0.7654277611686247 +DJI_20241106144502_0138_D 362210.1766842334182002 5109290.3813541773706675 2394.0846584477258148 32.9309974865858024 -24.5155131590505491 -32.8160280126220698 0.7646507405461280 -0.6444420374265329 -0.0019249363099295 0.4930865740109757 0.5831342811826347 0.6456160164058283 -0.4149396046563609 -0.4946199253034101 0.7636597763274378 +DJI_20241106144503_0139_D 362210.5110394019866362 5109291.5449202368035913 2394.1171358193851120 37.5031344569156175 -15.8235058748383484 -19.5740680058528902 0.9065053027322804 -0.4221944034701969 -0.0001476370602845 0.3223297877486592 0.6918572867259822 0.6460936485789555 -0.2726749787717266 -0.5857349063207750 0.7632581316102903 +DJI_20241106144504_0140_D 362209.6562635038862936 5109296.1556564364582300 2393.8430103983150730 40.1262462553378825 1.5946000563947056 1.9832516336420141 0.9990139600362054 0.0443850058591216 0.0010387048019663 -0.0345939571758857 0.7635475861228135 0.6448242720718086 0.0278274285497755 -0.6442243824793584 0.7643301506805792 +DJI_20241106144506_0141_D 362210.7329656562069431 5109299.1302150283008814 2391.3674899203110726 38.3799164278101230 -12.8851162638403096 -15.5999204171398151 0.9389096836400650 -0.3441607604426243 0.0014060364390224 0.2621468881735424 0.7178016493228074 0.6450114737354569 -0.2229968945699509 -0.6052389306720213 0.7641715918634681 +DJI_20241106144508_0142_D 362214.5833426114404574 5109304.5149883767589927 2389.7109389947058844 36.9619334293521007 -16.9510949240033533 -21.0985672044260930 0.8924290118723451 -0.4511869346252149 0.0008993286673357 0.3443340565322580 0.6823637784763220 0.6448362050440073 -0.2915553399966973 -0.5751608677987564 0.7643202600169590 +DJI_20241106144510_0143_D 362218.5479020023485646 5109310.7834294876083732 2387.9084719547545319 36.7184081909558131 -17.4855660260962154 -21.8466693771464726 0.8852941717201879 -0.4650302095988844 0.0010647434830243 0.3549291411781403 0.6771667630644366 0.6445699959999545 -0.3004655292389045 -0.5702561522344594 0.7645445615383936 +DJI_20241106144512_0144_D 362221.3930207739467733 5109315.5036189910024405 2386.3009376359182170 36.6958883789359973 -17.4949936278223532 -21.9332024110002557 0.8847112446666502 -0.4661393145316406 0.0003911628296555 0.3562473118884236 0.6766819262076482 0.6443519407250817 -0.3006224647837539 -0.5699260567756831 0.7647289869460040 +DJI_20241106144514_0145_D 362224.3262143029132858 5109320.3007119400426745 2384.7325196060082817 36.6813164817075972 -17.4926922577116919 -22.0187387554853089 0.8841896141305796 -0.4671279219064040 -0.0004804570964942 0.3575722184520394 0.6761577113925206 0.6441683459436021 -0.3005841560277326 -0.5697387593448718 0.7648835932645319 +DJI_20241106144516_0146_D 362227.3846271231886931 5109325.3010659236460924 2383.1274243907555501 36.6675083289798067 -17.4807650928292162 -22.0581865728734066 0.8840011909998554 -0.4674836626760359 -0.0009588752972111 0.3582043842241022 0.6760356872366022 0.6439451597031902 -0.3003856079000279 -0.5695917614515973 0.7650710501992595 +DJI_20241106144518_0147_D 362230.3742697330890223 5109330.1681708637624979 2381.5641524789152754 36.6498977108291726 -17.4715210858087602 -22.0974926872082555 0.8838001395534348 -0.4678626220685132 -0.0013712025761593 0.3588289699586896 0.6759472741992443 0.6436901838780807 -0.3002317165852326 -0.5693855015486320 0.7652849580270722 +DJI_20241106144520_0148_D 362233.3963901613024063 5109335.1103869965299964 2379.9444218998123688 36.6446682414062579 -17.4794191566925861 -22.1197214922687309 0.8836225111804508 -0.4681976782667615 -0.0014804731570241 0.3591562401243231 0.6757949063368295 0.6436676469646082 -0.3003632016657736 -0.5692909437491606 0.7653037099415343 +DJI_20241106144522_0149_D 362236.4711028999881819 5109340.0793342841789126 2378.3190709565351426 36.6314409590090051 -17.4710623028508287 -22.1340914487086806 0.8835729773220569 -0.4682906291316501 -0.0016371969092802 0.3593943465198330 0.6758573145284276 0.6434691865878310 -0.3002240787075861 -0.5691403843217466 0.7654702642809031 +DJI_20241106144524_0150_D 362239.4804735238431022 5109345.0149160530418158 2376.7082459171051596 36.6082339603873166 -17.4663171535281379 -22.1600072263391006 0.8834333517186500 -0.4685533942026225 -0.0017971789989852 0.3598033409925134 0.6759237740139360 0.6431707452406266 -0.3001450797227531 -0.5688451182035051 0.7657206818509360 +DJI_20241106144526_0151_D 362242.4820366671192460 5109349.8945745676755905 2375.1029334403738176 36.5925003440001859 -17.4655127772658254 -22.1709604644410767 0.8833684540449697 -0.4686757188024850 -0.0018013892346297 0.3599738105414739 0.6760137921674843 0.6429807217355655 -0.3001316879678851 -0.5686373390873231 0.7658802429056626 +DJI_20241106144528_0152_D 362247.1302702814573422 5109357.2923425063490868 2372.7327212449440594 36.5017688963746565 -17.4689368923262620 -22.2750213714350842 0.8826966115068676 -0.4699382173279231 -0.0021826426523833 0.3615707950310914 0.6761659588999976 0.6419237931448184 -0.3001886943488696 -0.5674131368936575 0.7667653355920705