Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates concerning the Polar Stereographic Grid Mapping #469

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions appf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These are:
- `semi_major_axis`
- `semi_minor_axis`

We have used the FGDC "Content Standard for Digital Geospatial Metadata" <<FGDC>> as a guide in choosing the values for **`grid_mapping_name`** and the attribute names for the parameters describing map projections.
In general we have used the FGDC "Content Standard for Digital Geospatial Metadata" <<FGDC>> as a guide in choosing the values for **`grid_mapping_name`** and the attribute names for the parameters describing map projections.


=== Albers Equal Area
Expand Down Expand Up @@ -298,7 +298,7 @@ grid_mapping_name = polar_stereographic
----

__Map parameters:__::
* **`straight_vertical_longitude_from_pole`**
* **`longitude_of_projection_origin`** or **`straight_vertical_longitude_from_pole`** (deprecated)
* **`latitude_of_projection_origin`** - Either +90. or -90.
* Either **`standard_parallel`** (EPSG 9829) or **`scale_factor_at_projection_origin`** (EPSG 9810)
* **`false_easting`** - This parameter is optional (default is 0)
Expand All @@ -307,7 +307,7 @@ __Map parameters:__::
__Map coordinates:__:: The x (abscissa) and y (ordinate) rectangular coordinates are identified by the **`standard_name`** attribute values **`projection_x_coordinate`** and **`projection_y_coordinate`** respectively.

__Notes:__:: Notes on using the **`PROJ`** software package for computing the mapping may be found at
link:$$https://proj.org/operations/projections/ups.html$$[https://proj.org/operations/projections/ups.html]
link:$$https://proj.org/operations/projections/stere.html$$[https://proj.org/operations/projections/stere.html]
and
link:$$http://geotiff.maptools.org/proj_list/polar_stereographic.html$$[http://geotiff.maptools.org/proj_list/polar_stereographic.html].

Expand Down Expand Up @@ -600,7 +600,7 @@ In the situation where a conical developable surface intersects the reference el
Domain: **`-90.0 &lt;= standard_parallel &lt;= 90.0`**

| **`straight_vertical_longitude_from_pole`** | N
| The longitude (degrees_east) to be oriented straight up from the North or South Pole.
| __Deprecated__. Has the same meaning as **`longitude_of_projection_origin`**, which must be used instead.
Domain: **`-180.0 &lt;= straight_vertical_longitude_from_pole &lt; 180.0`**

| **`sweep_angle_axis`** | S
Expand Down
1 change: 1 addition & 0 deletions cf-conventions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ include::toc-extra.adoc[]
* Fernando Manzano, Puertos del Estado
* Lars Bärring, SMHI
* Christopher Barker, NOAA
* Sadie Bartholomew, NCAS and University of Reading

Many others have contributed to the development of CF through their participation in discussions about proposed changes.

Expand Down
1 change: 1 addition & 0 deletions conformance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ The legal values for the **`grid_mapping_name`** attribute are contained in Appe
*Recommendations:*

* The grid mapping variables should have 0 dimensions.
* Deprecated attributes for the **`grid_mapping_name`** are: **`scale_factor_at_projection_origin`** for **`grid_mapping_name = lambert_cylindrical_equal_area`** only, where **`standard_parallel`** should instead be used; and **`straight_vertical_longitude_from_pole`** for **`grid_mapping_name = polar_stereographic`** only, where **`longitude_of_projection_origin`** should instead be used.


[[section-17]]
Expand Down
1 change: 1 addition & 0 deletions history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

=== Working version (most recent first)

* {issues}445[Issue #445]: Updates concerning the Polar Stereographic Grid Mapping
* {issues}468[Issue #468]: Update section 2.3 to clarify recommended character set
* {issues}147[Issue #147]: Clarify the use of compressed dimensions in related variables
* {issues}483[Issue #483]: Add a missing author
Expand Down
Loading