У меня есть точный импорт, как на этой странице справки: https://developers.arcgis.com/python/la ... n-to-sedf/
Мой код примерно:
Код: Выделить всё
from arcgis.features import GeoAccessor
# dataframe is created along the line...
sdf = GeoAccessor.from_xy(df, x_column='longitude', y_column='latitude', sr=4326)
Подробнее здесь: https://stackoverflow.com/questions/793 ... rary-fails
Мобильная версия