Release notes for 1.7#536
Merged
AtmaMani merged 7 commits intoEsri:masterfrom Oct 30, 2019
Merged
Conversation
|
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
AtmaMani
suggested changes
Oct 29, 2019
Contributor
AtmaMani
left a comment
There was a problem hiding this comment.
@jyaistMap I suggested some changes to page titles in https://github.com/ArcGIS/arcgis-for-developers/pull/9023. Along those lines, could you make the following changes
- remove 'perform analysis (out of hte box tools)
- rename ortho mapping pages to Orthomapping (part 1) to Orthomapping part 1 - creating image collections
rename Orthomapping (part2) to Orthomapping part 2 - generating elevation models
rename Orthomapping (part3) to Orthomapping part 3 - managing image collections. - rename 'feature categorization' to 'Categorizing features using arcgis.learn'.
- rename 'Analyzing NYC growth..' to 'Analyzing growth factors of rental properties in New York City'
Collaborator
Author
AtmaMani
approved these changes
Oct 29, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@DavidJVitale @AtmaMani
Added new samples and guides to release notes
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? First block of imports are standard libraries, second block are 3rd party libraries, third block are allarcgisimports?GISobject instantiations are one of the following?gis = GIS('https://www.arcgis.com', 'arcgis_python', 'P@ssword123')gis = GIS(profile="your_online_profile")gis = GIS('https://pythonapi.playground.esri.com/portal', 'arcgis_python', 'amazing_arcgis_123')gis = GIS(profile="your_enterprise_portal")./misc/setup.pyand/or./misc/teardown.py?<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.)