Skip to content

Commit 6771f90

Browse files
susilnemtnagorra
authored andcommitted
feat(export): setup the asset file for find export
1 parent 69dae41 commit 6771f90

19 files changed

+6602
-107
lines changed

tests/projects/compare/project_data.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,6 @@
706706
mapping_session_count: 2,
707707
mapping_session_results_count: 24,
708708
mapping_session_user_groups_count: 2,
709-
progress: 2,
709+
progress: 33,
710710
},
711711
}

tests/projects/completeness/project_data.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,6 @@
495495
mapping_session_count: 1,
496496
mapping_session_results_count: 12,
497497
mapping_session_user_groups_count: 0,
498-
progress: 2,
498+
progress: 33,
499499
},
500500
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changes in Find project exports
2+
3+
## expected_project_groups_modified.csv
4+
5+
- Renamed `xMax` to `x_max`
6+
- Renamed `xMin` to `x_min`
7+
- Renamed `yMax` to `y_max`
8+
- Renamed `yMin` to `y_min`
9+
10+
## expected_project_tasks.csv
11+
12+
- Removed `taskX`. Use `tile_x` instead
13+
- Removed `taskY`. Use `tile_y` instead
14+
- Removed `taskZ`. Use `tile_z` instead
15+
16+
## expected_project_result_modified.csv
17+
18+
- Included timezone in `timestamp`
19+
- Included timezone in `start_time`
20+
- Included timezone in `end_time`
21+
22+
## expected_project_aggregated_result.csv
23+
24+
- Removed `taskX`. Use `tile_x` instead
25+
- Removed `taskY`. Use `tile_y` instead
26+
- Removed `taskZ`. Use `tile_z` instead
27+
28+
## expected_project_aggregated_result_with_geometry.geojson
29+
30+
- Removed `taskX`. Use `tile_x` instead
31+
- Removed `taskY`. Use `tile_y` instead
32+
- Removed `taskZ`. Use `tile_z` instead
33+
34+
## expected_project_hot_aoi.geojson
35+
36+
- Winding order has been updated as we are using newer gdal-bin
37+
38+
## expected_project_moderate_to_high_agreement.geojson
39+
40+
- Winding order has been updated as we are using newer gdal-bin

tests/projects/find/exports/expected_project_aggregated_result.csv

Lines changed: 79 additions & 0 deletions
Large diffs are not rendered by default.

tests/projects/find/exports/expected_project_aggregated_result_modified.csv

Lines changed: 79 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)