我正在使用 sf 包对 R 中的 ArcGIS Online 托管要素服务进行一些实验。
我无法弄清楚为什么此请求的响应包含超过 6 万个功能: https ://services.arcgis.com/nSZVuSZjHpEZZbRo/ArcGIS/rest/services/Rijksmonumenten/FeatureServer/0/query?where=1%3D1&outFields=%2A&returnCountOnly =false&f=geojson
根据服务参数 maxRecordCount 为 10000: https ://services.arcgis.com/nSZVuSZjHpEZZbRo/ArcGIS/rest/services/Rijksmonumenten/FeatureServer/0?f=json
我以为我必须使用分页,但似乎并非如此。这样我就吃惊了。有人可以解释一下。
这是包含 R 代码的我的要点的链接: https ://gist.github.com/FrieseWoudloper/47f4dcf68be39bff9dfaf2cd57610db3
问候, 威利