Added introduction and 4 tutorial guides for arcgis.raster.realitymapping module - #2495
Added introduction and 4 tutorial guides for arcgis.raster.realitymapping module#2495Surfix wants to merge 25 commits into
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
jyaistMap
left a comment
There was a problem hiding this comment.
Thanks for submitting this @Surfix!
I've made some suggestions to:
- update some phrasing in certain sentences that were very long
- use relative links to the Python API reference. We use these to accommodate any possible scheme and host/port changes in the developer website
- update the markdown for the list of supported raster types in the intro guide to use an html format for multicolumn information to clean up the appearance
- remove raw html in the last cell using anchor tags in preference of the markdown format and use or relative urls - using html anchor tags can create issues with certain links on the developer website
I've reviewed the Introduction. I'll look at the other tutorials over the next couple days. Can you do me a favor before I do? In the notebooks, can you change all the absolute links to the api reference to relative links... just remove the https://developers.arcgis.com component of the url. We need relative links that begin with /python.
Let me know if you have questions.
Made edits to the formatting for links, method calls, and some phrasing
|
@jyaistMap, I updated the notebooks to reflect the enhancement we made to reality mapping module for 2.4.4, particularly regarding fyi, I am waiting on this to be published to update the tutorial link of the reality server doc, which currently links to sample notebooks hosted on ArcGIS online. |
Added new topics for the reality mapping module https://developers.arcgis.com/python/latest/api-reference/arcgis.raster.realitymapping.html#default-settings
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.