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
8
votes
1 answer

Rserve connection fails

I am using WPS4R provided by 52north Up to 3 days ago everything was fine and WPS could connect to R by use of Rserve properly but now this connection can not be made. I uninstalled everything, including Apache Tomcat,R and Java JDK, and then…
Mona Eshraghi
  • 195
  • 2
  • 7
4
votes
0 answers

SAS/WPS HTTP PROC Basic Authentication

Am trying to get the data from JIRA REST API using WPS. I was using the HTTP PROC to call JIRA rest api. proc http…
Bharathiraja S
  • 679
  • 4
  • 12
  • 26
4
votes
0 answers

WPS server on Linux or Raspberry

I configured hostapd to make an Access Point Wi-Fi network on my raspberry pi... everything works fine. It acts like a router. Can i bind client devices via WPS? For example phones, ESP8266 that support WPS connections?
Fabiosoft
  • 1,141
  • 14
  • 32
4
votes
1 answer

Pywps Timeout long processes (Asynchronous request)

I'm executing a long process WPS of around 180sec, and when it start after 60sec the WPS (response) is abandoned, and the process continue to run until the end (checked on the log file). I tried the solution proposed by Pywps wiki of reducing the…
Mounirsky
  • 117
  • 7
3
votes
1 answer

Wireshark Beacon Frame: WPS Vendor Tag

I have the understanding that wireshark has the capability to identify whether or not an Access Point (via Beacon frames or Probe Responses) is configured for WPS or not. Particularly under the wireless management frame there is a tagged parameter…
jv74
  • 153
  • 3
  • 8
2
votes
1 answer

Displayer raster result from Geoserver WPS in Openlayers4

For an interactive web application I use Openlayers 4.6.5 with Geoserver 2.13.0. want to enable dynamic processing of user-selected input data points by using Geoserver WPS. I have extended the WPS functionality with the statistics package from…
2
votes
0 answers

Using Proc export to a xlsx Google sheet (gsheet) - via SAS/WPS

I'm currently using WPS 3.3 and need to export a table into a Google Sheet (XLSX gsheet) on a weekly basis. Unfortunately, I haven't so far been able to identify a solution which works for me. The drive I am trying to access is mapped to my drive…
2
votes
0 answers

GeoScript change layer's projection

I am using geoscript to reproject a layer in my geoserver. I can use geoserver/catalog to access a layer's projection with no issue. However, I can't change it. My code is like this: var catalog = require("geoserver/catalog"); var Process =…
zhangjinzhou
  • 2,461
  • 5
  • 21
  • 46
2
votes
2 answers

Bash script for reaver to unlock wps-locked status

First of all, sorry for my poor poor english. I'm trying to write a bash script in order to perform AP WPS cracking using reaver. The problem is that after trying some WPS-PINs, the AP lock the WPS so I reaver is not usefull. To solve this, I…
user3368457
2
votes
1 answer

Complicated Bash stdout (airodump)

I want to parse the output of airodump-ng tool searching for wps data. I know since airodump-ng 1.2 rc2 there is available an argument --wpswhich shows another new column for wps data. The surprise is using -w option to write the results to a file,…
OscarAkaElvis
  • 5,384
  • 4
  • 27
  • 51
2
votes
1 answer

Geoserver WPS Execute Request

I have a Geoserver that I am trying to return a GeoJSON with my WPS with a web link but I am unsure how to. The tutorial on the Geoserver website says to do a curl. I'm sure Geoserver can do this because it has a demo WPS builder and returns what I…
pq1
  • 21
  • 2
2
votes
1 answer

GeoServer WPS could not locate FeatureCollection in Catalog

I'm trying to execute wps request via the GeoNetwork3 mapView. The workflow is that the user selects an existing feature collection and then a point. After that, the request is being executed. The request format is xml and it's being submitted via…
Antivist
  • 184
  • 9
1
vote
3 answers

is there an easier way to write this formula

I have to report daily data, and everyday I have to create a new sheet with today's date. I have a summary sheet in the end which shows the sum for all the days. I have this formula in my summary sheet =SUM(('Shift 1 (May 2)'!AY142:AY145),('Shift 1…
rohannair
  • 31
  • 7
1
vote
0 answers

Cannot highlight or add comments to WPS PDF reader

I am using WPS PDF reader on Ubuntu 22.04, and I cannot see the comments and highlights section. This is how my ribbon looks like It only shows "Read" tag Any ideas?
Hesham Moneer
  • 240
  • 1
  • 17
1
vote
1 answer

wps.setup and WpsInfo.PBC are all depracted at API 28 what alternates are there for connecting using WiFi p2p

wifi p2p connections example is given in android official website link in that there is WifiP2pConfig config = new WifiP2pConfig(); config.deviceAddress = device.deviceAddress; config.wps.setup = WpsInfo.PBC; but wps.setup and WpsInfo.PBC are all…
pradhu
  • 11
  • 1
1
2 3 4 5