Skip to content

Commit b8f3d39

Browse files
author
Atma Mani
committed
Merge branch 'dev' of https://github.com/esri/arcgis-python-api into dev
2 parents 37ca30a + 4792d45 commit b8f3d39

File tree

32 files changed

+9259
-1691
lines changed

32 files changed

+9259
-1691
lines changed

guide/01 Getting Started/Using the Jupyter Notebook environment.ipynb renamed to guide/01 Getting Started/using-the-jupyter-notebook-environment.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"\n",
9191
"![keyboard shortcuts](http://esri.github.io/arcgis-python-api/notebooks/nbimages/guide_getstarted_UsingJupyterNotebooks_05.png)\n",
9292
"\n",
93-
"Among the shortcuts, `ctrl + shift + P` is particularly useful as it brings up a command palate into which you can type what you wish to do and execute it."
93+
"Among the shortcuts, `ctrl + shift + P` or `cmd + shift + P` on a mac is particularly useful as it brings up a command palette into which you can type what you wish to do and execute it. Refer to this blog article [Five tips to get you started with Jupyter notebooks](https://blogs.esri.com/esri/arcgis/2017/06/30/82220/) to get further understanding on patterns to follow while using Jupyter notebooks."
9494
]
9595
}
9696
],
@@ -111,9 +111,9 @@
111111
"name": "python",
112112
"nbconvert_exporter": "python",
113113
"pygments_lexer": "ipython3",
114-
"version": "3.6.0"
114+
"version": "3.5.2"
115115
}
116116
},
117117
"nbformat": 4,
118-
"nbformat_minor": 0
118+
"nbformat_minor": 1
119119
}

guide/02 API Overview/Release notes.ipynb

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.2.0\n",
8+
"Version 1.2 brings with it a slew of new capabilities. Below is a non exhaustive list of enhancements\n",
9+
"\n",
10+
" - A new `arcgis.gis.admin` sub module -- expands your admin capabilities, manage credits, create gis collaborations to build a distributed GIS, modify the user experience of the portal website\n",
11+
" - A new `arcgis.gis.server` sub module -- allows you to manage servers federated with your ArcGIS Enterprise\n",
12+
" - A new `arcgis.raster.functions` sub module for raster functions -- express raster functions as Python functions, chain them together and perform raster algebra using regular Python arithmetic operators \n",
13+
" - A new `SpatialDataFrame` class which extends your regular Pandas DataFrame with spatial capabilities and ability to work with local datasets\n",
14+
" - Feature layer improvements -- overwrite feature layers, better support for attachments \n",
15+
" - Map widget enhancements -- disable zoom when scrolling the notebook\n",
16+
" - oAuth login using app id, secret\n",
17+
" - A new GeoAnalytics tool to create space-time cubes"
18+
]
19+
},
320
{
421
"cell_type": "markdown",
522
"metadata": {},
@@ -56,9 +73,9 @@
5673
"name": "python",
5774
"nbconvert_exporter": "python",
5875
"pygments_lexer": "ipython3",
59-
"version": "3.6.0"
76+
"version": "3.5.2"
6077
}
6178
},
6279
"nbformat": 4,
63-
"nbformat_minor": 0
80+
"nbformat_minor": 1
6481
}

0 commit comments

Comments
 (0)