Skip to content

Commit

Permalink
Removes a redundant section on Python Embedding for Point Observation…
Browse files Browse the repository at this point in the history
…s that is better suited for Appendix F. Appendix F is already referenced in describing ASCII2NC. Cleaned up some wording regarding Point2Grid Python embedding.
  • Loading branch information
DanielAdriaansen committed Nov 18, 2022
1 parent 7082da1 commit af71f3b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions docs/Users_Guide/reformat_point.rst
Original file line number Diff line number Diff line change
Expand Up @@ -538,19 +538,6 @@ In this example, the ASCII2NC tool will reformat the input **sample_ascii_obs.tx

.. _ascii2nc-pyembed:

Python Embedding for Point Observations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Here is an example of processing the same set of observations but using Python embedding instead:

.. code-block:: none
ascii2nc -format python \
"MET_BASE/python/read_ascii_point.py sample_ascii_obs.txt" \
sample_ascii_obs_python.nc
Please refer to :numref:`Appendix F, Section %s <appendixF>` for more details about Python embedding in MET.

ascii2nc configuration file
---------------------------

Expand Down Expand Up @@ -1070,7 +1057,7 @@ For the GOES-16 and GOES-17 data, the computing lat/long is time consuming. So t
When processing GOES-16 data, the **-qc** option may also be used to specify the acceptable quality control flag values. The example above regrids the GOES-16 AOD values to NCEP Grid number 212 (which QC flags are high, medium, and low), writing to the output the maximum AOD value falling inside each grid box.

Listed below is an example of processing the same set of observations but using python embedding instead:
Listed below is an example of processing the same set of observations but using Python embedding instead:

.. code-block:: none
Expand All @@ -1079,11 +1066,8 @@ Listed below is an example of processing the same set of observations but using
G212 python_gridded_ascii_python.nc -config Point2GridConfig_edr \
-field 'name="200"; level="*"; valid_time="20130827_205959";' -method MAX -v 1
The user should replace the python script with the customized python script for the custom point observation data. This is an example for the python embedding.

Please refer to :numref:`Appendix F, Section %s <appendixF>` for more details about Python embedding in MET.


point2grid output
-----------------

Expand Down

0 comments on commit af71f3b

Please sign in to comment.