Skip to content

Commit afb1cb4

Browse files
authored
Update sedf to show mgdb access (#2430)
1 parent f53b8d2 commit afb1cb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

guide/05-working-with-the-spatially-enabled-dataframe/part2_data_io_reading_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@
16931693
"source": [
16941694
"#### Reading a Featureclass\n",
16951695
"\n",
1696-
"A [featureclass](http://desktop.arcgis.com/en/arcmap/latest/manage-data/feature-classes/a-quick-tour-of-feature-classes.htm) can be accessed from a File Geodatabase by passing its location in the [`from_featureclass()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?arcgis.features.GeoAccessor.from_featureclass#arcgis.features.GeoAccessor.from_featureclass) method.\n"
1696+
"A [featureclass](http://desktop.arcgis.com/en/arcmap/latest/manage-data/feature-classes/a-quick-tour-of-feature-classes.htm) can be accessed from a File Geodatabase or Mobile Geodatabase (.geodatabase) by passing its location in the [`from_featureclass()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?arcgis.features.GeoAccessor.from_featureclass#arcgis.features.GeoAccessor.from_featureclass) method.\n"
16971697
]
16981698
},
16991699
{
@@ -4319,7 +4319,7 @@
43194319
"source": [
43204320
"### Read in Non-spatial Table data\n",
43214321
"\n",
4322-
"Non-spatial table data can be hosted on [**ArcGIS Online**](https://www.arcgis.com) or [**ArcGIS Enterprise**](http://enterprise.arcgis.com/en/), or it can be stored locally in a File Geodatabase. A `SeDF` can be easily created from such non-spatial table data using the following methods:\n",
4322+
"Non-spatial table data can be hosted on [**ArcGIS Online**](https://www.arcgis.com) or [**ArcGIS Enterprise**](http://enterprise.arcgis.com/en/), or it can be stored locally in a File Geodatabase or Mobile Geodatabase (.geodatabase). A `SeDF` can be easily created from such non-spatial table data using the following methods:\n",
43234323
"\n",
43244324
"- [`from_table()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=from_feather#arcgis.features.GeoAccessor.from_table) - for local data\n",
43254325
"- [`from_layer()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=from_layer#arcgis.features.GeoAccessor.from_layer) - for data hosted on ArcGIS Online or Enterprise\n"

guide/05-working-with-the-spatially-enabled-dataframe/part3_data_io_writing_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
"source": [
729729
"#### Write to local databases\n",
730730
"\n",
731-
"The [`to_featureclass()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=from_feather#arcgis.features.GeoAccessor.to_featureclass) method can be used to export spatial data from a _SeDF_ into various local databases, such as a [File geodatabase](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-file-gdb/file-geodatabases.htm), a [Mobile geodatabase](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-mobile-gdb/mobile-geodatabases.htm) (.geodatabase), or a [SQLite Database](https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-sqlite-database.htm).\n"
731+
"The [`to_featureclass()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=from_feather#arcgis.features.GeoAccessor.to_featureclass) method can be used to export spatial data from a _SeDF_ into various local databases, such as a [File geodatabase](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-file-gdb/file-geodatabases.htm), a [Mobile geodatabase](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-mobile-gdb/mobile-geodatabases.htm) (.geodatabase), or a [SQLite Database](https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-sqlite-database.htm) (.sqlite).\n"
732732
]
733733
},
734734
{

0 commit comments

Comments
 (0)