Skip to content

Commit

Permalink
update several typos
Browse files Browse the repository at this point in the history
  • Loading branch information
slibby committed Oct 24, 2018
1 parent b81290c commit 00220f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OptimizeRasters.OptimizeRasters.pyt.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion OptimizeRasters.ProfileEditor.pyt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The type of cloud storage solution to create a profile for.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param name="profileName" displayname="Profile Name" type="Required" direction="Input" datatype="String" expression="profileName">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Name of the profile that is associated with the cloud storage access credentials. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The profile name is a pointer used by OptimizeRasters to extract the associated keys required to access the desired cloud storage solution. &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Profile eidtor is meant to enter new profile names for storage. As a precautionary measure the user has to type in the name of existing profile to edit or delete it. &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;To &lt;/SPAN&gt;&lt;SPAN STYLE="font-weight:bold;"&gt;Edit &lt;/SPAN&gt;&lt;SPAN&gt;an existing name, type it here and enter in the changed details. Pick the option to overwrite the profile name to store the edits. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To &lt;/SPAN&gt;&lt;SPAN STYLE="font-weight:bold;"&gt;Delete &lt;/SPAN&gt;&lt;SPAN&gt;an existing profile name, type it here and pick the option from the actions list below. &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Name of the profile that is associated with the cloud storage access credentials. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The profile name is a pointer used by OptimizeRasters to extract the associated keys required to access the desired cloud storage solution. &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Profile editor is meant to enter new profile names for storage. As a precautionary measure the user has to type in the name of existing profile to edit or delete it. &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;To &lt;/SPAN&gt;&lt;SPAN STYLE="font-weight:bold;"&gt;Edit &lt;/SPAN&gt;&lt;SPAN&gt;an existing name, type it here and enter in the changed details. Pick the option to overwrite the profile name to store the edits. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To &lt;/SPAN&gt;&lt;SPAN STYLE="font-weight:bold;"&gt;Delete &lt;/SPAN&gt;&lt;SPAN&gt;an existing profile name, type it here and pick the option from the actions list below. &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param name="iAmRolePara" displayname="IAM Role Profile" type="Optional" direction="Input" datatype="GPBoolean" expression="iAmRolePara">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Check the IAM Role profile if OptimizeRasters is to run on a trusted EC2 instance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IAM role enables OptimizeRasters to run on an EC2 instance to securely access AWS resources without credential keys involved.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
Expand Down
2 changes: 1 addition & 1 deletion OptimizeRasters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- Set canned ACL to apply to uploaded files. Acceptable values are [private, public-read, public-read-write, authenticated-read, bucket-owner-read,bucket-owner-full-control]-->
<Out_S3_ACL></Out_S3_ACL>
<!-- Starting output folder location to store converted data on S3-->
<Out_S3_ParentFolder>Out_S3Partent_folder</Out_S3_ParentFolder>
<Out_S3_ParentFolder>Out_S3Parent_folder</Out_S3_ParentFolder>
<!-- If ‘true’ generated output files with any extra files copied from input will be uploaded to S3. Acceptable values are [true, yes, t, 1, y, false, no, f, 0, n] -->
<Out_S3_Upload>F</Out_S3_Upload>
<!-- If ‘true’ generated output will be deleted once uploaded to S3. Acceptable values are [true, yes, t, 1, y, false, no, f, 0, n] -->
Expand Down

0 comments on commit 00220f3

Please sign in to comment.