Mein Code ist grob: < /p>
Code: Select all
from arcgis.features import GeoAccessor
# dataframe is created along the line...
sdf = GeoAccessor.from_xy(df, x_column='longitude', y_column='latitude', sr=4326)
Code: Select all
from arcgis.features import GeoAccessor
# dataframe is created along the line...
sdf = GeoAccessor.from_xy(df, x_column='longitude', y_column='latitude', sr=4326)