Custom Query (124 matches)
Results (61 - 63 of 124)
Ticket | Resolution | Summary | Owner | Reporter | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#80 | fixed | Add missing CF parameters to translate Coordinate Reference System properties to/from OGC Well-Known Text format | davidhassell | etourigny | |||||||||||||||||||||
Description |
1. TitleAdd missing CF parameters to translate Coordinate Reference System properties to/from OGC Well-Known Text format. 2. ModeratorJonathan Gregory 3. RequirementCF-1.6 grid mapping parameters do not allow to fully represent Geographic and Projected Coordinate Reference System (CRS) definitions in Open Geospatial Consortium (OGC) Well-Known Text format. The following WKT nodes cannot be transformed to/from CF-1.6: PROJCS, GEOGCS, DATUM, SPHEROID, TOWGS84, PRIMEM. In particular the absence of parameters that correspond to DATUM and TOWGS84 parameters can cause datum shifting errors. Adding new parameters to the CF grid_mapping specification would allow to translate projected and geographic CRS WKT definitions to/from CF grid_mapping definitions without loss of information. This is a simpler and easier approach than including the full OGC WKT string (as proposed in CF Metadata trac ticket #69) and detecting the potential conflicts between the CF and WKT definitions. 4. Initial Statement of Technical ProposalThe following grid mapping attributes would be added and described in Table F1
The rationale for adding the various name parameters is to ensure a 100% compatibility between OGC WKT definitions and CF grid_mapping definitions and also to make the CF definitions more representative. In general, the names should be equal to the ones used in the EPSG database (see <OGP/EPSG>). Named datums are particularly troublesome, as there is no unique naming scheme in OGC WKT (see <link2> and <CT>). The use of TOWGS84 parameters (inside a DATUM node) allow to approximate datum shifts to the WGS84 datum, but if precise datum shifts are required (using datum shift grids), then it is important that the datums are uniquely identified. It is required to follow the OGR/Cadcorp naming scheme described in the horizontal_datum_name entry for table F1 below (to ensure compatibility with Simple Features and CT specifications). For reference the names and parameters of PRIMEM and SPHEROID entries from the EPSG database are provided in <link1> (prime_meridian.csv and ellipsoid.csv). DATUM entries, along with their transformed names and preferred TOWGS84 parameters are given in <link1> (horiz_datum.csv). A similar proposal could be made to account for vertical CRS (VERT_CS in WKT), but this is outside the scope of this proposal. As an example, the modified “British National Grid” example below would loose information if it were converted to and from CF-1.6: PROJCS["unnamed", GEOGCS["unknown", DATUM["unknown", SPHEROID["Spheroid",6377563.396,299.3249646000044]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",49], PARAMETER["central_meridian",-2], PARAMETER["scale_factor",0.9996012717], PARAMETER["false_easting",400000], PARAMETER["false_northing",-100000], UNIT["metre",1]] The PROJCS, GEOGCS, DATUM and SPHEROID names are lost, but more importantly the TOWGS84 parameters also. The SPHEROID and PRIMEM parameters are recovered due to existing CF grid_mapping parameters, and the PRIMEM name is restored because Greenwich corresponds to longitude_of_prime_meridian = 0. Changes to section 5.6<at the end of 1st paragraph> The translation of CF coordinate variables to/from OGC Well-Known Text (WKT) format is summarized in a few examples below and described in detail in <link1>. Example 5.9. Latitude and longitude on the WGS 1984 datum <CF definition> OGC WKT : GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]] Example 5.10. British National Grid <...> char crs ; crs:grid_mapping_name = "transverse_mercator" ; crs:longitude_of_central_meridian = -2. ; crs:false_easting = 400000. ; crs:false_northing = -100000. ; crs:latitude_of_projection_origin = 49. ; crs:scale_factor_at_central_meridian = 0.9996012717 ; crs:longitude_of_prime_meridian = 0. ; crs:semi_major_axis = 6377563.396 ; crs:inverse_flattening = 299.324964600004 ; crs:projected_coordinate_system_name = "OSGB 1936 / British National Grid" ; crs:geographic_coordinate_system_name = "OSGB 1936" ; crs:horizontal_datum_name = "OSGB_1936" ; crs:reference_ellipsoid_name = "Airy 1830" ; crs:prime_meridian_name = "Greenwich" ; crs:towgs84 = 375., -111., 431., 0., 0., 0., 0. ; OGC WKT : PROJCS["OSGB 1936 / British National Grid", GEOGCS["OSGB 1936", DATUM["OSGB_1936", SPHEROID["Airy 1830",6377563.396,299.3249646000044], TOWGS84[375,-111,431,0,0,0,0]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",49], PARAMETER["central_meridian",-2], PARAMETER["scale_factor",0.9996012717], PARAMETER["false_easting",400000], PARAMETER["false_northing",-100000], UNIT["metre",1]] Changes to Table F1
Changes to References
5. BenefitsBy implementing this proposal, we should assure that data producers and software developers can include most of the datum information and other decriptive properties of specific projections. This proposal is much simpler and easier to manage than the proposal in trac ticket #69, which is entirely optional and has failed to reach consensus so far. 6. Status QuoData producers are forced to add custom WKT entries to their data files without any standard, which does not promote interoperability. |
||||||||||||||||||||||||
#81 | fixed | new standard names for surface aerosol optical properties | cf-standard-names@… | markus | |||||||||||||||||||||
Description |
Dear all, since the WMO Global Atmosphere Watch (GAW) programme is moving towards using CF standard names as standard vocabulary, I'd like to propose the following standard names that represent aerosol properties being observed at the GAW surface sites: 1) volume_scattering_coefficient_in_air_due_to_dry_aerosol The volume scattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 2) volume_absorption_coefficient_in_air_due_to_dry_aerosol The volume absorption coefficient is the fractional change of radiative flux per unit path length due to absorption of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 3) volume_hemispheric_backscattering_coefficient_in_air_due_to_dry_aerosol The volume hemispheric backscattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam into the rearward hemisphere relative to the incident beam by a component in the reference volume. It is distinct from the backscattering coefficient which isn't integrated over the rearward hemisphere. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 4) surface_volume_scattering_coefficient_at_stp_in_air_due_to_pm1_dry_aerosol The volume scattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm1" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 1 micrometer. 5) surface_volume_scattering_coefficient_at_stp_in_air_due_to_pm10_dry_aerosol The volume scattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm10" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 10 micrometers. 6) surface_volume_absorption_coefficient_at_stp_in_air_due_to_pm1_dry_aerosol The volume absorption coefficient is the fractional change of radiative flux per unit path length due to absorption of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm1" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 1 micrometers. 7) surface_volume_absorption_coefficient_at_stp_in_air_due_to_pm10_dry_aerosol The volume absorption coefficient is the fractional change of radiative flux per unit path length due to absorption of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm10" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 10 micrometers. 8) surface_volume_hemispheric_backscattering_coefficient_at_stp_in_air_due_to_pm1_dry_aerosol The volume hemispheric backscattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam into the rearward hemisphere relative to the incident beam by a component in the reference volume. It is distinct from the backscattering coefficient which isn't integrated over the rearward hemisphere. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm1" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 1 micrometers. 9) surface_volume_hemispheric_backscattering_coefficient_at_stp_in_air_due_to_pm10_dry_aerosol The volume hemispheric backscattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam into the rearward hemisphere relative to the incident beam by a component in the reference volume. It is distinct from the backscattering coefficient which isn't integrated over the rearward hemisphere. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Dry aerosol" is aerosol at a relative humidity < 40% where it hasn't taken up ambient water by hygroscopic growth. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm10" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 10 micrometers. 10) volume_scattering_coefficient_in_air_due_to_aerosol The volume scattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 11) volume_absorption_coefficient_in_air_due_to_aerosol The volume absorption coefficient is the fractional change of radiative flux per unit path length due to absorption of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 12) volume_hemispheric_backscattering_coefficient_in_air_due_to_aerosol The volume hemispheric backscattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam into the rearward hemisphere relative to the incident beam by a component in the reference volume. It is distinct from the backscattering coefficient which isn't integrated over the rearward hemisphere. "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 13) surface_volume_scattering_coefficient_at_stp_in_air_due_to_pm1_aerosol The volume scattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm1" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 1 micrometer. 14) surface_volume_scattering_coefficient_at_stp_in_air_due_to_pm10_aerosol The volume scattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm10" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 10 micrometers. 15) surface_volume_absorption_coefficient_at_stp_in_air_due_to_pm1_aerosol The volume absorption coefficient is the fractional change of radiative flux per unit path length due to absorption of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm1" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 1 micrometers. 16) surface_volume_absorption_coefficient_at_stp_in_air_due_to_pm10_aerosol The volume absorption coefficient is the fractional change of radiative flux per unit path length due to absorption of an incident light beam by a component in the reference volume. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm10" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 10 micrometers. 17) surface_volume_hemispheric_backscattering_coefficient_at_stp_in_air_due_to_pm1_aerosol The volume hemispheric backscattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam into the rearward hemisphere relative to the incident beam by a component in the reference volume. It is distinct from the backscattering coefficient which isn't integrated over the rearward hemisphere. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm1" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 1 micrometers. 18) surface_volume_hemispheric_backscattering_coefficient_at_stp_in_air_due_to_pm10_aerosol The volume hemispheric backscattering coefficient is the fractional change of radiative flux per unit path length due to redirection of an incident light beam into the rearward hemisphere relative to the incident beam by a component in the reference volume. It is distinct from the backscattering coefficient which isn't integrated over the rearward hemisphere. "Aerosol" means the suspended liquid or solid particles in air (except cloud droplets). "Aerosol" without further qualification such as dry or ambient means that the aerosol humidity state is stated in the data. The specification of a physical process by the phrase "due_to_" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. "surface" means the lower boundary of the atmosphere. "at_stp" refers to a volume at standard conditions of temperature (273.15 K) and pressure (1013.25 hPa). "pm10" refers to the fraction of aerosol particles with an aerodynamic diameter of less than or equal to 10 micrometers. |
||||||||||||||||||||||||
#85 | fixed | Link Appendix H from section 9, and clarify missing data requirements | davidhassell | jonathan | |||||||||||||||||||||
Description |
We removed most of the detail regarding the storage of discrete sampling geometries from the text in section 9 to Appendix H, but as far as I can see we forgot to make links to Appendix H. To correct this defect, I propose that we:
In section 9.6, we introduced the possibility of missing data in auxiliary coordinate variables for discrete sampling geometries, and Appendix A notes that missing data is only allowed for section 9.6. To be clear, I think we should note this in section 2.5.1 "Missing data" also. I propose that we append this sentence to the first paragraph of 2.5.1.
Also, I propose that in the "Links" column of Appendix A, we add links to section 2.5.1 and 9.6 for _FillValue (in addition to the link to the NUG), and to section 9.6 for missing_value (2.5.1 is already linked). Jonathan |