yonghah / esri2sf

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

Query for max record count from the Map Service instead of always being hard coded to 500 #29

Closed jacpete closed 3 years ago

jacpete commented 3 years ago

I discovered that you can query for the max record count while working on a similar project to this package in Python. I thought it could add a slight performance boost if a server supported a larger max record count (i.e., less loops while its calling to collect features).

yonghah commented 3 years ago

A nice feature to have! Thank you for your contribution!