Skip to content

Add simulation model parameters for coordinate transformations

Gernot Maier requested to merge coordinates into main

Created by: GernotMaier

This pull request is one step towards adding all simulation model parameters relevant for coordinate transformations.

  • introduce parameter naming as discussed in #7 (closed)
  • change json keys as agreed (Value to value; Type to type; Metadata to metadata)
  • note schemas are copied over from the workflow repository with almost no changes:
    • base_schema is now correctly called meta_schema
    • parameter names are adjusted according to #7 (closed)
  • renaming of altitude to reference_point_altitude
  • renaming of corsika_obs_level to corsika_observation_level
  • renaming of EPSG to epsg_code
  • latitude/longitude is reference_point_latitude and reference_point_longitude

I suggest do move the detailed discussed of what to put into the metadata files to a future effort (see issue #11). This pull request is important to move forward with simtools development (e.g., this PR).

Merge request reports