Ignore:
Timestamp:
Aug 13, 2020 9:57:07 AM (4 years ago)
Author:
suehring
Message:

Virtual measurement output: change content of attribute data_content, minor changes in long-name attributes and global attributes to be in agreement with (UC)2 data standard; driver creation config files: remove dummy input strings and change default values (to be in agreement with (UC)2 data standard); palm_csd_netcdf_interface: correct wrong false_easting attribute in crs variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_csd_files/palm_csd_netcdf_interface.py

    r4481 r4641  
    2020# Current revisions:
    2121# -----------------
    22 # 
    23 # 
     22#
     23#
    2424# Former revisions:
    2525# -----------------
    2626# $Id: palm_csd_netcdf_interface.py 3668 2019-01-14 12:49:24Z maronga $
     27# Correct wrong false_easting attribute in crs variable
     28#
     29# 3668 2019-01-14 12:49:24Z maronga
    2730# Some improvements and new routines
    2831#
     
    334337   temp.scale_factor_at_central_meridian = 0.9996
    335338   temp.latitude_of_projection_origin = 0.0
    336    temp.false_easting = 50000.0
     339   temp.false_easting = 500000.0
    337340   temp.false_northing = 0.0
    338341   temp.units = "m"
Note: See TracChangeset for help on using the changeset viewer.