updated mapping implementation - #2530
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
View / edit / reply to this conversation on ReviewNB nanaeaubry commented on 2026-07-27T06:46:22Z Should this be a screenshot of the printed image as the output rather than the string of the jpg? |
|
View / edit / reply to this conversation on ReviewNB nanaeaubry commented on 2026-07-27T06:46:23Z Same comment here |
|
View / edit / reply to this conversation on ReviewNB nanaeaubry commented on 2026-07-27T06:46:24Z This cell output seems blank |
|
View / edit / reply to this conversation on ReviewNB nanaeaubry commented on 2026-07-27T06:46:25Z This cell seems like a duplicate of the one below |
|
View / edit / reply to this conversation on ReviewNB nanaeaubry commented on 2026-07-27T06:46:25Z This cell looks blank |
This was raised during UC by a customer at the showcase.
closes https://github.com/ArcGIS/geosaurus/issues/15197
Checklist
Please go through each entry in the below checklist and mark an 'X' if that condition has been met. Every entry should be marked with an 'X' to be get the Pull Request approved.
imports are in the first cell?arcgisimports? Note that in some cases, for samples, it is a good idea to keep the imports next to where they are used, particularly for uncommonly used features that we want to highlight.GISobject instantiations are one of the following?gis = GIS()gis = GIS('home')orgis = GIS('pro')gis = GIS(profile="your_online_portal")gis = GIS(profile="your_enterprise_portal")./misc/setup.pyand/or./misc/teardown.py?api_data_owneruser?api_data_owneraccount and change the notebook to first download and unpack the files.<img src="base64str_here">instead of<img src="https://some.url">? All map widgets contain a static image preview? (Callmapview_inst.take_screenshot()to do so)os.path.join()? (Instead ofr"\foo\bar",os.path.join(os.path.sep, "foo", "bar"), etc.)Export Training Data Using Deep Learningtool published on geosaurus org (api data owner account) and added in the notebook usinggis.content.getfunction?gis.content.getfunction? Note: This includes providing test raster and trained model.