aboutsummaryrefslogtreecommitdiff
path: root/data/tests/simple_model_metre_3d_geocentric.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/tests/simple_model_metre_3d_geocentric.json')
-rw-r--r--data/tests/simple_model_metre_3d_geocentric.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/data/tests/simple_model_metre_3d_geocentric.json b/data/tests/simple_model_metre_3d_geocentric.json
new file mode 100644
index 00000000..1328ff5e
--- /dev/null
+++ b/data/tests/simple_model_metre_3d_geocentric.json
@@ -0,0 +1,54 @@
+{
+ "file_type": "deformation_model_master_file",
+ "format_version": "1.0",
+ "source_crs": "EPSG:4326",
+ "target_crs": "foo:ignored",
+ "definition_crs": "EPSG:4326",
+ "horizontal_offset_unit": "metre",
+ "horizontal_offset_method": "geocentric",
+ "vertical_offset_unit": "metre",
+ "extent": {
+ "type": "bbox",
+ "parameters": {
+ "bbox": [
+ -180,
+ -90,
+ 180,
+ 90
+ ]
+ }
+ },
+ "time_extent": {
+ "first": "1900-01-01T00:00:00Z",
+ "last": "2050-01-01T00:00:00Z"
+ },
+ "components": [
+ {
+ "description": "test",
+ "displacement_type": "3d",
+ "uncertainty_type": "none",
+ "extent": {
+ "type": "bbox",
+ "parameters": {
+ "bbox": [
+ -180,
+ -90,
+ 180,
+ 90
+ ]
+ }
+ },
+ "spatial_model": {
+ "type": "GeoTIFF",
+ "interpolation_method": "bilinear",
+ "filename": "tests/simple_model_metre_3d_grid.tif"
+ },
+ "time_function": {
+ "type": "step",
+ "parameters": {
+ "step_epoch": "1900-01-01T00:00:00Z"
+ }
+ }
+ }
+ ]
+} \ No newline at end of file