Questions tagged [wps]

Web Processing Service (WPS) is a standard from the Open Geospatial Consortium that describes the input, output and execution of processes.

Web Processing Service (WPS) is a standard from the Open Geospatial Consortium that describes the input, output and execution of processes.

Other tags that have the WPS acronym include:

Implementations:

71 questions
1
vote
1 answer

How to set Fill color of Ellipse via Binding

I want to set Fill Color property of Ellipse via data binding, I have tried many ways so far was unsucessfull in setting it. Below is my XAML and VioewModel.cs code.
Ovais Khan
  • 205
  • 2
  • 16
1
vote
1 answer

How to open wps office in my application Nougat?

I tried below code it is working upto Marshmallow it's not working in Nougat..can any one help me how to solve this... I have a Excelfile in my internal storage...i what open excelfile when button clicked if wps is not install i am redirected to…
demo
  • 672
  • 3
  • 9
  • 34
1
vote
0 answers

How to create Mbtiles using WPS or WMS process

I am trying to create mbtiles using WMS but its only generating tiles for 5 zoom levels. how can I increase the zoom levels. i tried below url but was unsuccessful. URL:…
Prashant
  • 55
  • 1
  • 9
1
vote
2 answers

Wifi WPS client start in Windows 10 in script or code

I can not find how to start WPS client in Windows 10 from command prompt or powershell. When I used Linux, everything was really ease with wla_supplicant (wpa_cli wps_pbc). Is there something similar in Windows? Does anyone know how to set up Wi-Fi…
1
vote
3 answers

Proc Export and Proc Import XLSX in WPS/SAS

I am using WPS (which is essentially writing in SAS) and I am trying to do proc import and proc export of xlsx files but it keeps giving me error. I don't really know which version of SAS I am actually using because the compiler is WPS. Would…
1
vote
0 answers

Android Developers: How to bypass WPS when using WifiP2p

I was searching a way to bypass the WPS dialog while two devices are connecting via wifi p2p. Right now, everytime when two devices are trying to connect with each other, I have to choose one of the WPS methods. Yet I don't want any of these. I am…
Jason How
  • 11
  • 2
1
vote
2 answers

How can I share file between two apps in iOS use iPad like this video

I found a app WPS, which can share file with Split View betweed WPS and QQ. Video https://github.com/bottotl/photos/blob/master/wps_qq.jpg?raw=true It is amazing. How can I do the same thing?
jft0m
  • 193
  • 1
  • 7
1
vote
0 answers

Connect to WiFi with WPS PIN, some questions

I'm trying to make an App wich connect to a wifi with a known BSSID, ESSID and valid wps PIN. I've looked this but I don't understand it at all. Wifi Manager has a method to connect by WPS with a config and a…
rul3s
  • 332
  • 1
  • 2
  • 18
1
vote
2 answers

esp8288 nodemcu wps support

For a project I need wps support in the nodemcu firmware. To enable that I have added wifi.wps.* commands in app/modules/wifi.c and I have added -lwps to the Makefile in app. All builds well, but after flashing the firmware I get problems in that…
1
vote
0 answers

Response Document in wps java code

I'm implementing some java process into Geoserver OGC-WPS standard. I start with the following simplest code: package org.geoserver.wps.nais; import org.geoserver.wps.gs.GeoServerProcess; import org.geotools.process.factory.DescribeParameter;…
Lorenzo NAIS
  • 61
  • 1
  • 8
1
vote
0 answers

Geoserver+Openlayers: How to peform a Thematic Map on a WPS Filtered Geometry

I am currently developing a small Openlayers project using Geoserver. I have been using a WMS base layer and the WPS service to do most calculations like buffer, interseccion, etc. It is very easy to perform and chain these operations. I can't seem…
Cosme Benito
  • 125
  • 2
  • 13
1
vote
1 answer

Return features within a circle/polygon

I am new to Openlayers and not sure if this question falls in scope of Openlayers or Geoserver. I am showing some poi data in the form of layers on my map. The requirement is that a user can draw a circle or a polygon anywhere on the map and I…
0
votes
0 answers

How to add embedded image to WPS office via c#

I am using using OfficeOpenXml; or EPPlus package I'm trying to add an embed image to the excel cell of WPS office ,there are 2 types of images in WPS office (floating image and embed image) I have tried to use DISPIMG equation but the name is not…
0
votes
0 answers

Is there a simple way to store and export long R variable names using a SAS V5 transport

%let pgm=utl-haven-and-sasxport-packages-when-r-variable-names-stored-in-v5-file-labels; Haven and SASxport packages with r variable names stored in v5 export file…
0
votes
0 answers

What are the types of data can be used with geoserver wps raw data implementation?

In geoserver, we can create custom wps processes, I want to create a wps process which gets image and video data from client in multipart format. The geoserver wps post request needs body in xml format, how we can send image or video using this? I…