Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions tests/projects/compare/exports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changes in Compare project exports

## expected_project_aggregated_result_modified.csv

- Removed `taskX`. Use `tile_x` instead
- Removed `taskY`. Use `tile_y` instead
- Removed `taskZ`. Use `tile_z` instead
- Renamed `urlB` to `url_b`

## expected_project_aggregated_result_with_geometry_modified.geojson

- Removed `taskX`. Use `tile_x` instead
- Removed `taskY`. Use `tile_y` instead
- Removed `taskZ`. Use `tile_z` instead
- Renamed `urlB` to `url_b`

## expected_project_groups_modified.csv

- Renamed `xMax` to `x_max`
- Renamed `xMin` to `x_min`
- Renamed `yMax` to `y_max`
- Renamed `yMin` to `y_min`

## expected_project_hot_aoi.geojson

- Winding order has been updated as we are using newer gdal-bin

## expected_project_moderate_to_high_agreement.geojson

- Winding order has been updated as we are using newer gdal-bin

## expected_project_result_modified.csv

- Included timezone in `timestamp`
- Included timezone in `start_time`
- Included timezone in `end_time`

## expected_project_tasks_modified.csv

- Removed `taskX`. Use `tile_x` instead
- Removed `taskY`. Use `tile_y` instead
- Removed `taskZ`. Use `tile_z` instead
- Renamed `urlB` to `url_b`

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading