You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the simple features datasets, we do very little processing on the end result on top of st_read(). When accessing datasets from non geographic authentic datasources this is more difficult. The API's often return complex json data structures. Within the context of roeference, we might want to simplify this datastructure as much as possible. For example:
Would return a simplified dataframe. Each besluit is a row. Some rows may contain vectors or (nested) lists for certain variables. While this might be ideal for some use cases, it offers little control to the end user. However, more complex use cases where the user might want to parse json themselves might be out of scope of roeference.
In addition, we need to determine sensible throttle and per_page values to avoid performance issues on the server end.
The text was updated successfully, but these errors were encountered:
For the simple features datasets, we do very little processing on the end result on top of st_read(). When accessing datasets from non geographic authentic datasources this is more difficult. The API's often return complex json data structures. Within the context of roeference, we might want to simplify this datastructure as much as possible. For example:
Would return a simplified dataframe. Each besluit is a row. Some rows may contain vectors or (nested) lists for certain variables. While this might be ideal for some use cases, it offers little control to the end user. However, more complex use cases where the user might want to parse json themselves might be out of scope of roeference.
In addition, we need to determine sensible throttle and per_page values to avoid performance issues on the server end.
The text was updated successfully, but these errors were encountered: