aboutsummaryrefslogtreecommitdiff
path: root/data/tests/simple_model_wrap_west.json
blob: 54a04bd234bf8d2da3479e1a9f1ba888359d647e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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"
        }
      }
    }
  ]
}