IDEA
|
Bud Try right-clicking on any of the Red, Green, Blue channels in the legend. You will get a list of all the bands in the image in order with names and wavelengths (3.4+) if available.
... View more
05-16-2025
09:49 AM
|
0
|
0
|
200
|
POST
|
If you just create a layer without specifying a group layer does it work ?
... View more
10-18-2023
09:07 PM
|
0
|
1
|
1811
|
POST
|
Jeffrey, Are these extensions you are trying to add recognized by ArcGIS Pro as rasters already? if so when you find the file extension you are looking for in the add-in you can just use the create layer API to create a raster layer directly then add the layer to a group layer and so on. I did not understand why you were looking at the mosaic dataset API unless I am missing something. -Prashant
... View more
10-10-2023
02:43 PM
|
0
|
4
|
1889
|
POST
|
Joe, Click on the mosaic layer in the Contents pane then click on Appearance tab->Resampling Type dropdown. Change the resampling type to Nearest Neighbor and this should produce the same results as the original. Please let me know if you have any questions. -Prashant
... View more
01-19-2022
10:07 AM
|
0
|
1
|
1369
|
POST
|
Hi, Currently there is no way to access that table. Can you provide us with more context on what you are planning to do with that table so we can plan the best way to provide this functionality? What are you looking to do with that table? -Prashant
... View more
11-08-2021
07:04 AM
|
0
|
3
|
1747
|
POST
|
Than, In your code above when you create the extent envelope, you are setting MaxX instead of MaxY. Bolded below. Envelope RasterExtent =
EnvelopeBuilder.CreateEnvelope((double)rasterInfo.MinX, (double)rasterInfo.MinY, (double)rasterInfo.MaxX, (double)rasterInfo.MaxX, this._lastSelectedSR);
... View more
02-11-2020
05:55 PM
|
0
|
1
|
2032
|
POST
|
Mody, Did you get this sovled? I would suggest running the build footprints GP tool, either through the UI or through code to accomplish what you are doing. You should not need to manually edit footprints. Please let me know if this helps. -Prashant
... View more
02-11-2020
05:49 PM
|
0
|
1
|
716
|
POST
|
Than, After you set extent and height, if your new extent is different or your new height is different that will account for the change in Y cell size, i.e. (XMax-XMin)/Height = CellSize Y. Is what you are seeing not following these rules? Another thing to check if when you set the extent and height if its actually correctly being set. Try getting right after or debug through to see if its correctly set. -Prashant
... View more
02-11-2020
05:41 PM
|
0
|
0
|
1724
|
POST
|
Sam, Can you expand on what raster process you are trying to loop? If you are doing clipping, the geoprocessing call is the probably the easiest way but you can do other raster based processes by using the core raster API to open a raster, access pixels and do something with them. Some code snippets can be found here Hope that helps. -Prashant
... View more
08-26-2019
01:35 PM
|
0
|
1
|
1249
|
POST
|
Max, Did you check to see if the raster can be edited using raster.CanEdit()? If you know where the raster dataset is you don't need a layer. You can just open the raster dataset, create a full raster and make your edits on it. https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Raster#opening-raster-datasets -Prashant
... View more
06-17-2019
11:00 AM
|
0
|
2
|
1182
|
POST
|
Drew, Can you try adding the same image through ArcGIS Pro GP? If that works a good way to validate your code is to run the Add Rasters tool with the same data/parameters and use the History tab on the Catalog pane to Copy python command to get a valid call to the tool and compare the string with your call. -Prashant
... View more
06-17-2019
10:54 AM
|
0
|
1
|
916
|
POST
|
Chris, Did you try the same query using the layer properties to see if its valid? -Prashant
... View more
06-17-2019
10:47 AM
|
0
|
1
|
1077
|
POST
|
Barbara, We totally understand and are working hard on a solution. Thanks for your feedback. Please let us know if you have any more questions or feedback. -Prashant
... View more
05-23-2019
09:18 AM
|
2
|
1
|
1344
|
POST
|
Barbara, You can accelerate or decelerate the amount by which moving the mouse wheel changes height by using the Shift or Capslock key respectively. In a future release we will be providing users with more fine grained control over this. -Prashant
... View more
05-22-2019
02:40 PM
|
2
|
0
|
1344
|
POST
|
Shivam, Raster Functions are currently not accessible through the Pro SDK but we are gathering information on the way people would like to use them. Can you give me some details about your workflow? Maybe I can suggest an alternate way to solve your problem. -Prashant
... View more
03-29-2019
10:45 AM
|
0
|
1
|
940
|
Title | Kudos | Posted |
---|---|---|
1 | 04-21-2017 04:01 PM | |
1 | 04-24-2017 01:19 PM | |
2 | 05-23-2019 09:18 AM | |
2 | 05-22-2019 02:40 PM |
Online Status |
Offline
|
Date Last Visited |
06-27-2025
07:42 AM
|