Skip to content

Commit

Permalink
proofed all samples (#69)
Browse files Browse the repository at this point in the history
* 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

* proofed all samples and guide pages
  • Loading branch information
AtmaMani authored and rohitgeo committed Dec 19, 2016
1 parent b64bab7 commit 4e7bdd6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1,861 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"source": [
"from arcgis.gis import GIS\n",
"from arcgis.geocoding import reverse_geocode\n",
"gis = GIS(\"https://www.arcgis.com\", \"atma.mani\", \"icedtea@1\")"
"gis = GIS(\"portal url\", \"username\", \"password\")"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"from arcgis.gis import GIS\n",
"\n",
"# connect to your GIS\n",
"gis = GIS(\"https://deldev.maps.arcgis.com\",\"demo_deldev\",\"P@ssword123\")"
"gis = GIS(\"portalurl\",\"username\",\"password\")"
]
},
{
Expand Down
39 changes: 4 additions & 35 deletions samples/01 Get Started/Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,14 @@
"source": [
"# Samples\n",
"\n",
"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",
"These samples demonstrate various features of the ArcGIS Python API. The samples are categorized by the user profile they are most relevant to. Most samples are in the form of a [Jupyter Notebooks](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. Other samples are provided as stand-alone Python scripts in the GitHub SDK repository.\n",
"\n",
"## Download and run the sample notebooks\n",
"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",
"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",
"\n",
"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",
"Once the API is installed, you can download the samples either as an [archive](https://github.com/Esri/arcgis-python-api/archive/v1.0.zip) or clone the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository. \n",
"\n",
"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",
"\n",
"## List of sample notebooks\n",
"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",
"\n",
"The samples illustrate some of the following functionality (and much more):\n",
"\n",
"**Power Users / Developers**\n",
"* Using the GIS\n",
"* The Map widget and it's Basemaps\n",
"* Geoprocessing and the Mystery Plane\n",
"* Using the Geometry service\n",
"* Smart Mapping\n",
"\n",
"**Org Administrators**\n",
"* Faces of GIS\n",
"* Batch creation of Groups\n",
"* Clone Portal Users, Groups and Content\n",
"\n",
"**GIS Analysts and Data Scientists**\n",
"* Analyze New York city taxi data\n",
"* Chennai Floods Analysis\n",
"* Creating Hurricane Tracks using BigData Analytics\n",
"* Creating Raster Information Product using Raster GeoAnalytics\n",
"* Fighting California forest fires using spatial analysis\n",
"\n",
"**Content Publishers**\n",
"* HTML table to Pandas dataframe to Portal Item\n",
"* Creating Raster Information Product using Raster GeoAnalytics\n",
"* Publishing SDs, Shapefiles and CSVs\n",
"* Publishing web maps and web scenes\n",
"* Using and updating GIS content"
"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."
]
}
],
Expand Down

0 comments on commit 4e7bdd6

Please sign in to comment.