-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload the slides for FOSS4G-ASIA-2023
- Loading branch information
Showing
8 changed files
with
1,195 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DirectoryIndex index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Copyright (C) 2014 Hakim El Hattab, http://hakim.se | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<wps:ProcessOfferings xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:wps="http://www.opengis.net/wps/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/2.0 http://schemas.opengis.net/wps/2.0/wps.xsd"> | ||
<wps:ProcessOffering processVersion="1.0.0" jobControlOptions="sync-execute async-execute dismiss" outputTransmission="value reference"> | ||
<wps:Process> | ||
<ows:Title>Publish an image as WMS / WCS</ows:Title> | ||
<ows:Abstract>Publish an image as WMS / WCS</ows:Abstract> | ||
<ows:Identifier>publishTif</ows:Identifier> | ||
<wps:Input minOccurs="1" maxOccurs="1"> | ||
<ows:Title>the string</ows:Title> | ||
<ows:Abstract>The string to add to the hellow one.</ows:Abstract> | ||
<ows:Identifier>S</ows:Identifier> | ||
<wps:ComplexData> | ||
<wps:Format default="true" mimeType="image/tiff"/> | ||
<wps:Format mimeType="image/tiff"/> | ||
</wps:ComplexData> | ||
</wps:Input> | ||
<wps:Output> | ||
<ows:Title>The published file</ows:Title> | ||
<ows:Abstract>The published file.</ows:Abstract> | ||
<ows:Identifier>S</ows:Identifier> | ||
<wps:Output> | ||
<ows:Title>download link</ows:Title> | ||
<ows:Abstract>download link</ows:Abstract> | ||
<ows:Identifier>download</ows:Identifier> | ||
<wps:ComplexData> | ||
<wps:Format default="true" mimeType="image/tiff"/> | ||
<wps:Format mimeType="image/tiff"/> | ||
</wps:ComplexData> | ||
</wps:Output> | ||
<wps:Output> | ||
<ows:Title>WCS link</ows:Title> | ||
<ows:Abstract>WCS link</ows:Abstract> | ||
<ows:Identifier>WCS_LINK</ows:Identifier> | ||
<wps:ComplexData> | ||
<wps:Format default="true" mimeType="image/tiff"/> | ||
<wps:Format mimeType="image/tiff"/> | ||
</wps:ComplexData> | ||
</wps:Output> | ||
<wps:Output> | ||
<ows:Title>WMS link</ows:Title> | ||
<ows:Abstract>WMS link</ows:Abstract> | ||
<ows:Identifier>WMS_LINK</ows:Identifier> | ||
<wps:ComplexData> | ||
<wps:Format default="true" mimeType="image/png"/> | ||
<wps:Format mimeType="image/png"/> | ||
</wps:ComplexData> | ||
</wps:Output> | ||
</wps:Output> | ||
</wps:Process> | ||
</wps:ProcessOffering> | ||
</wps:ProcessOfferings> |
Oops, something went wrong.