raster-functions
raster-functions copied to clipboard
A curated set of lightweight but powerful tools for on-the-fly image processing and raster analysis in ArcGIS.
Updated properties are not transmitted to the client by an image service when key metadata raster function is applied on the back-end mosaic dataset (either on top of the mosaic...
The output cell size is define in the updaterasterInfo method. However, it is for some reason changed inside the updatePixels method. Also, the change is different in the x and...
Provide an example of python raster function that's supplies or modifies the Xform object to the raster's geometry.
We want to enable the python raster function to specify a `scaleFactor` in `.getConfiguration()` indicating the difference in input raster resolution w.r.t. the current request resolution.
As a user, I want to specify Cell Size Threshold in mercator meters and not in the units of the coordinates of the image request. The raster function must internally...
Hi, I made a simple Python RFT chained with another RFT template. I use a Rasterize Feature to access a value inside a feature table. Then I am able to...
Hello, I'm looking for help trouble shooting a custom raster function. The heart of the rf is an XGBoost model, but something goes wrong when I try to load the...
Hey! We're unable to add our rft.xml file with a python raster function. We are referencing this path in the rft file: [Install]\Server\framework\runtime\ArcGIS\Resources\Raster\Functions\Custom\subfolder\OurRasterFunction.py Everything seems to work fine in pro...
I'm writing a script that needs to clip a multidimensional raster (Gridmet temperature data) to a smaller area. Poking around the documentation this is the workflow that I came up...