aboutsummaryrefslogtreecommitdiff
path: root/data/tests/simple_model_wrap_west.json
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-04 13:48:17 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-05-16 17:53:13 +0200
commit697b93dbad54ead7b1b66e7b610abd673192695c (patch)
tree1388cd1f637d5c6c9f706e9a12f1ec5ac313ec37 /data/tests/simple_model_wrap_west.json
parent4054c3b884c58ade73ecfe4557005af3453afcef (diff)
downloadPROJ-697b93dbad54ead7b1b66e7b610abd673192695c.tar.gz
PROJ-697b93dbad54ead7b1b66e7b610abd673192695c.zip
Add a +proj=defmodel transformation for multi-component time-based deformation models
Fixes #1001 Co-authored-by: Chris Crook <ccrook@linz.govt.nz>
Diffstat (limited to 'data/tests/simple_model_wrap_west.json')
-rw-r--r--data/tests/simple_model_wrap_west.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/data/tests/simple_model_wrap_west.json b/data/tests/simple_model_wrap_west.json
new file mode 100644
index 00000000..54a04bd2
--- /dev/null
+++ b/data/tests/simple_model_wrap_west.json
@@ -0,0 +1,42 @@
+{
+ "file_type": "deformation_model_master_file",
+ "format_version": "1.0",
+ "source_crs": "EPSG:4326",
+ "target_crs": "foo:ignored",
+ "definition_crs": "EPSG:4326",
+ "vertical_offset_unit": "metre",
+ "extent": {
+ "type": "bbox",
+ "parameters": {
+ "bbox": [525.8,-37.5,526.2,-37.2]
+ }
+ },
+ "time_extent": {
+ "first": "1900-01-01T00:00:00Z",
+ "last": "2050-01-01T00:00:00Z"
+ },
+ "components": [
+ {
+ "description": "test",
+ "displacement_type": "vertical",
+ "uncertainty_type": "none",
+ "extent": {
+ "type": "bbox",
+ "parameters": {
+ "bbox": [525.8,-37.5,526.2,-37.2]
+ }
+ },
+ "spatial_model": {
+ "type": "GeoTIFF",
+ "interpolation_method": "geocentric_bilinear",
+ "filename": "tests/simple_model_wrap_west.tif"
+ },
+ "time_function": {
+ "type": "step",
+ "parameters": {
+ "step_epoch": "1900-01-01T00:00:00Z"
+ }
+ }
+ }
+ ]
+}