|
78 | 78 | "* username and password\n",
|
79 | 79 | "* your profile name, e.g. `gis = GIS(profile='your_profile_name')\n",
|
80 | 80 | "* with the `api_key` parameter, e.g. `gis = GIS(api_key='your api key')\n",
|
81 |
| - " * An `Application programming interface key` (`API key`) is a permanent access token that defines the scope and permission for granting your public- facing application access to specific, ready-to-use services and private content. If you already have an ArcGIS account, you can sign in to view your default API key or to create a new API key. An API key is created for you when you sign up for an ArcGIS Developer account. For more, check out the <a href=\"https://developers.arcgis.com/documentation/mapping-apis-and-services/security/?api-keys/\">API Keys Doc</a>.\n" |
| 81 | + " * An `Application programming interface key` (`API key`) is a permanent access token that defines the scope and permission for granting your public- facing application access to specific, ready-to-use services and private content. If you already have an ArcGIS account, you can sign in to view your default API key or to create a new API key. An API key is created for you when you sign up for an ArcGIS Developer account. For more, check out the [API Keys Documentation](/documentation/mapping-apis-and-services/security/?api-keys/).\n" |
82 | 82 | ]
|
83 | 83 | },
|
84 | 84 | {
|
|
1263 | 1263 | "cell_type": "markdown",
|
1264 | 1264 | "metadata": {},
|
1265 | 1265 | "source": [
|
1266 |
| - "Usage of ArcGIS World Geocoding Service operations can be paid-only (e.g., when performing `geocode()`), or can be free (e.g., while using `suggest()`). Other operations can be either free or paid, depending on whether you are using them for search capabilities only, such as temporarily displaying the results, or storing the results for later use (when using `for_storage=True`). Please see the table below for more information, or check up the <a href=\"https://developers.arcgis.com/rest/geocode/api-reference/geocoding-free-vs-paid.htm\">REST API help doc</a>.\n", |
| 1266 | + "Usage of ArcGIS World Geocoding Service operations can be paid-only (e.g., when performing `geocode()`), or can be free (e.g., while using `suggest()`). Other operations can be either free or paid, depending on whether you are using them for search capabilities only, such as temporarily displaying the results, or storing the results for later use (when using `for_storage=True`). Please see the table below for more information, or see the [Geocoding Pricing](https://location.arcgis.com/pricing/#geocoding) help doc..\n", |
1267 | 1267 | "\n",
|
1268 | 1268 | "| Function | Description | Cost\n",
|
1269 | 1269 | "| :- |-------------: | :-:\n",
|
1270 | 1270 | "|geocode()| To match addresses | paid\n",
|
1271 | 1271 | "|suggest()| To return a list of suggested matches for the input text | free\n",
|
1272 | 1272 | "|reverse_geocode()| To find the address of a location (x and y coordinates)| free(view-only) / paid(to store results)\n",
|
1273 | 1273 | "\n",
|
1274 |
| - "To be more specific about paid services, for instance, for `geocoding` a table of addresses, `rematching` a geocoded feature class, and `reverse geocoding` a feature class, the service operates under a `credit-based usage model` that allows you to pay only for what you use. If you don't already have a subscription to `an ArcGIS Online for organizations`, you can purchase one or request <a href=\"https://links.esri.com/arcgis-online-free-trial\">a free trial</a>. For more information on the credit-based usage, see <a href=\"https://links.esri.com/geocoding-service-credits\">service credits for geocoding</a>.\n", |
| 1274 | + "To be more specific about paid services, for instance, for `geocoding` a table of addresses, `rematching` a geocoded feature class, and `reverse geocoding` a feature class, the service operates under a `credit-based usage model` that allows you to pay only for what you use. If you don't already have a subscription to `an ArcGIS Online for organizations`, you can purchase one or request [a free trial](https://links.esri.com/arcgis-online-free-trial). For more information on the credit-based usage, see [service credits for geocoding](https://links.esri.com/geocoding-service-credits).\n", |
1275 | 1275 | "\n",
|
1276 | 1276 | "| Function | Description | Cost\n",
|
1277 | 1277 | "| :- |-------------: | :-:\n",
|
|
0 commit comments