Skip to content

Commit 5c31d1d

Browse files
AtmaManirohitgeo
authored andcommitted
Samples minorchanges (#39)
* Fix wrong location in comment * Merge dev branch into master for 0.2 Beta and Holistic Testing (#24) * Updated publishing samples to reflect changes made to source code * Updated Publihing SDs, shp, csv samples to reflect latest API changes * Publisher sample updates - added samples for web maps and web scene (#3) * Updated notebook title to match filename * Added a new sample to showcase publishing web maps and web scenes * Fixed credentials * Updated sample titled "Using and updating GIS content" (#4) * Updated notebook title to match filename * Added a new sample to showcase publishing web maps and web scenes * Fixed credentials * Updated the sample with additional examples * Fixed credentials * Added an example for line featuers. Added some text explaining what smart mapping is * Additional widgets to minimize scrolling. Fixed geocoder usage following API update * Updated geocoder usage to match API updates * Updated the sample to match gp service update. Added a bit more text explaining the usage of gp tools (#12) * Minor - updated sample to search for desired item to add instead of a fixed index (#13) * GIS analysts - sample illustrating spatial analysis using ArcGIS Python API (#14) * Initial commit * Furnished the sample with spatial analysis examples * Fixes for API changes. Added summary text and elaborated a few steps (#15) * new sample to showcase big data anlaysis using NYC taxi example (#16) * Updated hurricane tracks sample to match API changes (#17) * Updated hurricane tracks sample to match API changes and added descriptive text * updated credentials * Updated sample to match API changes, added explanatory text (#19) * clean up sample (#18) * clean up sample (#20) * Remove usage statistics notebook as the API isnt available This requires work on the portal backend as well as it does not yet support ASM. * bug fixes and added descriptive text (#22) * synced raster product sample in 05 Content Publishers folder to match that in 04 GIS Analysts and Data Scientists (#21) Thanks, @AtmaMani * Updated Overview page - updated sample TOC (#23) * doc updates * apidoc update for 0.2 beta release * updated install instructions * Updated samples download link to point to v0.2-beta release (#25) * fixed wrong import * fixed execution count * Updated landing pages
1 parent 04f629c commit 5c31d1d

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

samples/README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ Org Administrators
1717

1818
GIS Analysts and Data Scientists
1919
- Chennai Floods Analysis
20-
- Creating Hurricane Tracks using BigData Analytics
20+
- Fighting California forest fires using spatial analysis
21+
- Creating Hurricane Tracks using BigData Analytics
22+
- Analyze NewYork city taxi data
2123
- Creating Raster Information Product using Raster GeoAnalytics
2224

2325
Content Publishers
2426
- HTML table to Pandas dataframe to Portal Item
25-
- Creating Raster Information Product using Raster GeoAnalytics
2627
- Publishing SDs, Shapefiles and CSVs
28+
- Publishing web maps and web scenes
29+
- Creating Raster Information Product using Raster GeoAnalytics
2730
- Using and updating GIS content

samples/index.ipynb

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,45 @@
66
"source": [
77
"# Samples\n",
88
"\n",
9-
"These samples demonstrate various features of the ArcGIS Python API. The samples are categorized by the user profile they are most relevant to. Each sample is in the form of a [Jupyter Notebook](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. See the Getting Started section in the Guide to learn how to download and run the sample notebooks on your computer.\n",
9+
"These samples demonstrate various features of the ArcGIS Python API. The samples are categorized by the user profile they are most relevant to. Each sample is in the form of a [Jupyter Notebook](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. \n",
1010
"\n",
11-
"The sample notebooks contain Python code along with narrative text and rich media (images, videos, widgets, etc). The result of code execution is captured and presented along with the code, using rich media representations. This makes the notebook format a great way to record the steps of your analysis, and present and share the results of your analysis with others.\n",
11+
"## Download and run the sample notebooks\n",
12+
"To run the sample notebooks locally, you need the ArcGIS Python API installed on your computer. See the [Getting Started](https://developers.arcgis.com/python/guide/Install-and-set-up/) section in the Guide to learn how to download and run the API.\n",
13+
"\n",
14+
"Once the API is installed, you can download the samples either as an [archive](https://github.com/Esri/arcgis-python-api/archive/v0.3-beta.zip) or clone the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository. \n",
15+
"\n",
16+
"Next, extract the archive if you downloaded as an archive then open your terminal application and enter the directory with the samples. Then start Jupyter notebook application. Refer to [Using the Jupyter Notebook environment](https://developers.arcgis.com/python/guide/Using-the-Jupyter-Notebook-environment) tutorial in the Guide for instructions on how to do this and to get yourself familiar with the notebook environment.\n",
17+
"\n",
18+
"## List of sample notebooks\n",
19+
"The sample notebooks contain Python code along with narrative text and rich media (images, videos, widgets, etc). The output from code execution is captured and presented along with the code, using rich media representations. This makes the notebook format a great way to record the steps of your analysis, and present and share the results of your analysis with others.\n",
1220
"\n",
1321
"The samples illustrate some of the following functionality (and much more):\n",
1422
"\n",
1523
"**Power Users / Developers**\n",
1624
"* Using the GIS\n",
1725
"* The Map widget and it's Basemaps\n",
18-
"* Using Geoprocessing tools\n",
26+
"* Geoprocessing and the Mystery Plane\n",
1927
"* Using the Geometry service\n",
2028
"* Smart Mapping\n",
2129
"\n",
2230
"**Org Administrators**\n",
2331
"* Faces of GIS\n",
2432
"* Batch creation of Groups\n",
25-
"* Usage statistics and credit consumption\n",
2633
"* Clone Portal Users, Groups and Content\n",
2734
"\n",
2835
"**GIS Analysts and Data Scientists**\n",
36+
"* Analyze New York city taxi data\n",
2937
"* Chennai Floods Analysis\n",
3038
"* Creating Hurricane Tracks using BigData Analytics\n",
3139
"* Creating Raster Information Product using Raster GeoAnalytics\n",
40+
"* Fighting California forest fires using spatial analysis\n",
3241
"\n",
3342
"**Content Publishers**\n",
3443
"* HTML table to Pandas dataframe to Portal Item\n",
3544
"* Creating Raster Information Product using Raster GeoAnalytics\n",
3645
"* Publishing SDs, Shapefiles and CSVs\n",
37-
"* Using and updating GIS content\n",
38-
"\n",
39-
"You can also [download all samples](https://github.com/Esri/arcgis-python-api/zipball/master) from the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository, and run them interactively on your computer."
46+
"* Publishing web maps and web scenes\n",
47+
"* Using and updating GIS content"
4048
]
4149
}
4250
],
@@ -56,11 +64,7 @@
5664
"name": "python",
5765
"nbconvert_exporter": "python",
5866
"pygments_lexer": "ipython3",
59-
"version": "3.5.1"
60-
},
61-
"widgets": {
62-
"state": {},
63-
"version": "1.1.2"
67+
"version": "3.5.2"
6468
}
6569
},
6670
"nbformat": 4,

0 commit comments

Comments
 (0)