Skip to content

Commit

Permalink
Upload the slides for FOSS4G-ASIA-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed Nov 30, 2023
1 parent 13b5ec1 commit d52c2cc
Show file tree
Hide file tree
Showing 8 changed files with 1,195 additions and 0 deletions.
Binary file added FOSS4G-ASIA-2023/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions FOSS4G-ASIA-2023/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DirectoryIndex index.html
19 changes: 19 additions & 0 deletions FOSS4G-ASIA-2023/LICENSE
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.
51 changes: 51 additions & 0 deletions FOSS4G-ASIA-2023/describe.xml
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>
Loading

0 comments on commit d52c2cc

Please sign in to comment.