IBM WebSphere Commerce, also known as WCS (WebSphere Commerce Suite), is a software platform framework for e-commerce, including marketing, sales, customer and order processing functionality in a tailorable, integrated package. Not to be used for questions related to OGC Web Coverage Services.
Questions tagged [wcs]
126 questions
1
vote
0 answers
How to make circular cut-out from FITS file and preserve the WCS
I have been able to extract the region I want using the following code:
hdulist = fits.open('/Users/Wesley/OneDrive/Documents/Honours/Data and Code/M101-10/2-Luminosity/M101-LMIPS24.fits')
hdu = hdulist[0]
wcs = WCS(hdulist[0].header)
center =…

Wesley Van Kempen
- 11
- 3
1
vote
0 answers
WCS 2.0.1 Not working with ESRI Javascript 3.33
Trying to implement ESRI WCSLayer Class to work with WCS 2.0.1. This works perfectly with WCS 1.0.0, however, when using WCS 2.0.1 I get the error. I have been testing using Geoserver 2.18 to configure the WCS endpoints.
Getting error in browser as…

Pick_Bounty
- 11
- 2
1
vote
0 answers
Plotting a FITS image of a Halpha map in galactic coordinates using WCS in Python
I'm trying to read and plot a Halpha map from a fits image whose 'info' is the following:
No. Name Ver Type Cards Dimensions Format
0 PRIMARY 1 PrimaryHDU 66 (8640, 4320) float32
And the header is composed…

Alexis Quintana
- 11
- 2
1
vote
2 answers
WAS gets hung WSVR0605W due to jdbc preparedstatement execute WCS
I'm trying to execute three different prepared statements inside a function which basically does an insert in three different tables.
File registration.java
public String regPoints(Timestamp time2, String usersID2) throws PDHException{
…

Shiva
- 55
- 6
1
vote
0 answers
NoConvergence in all_world2pix
I'm trying to convert some RA and Dec I have to pixels to cutout a fits image and I keep getting the following error:
NoConvergence: 'WCS.all_world2pix' failed to converge to the requested accuracy.
After 2 iterations, the solution is diverging at…

yikesthisisamess
- 73
- 6
1
vote
0 answers
Matplotlib adding grid lines inside the plot
When I make matpoltlib images, I provide Astropy WCS object as the projection. This make makes grid lines as shown below.
However, when I make images for the entire visible horizon I get something like the below
The problem in the above image is…

Mc Missile
- 715
- 11
- 25
1
vote
2 answers
How to download GeoTiff files from GeoServer using Python
I am trying to download GeoTiff files from GeoServer using Python. I have a found a few resources online about this type of thing, but I have been unable to accomplish this task.
For example, here:…

pierce.nasa
- 11
- 1
- 4
1
vote
1 answer
How do identify why certain documents are returned in SOLR response that may not be relevant for given keyword search?
We see certain documents in WCS SOLR response that are not relevant for given search keyword, but are part of the current customer/site catalog and categories. I do see SOLR debugging information, parser queries, filters, etc.. but trying to know if…

cnu
- 461
- 8
- 19
1
vote
1 answer
WCS Seach(SOLR) filter query to include or exclude given catalog_id categories
We are trying to limit WebSphere Commerce Search/SOLR keyword search to current catalog categories only by using fq=catalog_id:"1000002" and other fq values but still getting data from categories that are not part of catalog_id 1000002. Are there…

cnu
- 461
- 8
- 19
1
vote
0 answers
Exclude WCS/WebSphere Commerce 8 categories that are not relevant to current catalog and categories in keyword search?
We have bunch of item(s) in more than 1 customer catalog under customer specific categories. For example when we search for 'candy' we see items that have given text and also items that are in a category with word 'candy' in category name(s). The…

cnu
- 461
- 8
- 19
1
vote
0 answers
ValueError: When providing two arguments, the array must be of shape (N, 4)
I've been trying to use pv-extractor package to extract the velocity along a certain path. then convert the position in the pixel coordinate to world coordinate and frequency to velocity. here is the code I've written:…

Mit Ra
- 11
- 2
1
vote
2 answers
websphere application server profiles
What creates the profiles under {install_dir}/IBM/WebSphere/Appserver/profiles
I'm working on RHEL. Installed WAS 7 and WebSphere Commerce. All of this is scripted given to me by others.
At some point a folder gets created under profiles. …

HuInTa
- 41
- 3
1
vote
1 answer
WCM and WCS session management
We have the set up in such a way that WCM has containers where the angular code will reside and call our WCS services for getting the details required to paint the UI page.
We have the session management set at wc-server.xml as 30 minutes. Once the…

arvind_cool
- 293
- 1
- 13
1
vote
1 answer
How to encrypt a parameter in URL- IBM WCS?
I need to add an encrypted parameter, lets say 'isAdd' in a URL
www.example.com/aTestPage?isAdd=123
but I am failed to do so, though the parameter is not mentioned in following section of wc-server.xml
…

Just_another_developer
- 5,737
- 12
- 50
- 83
1
vote
1 answer
WCS AJAX refresh using dojo and controller
I am working on Aurora Store, I have created a refresh controller to refresh an area.
But the controller works only first time, means when the page loaded first time and thebutton is clicked on which I have written the refresh controller only then…

Just_another_developer
- 5,737
- 12
- 50
- 83