POST
|
Greetings All I am trying to apply ExtractBand renderingRule on ExportImage rest request on a imageservice using below syntax. For e.g. I want to extract 2nd band from 3-band image { "rasterFunction" : "ExtractBand", "rasterFunctionArguments" : { "BandIDs" : [2], "Raster" : "$$" } } output is same when all 3 bands are present. Same rule works perfectly if created using raster function template editor and applied as raster function on same image service. Is something missing on syntax side? thanks in advance.
... View more
05-29-2015
06:12 AM
|
0
|
0
|
3275
|
POST
|
Thanks Jai, This, I have already seen but I am unsure whether its correct approach. As mentioned in this help section Colormap function—Help | ArcGIS for Desktop , I was looking for some example with type 'ColorRamp'. Infact at the end of section, it says that ' Since there is no specific color tied to each value, this will render your data as if you are using the stretched renderer'. But in Shaded relief example, its a creating a pixel value assigned colormap range values. I am unsure whether to proceed with this approach. Thanks anyway
... View more
05-07-2015
07:28 AM
|
0
|
0
|
33
|
POST
|
How to apply a colorramp rendering rule on image service ArcGIS Image Server @ . It is not documented properly in REST API raster function section. I tried below syntax but it neither applied it on ExportImage call nor gave any error. Any clue will be very useful. thank you! {"rasterFunction":"ColorRamp", "rasterFunctionArguments":{ { "type": "algorithmic", "fromColor": [115,76,0,255], "toColor": [255,25,86,255], "algorithm": "esriHSVAlgorithm" }}}
... View more
05-06-2015
05:54 AM
|
1
|
2
|
3488
|
POST
|
How to apply a colorramp rendering rule is not documented in REST API raster function section documentation. I tried below syntax but it neither applied it on image service nor gave any error. Any clue will be very useful. thank you! {"rasterFunction":"ColorRamp", "rasterFunctionArguments":{ { "type": "algorithmic", "fromColor": [115,76,0,255], "toColor": [255,25,86,255], "algorithm": "esriHSVAlgorithm" }}}
... View more
05-05-2015
06:07 AM
|
0
|
0
|
5
|
POST
|
Greetings, I am unable to access ArcGIS Server Administrator Directory using token generated from on a site that is federated with Portal for ArcGIS 10.2.2. It says 'token invalid' however entering same token on browser it works. I am using .Net WebRequest class for this. Thanks in Advance. Regards Nagesh
... View more
03-16-2015
10:55 AM
|
0
|
1
|
3360
|
POST
|
Reconcile fails and arcmap crashes where geometric network featureclass is modified. That featureclass is also ArcFM configured. While trying to repair the feature using repair connectivity tool, error message is popping up 'repairconnectivity failed'. Disconnect tool on particluar feature is also crashing the ArcMap. Enterprise geodatabase with ArcGIS 10.1 SP1 and ArcFM Solution 10.1. All ArcGIS and ArcFM patches already installed. Expecting some magic solution
... View more
02-12-2015
06:45 AM
|
0
|
0
|
3654
|
POST
|
Hello Everyone, We are designing a ArcGIS server usage statistics graph or report using AGS logs. We are looking info about standard log events to design various graphs. Based on our study of existing AGS logs, we understand that extent change(ExportMapImage) is useful for generating some statistics which is also seen in SQLLog Looking for standard log info which cant be seen in AGS documentation.
... View more
02-11-2015
11:00 PM
|
0
|
0
|
3549
|
POST
|
Hi, We have some feature classes stored in a feature dataset in ArcSDE . I want to delete the features which are older than 10 years from the feature classes using a python script. Every feature class has an attribute field "LAST EDITED ON". The sample value is in format "10/14/2014 1:31:52 AM". Note: The features which are older than 10 years should be deleted from every feature class on daily basis (If there are any). We are using ArcGIS version 10.1 I have created following expression which selects the features for deletion. expression = long(float((arcpy.CalculateValue_management(time.mktime((datetime.datetime.now()+relativedelta(years=-10)).timetuple())))[0])) - long(float((arcpy.CalculateValue_management(time.mktime(time.strptime(!LAST_EDITED_ON!, "%x %X"))))[0])) > 0 The expression runs fine on Python window but gives an error while running as a tool. SyntaxError: invalid syntax (DeleteFeatureScript_Latest.py, line 18) Failed to execute (Script). Line 18 is the expression seen above. Please suggest how to solve this problem. Any help will be appreciated.
... View more
11-06-2014
12:45 AM
|
0
|
4
|
2256
|
POST
|
Hi, We have some feature classes stored in a feature dataset in ArcSDE . I want to delete the features which are older than 10 years from the feature classes using a python script. Every feature class has an attribute field "LAST EDITED ON". The sample value is in format "10/14/2014 1:31:52 AM". Note: The features which are older than 10 years should be deleted from every feature class on daily basis (If there are any). We are using ArcGIS version 10.1 Any help will be appreciated. Thanks in advance. Satish Kadam
... View more
10-14-2014
04:15 AM
|
0
|
0
|
1784
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|