Add simulation model parameters for coordinate transformations
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
tovalue
;Type
totype
;Metadata
tometadata
) - note schemas are copied over from the workflow repository with almost no changes:
-
base_schema
is now correctly calledmeta_schema
- parameter names are adjusted according to #7 (closed)
-
- renaming of
altitude
toreference_point_altitude
- renaming of
corsika_obs_level
tocorsika_observation_level
- renaming of
EPSG
toepsg_code
- latitude/longitude is
reference_point_latitude
andreference_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).