Joshua Sundance Bailey
Joshua Sundance Bailey
I would be interested in collaborating on any interface between ArcGIS Pro and torchgeo. Has any more work been done on this or related subjects?
`testtool2.pyt` is [designed to be interpreted by ArcGIS Pro](https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-python-toolboxes.htm). This file is used to to embed a nice little GUI interface for the custom tool in ArcGIS Pro. This code...
@thinkthinking I made a PR on your branch expanding on this PR. I'd love to see the changes bundled, and then we can both sign the thing for @cla-bot as...
Thank you, @severo ! I would be more than happy to help in any way I can. I am not familiar with this repo's codebase, but I would be eager...
I agree. I think that to the greatest extent possible, all important parameters including prompts should be exposed to the user so they can change them at any time. To...
> Just my take on possible tasks: > > 1. Clean up `app.py` -> re-factor out the streamlit components into a separate module. One module per section of the UI?...