Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arc.write - add records/row to existing feature layer in GDB #74

Open
jngtz opened this issue Jan 25, 2023 · 3 comments
Open

arc.write - add records/row to existing feature layer in GDB #74

jngtz opened this issue Jan 25, 2023 · 3 comments

Comments

@jngtz
Copy link

jngtz commented Jan 25, 2023

Is it possible to add records/rows to existing feature layers in a GDB? If not, could this feature be added to the arc.write() function?

Being able to add records would be incredibly useful for updating with R processed spatial data (e.g. ML predictions) with new location data, without having to couple with other software that allows this (e.g. the FME - Esri Geodatabase (File Geodb) Writer, which can do this).

As far as I know, you can only create or overwrite features.

Thanks!

@JosiahParry
Copy link
Contributor

Is your use case strictly for appending rows to a feature layer? Or are you also updating rows in a feature layer?

@JosiahParry JosiahParry transferred this issue from R-ArcGIS/r-bridge-install Jan 25, 2023
@JosiahParry
Copy link
Contributor

Issue trasnferred as this doesn't relate to install.

@jngtz
Copy link
Author

jngtz commented Jan 26, 2023

Hi Josiah! It would be appending/inserting rows to a feature layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants