-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArcGIS Pro Version of RAVE Add-In #107
Comments
Nothing a Goolge search doesn't address but a few resources useful for scoping:
|
The "sharing" link above didn't work for me. Here's another one: https://community.esri.com/t5/arcgis-pro-sdk-blog/sharing-your-arcgis-pro-add-ins-online/ba-p/883567 |
FWIW... In my recent work to produce ArcRAVE 3.0 and 3.1 it has become patently clear that online resources for developing ArcGIS addins are becoming harder to find! I am referring to online pages describing the ArcGIS 10.x .Net object model and interfaces. ESRI is deliberately taking this resources offline or has moved them behind a pay wall. Either way, it is becoming increasingly hard to support AddIns for ArcGIS 10.x, probably by design! |
Yes, I will be surprised if we do not make switch to ArcPro within the year. I am hoping and assuming that much of your dotnet code base will still work, but we should scope this and I will find funds. |
Insights from Shannon:
|
@philipbaileynar, it looks like Samuel has some experience in making an ArcPro AddIn: https://github.com/EVS-GIS/Fluvial-Corridor-Toolbox-ArcGIS/tree/master/ArcGIS-Pro-2_1_1-2_5_1. It is interesting that his repository for the ESRI add-in is organized to have both the 10.x and Pro versions. I wonder if we can do something similar with ArcRAVE? |
With ESRI's rapidly approaching retirement of ArcGIS 10.X within the next year or two, we really need to look at providing an ArcPro release of RAVE. Unlike GCD, which has 40 some odd forms, RAVE one presumes is much simpler.
In the same way you did for QGIS, @philipbaileynar can you please scope the cost of this? Unlike GCD, I suspect the development costs for this would be much cheaper and we could find funding very soon for.
Amongst us, @tyler1218hatch has by far the most experience with ArcGIS pro. Perhaps @tyler1218hatch could help with some of the basic questions, like if
*.lyr
files work in same way.The text was updated successfully, but these errors were encountered: