yonghah / esri2sf

Scrape features from ArcGIS Server REST API and create simple features dataframe
Other
137 stars 37 forks source link

Extracting Tables #10

Closed hemanth929 closed 4 years ago

hemanth929 commented 4 years ago

I have been trying to extract tables from a MapServer without any success. Is it possible to make changes to the function to extract tables?

jacpete commented 4 years ago

I am going to fork this package and work on adding and esri2df function to accomplish this. If I am successful, I will submit a pull request. @yonghah or any other maintainers, let me know if you'd prefer the Table interface to be worked into the current esri2sf function for simplicity even though the end result won't be a sf object and I can accommodate the maintainers preferences.

jacpete commented 4 years ago

A pull request was made with the additional function to allow extraction of tables.

17

yonghah commented 4 years ago

Thanks for the contribution!!

elipousson commented 3 years ago

I haven't been able to access the esri2df function after loading the package—I think it may have something to do with the NAMESPACE file making esri2df an alias for the esri2sf function. I'm not sure whether I'm just confused or if there is an issue that needs to be fixed to make esri2df accessible.