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
Create a new property titled "osm_tags". Deliberate publishers of data will be able to extend the expressiveness of OpenTrails through an array of key-value pairs.
Key-value pairs should be included in osm_tags not individually, but rather as members of sets---in OpenTrails, we call these Extension Profiles.
The goal of this portion of the transformation is to ask whether or not the agency wants to include any Extension Profiles, and identify whether or not any existing columns/attributes should be included as part of that Profile.
Example from Sample Data
Many of the sample data sets we have on hand contain information meant to help describe the physical condition of a trail segment. These attributes are often helpful for describing the accessibility of a given trail segment.
Thus, if attributes such as "surface" or "width" are present in the uploaded data, we should
tell the user that these attributes are not required by OpenTrails
Suggest that the user include the entire "accessibility" Extension Profile
surface
width
condition
incline
For each of those key-value pairs in the Extension Profile, we want to identify whether or not the attribute exists in the uploaded data. If it does, we want that to inform the value of that key value pair. It it does not exist, the value of the pair will be null (but it will exist).
The text was updated successfully, but these errors were encountered:
Not clear if this has been implemented, if not, please ignore. If so, then in my testing, it's having issues, though might be an error on my end. Lower priority!
Goal
Create a new property titled "osm_tags". Deliberate publishers of data will be able to extend the expressiveness of OpenTrails through an array of key-value pairs.
Key-value pairs should be included in osm_tags not individually, but rather as members of sets---in OpenTrails, we call these Extension Profiles.
The goal of this portion of the transformation is to ask whether or not the agency wants to include any Extension Profiles, and identify whether or not any existing columns/attributes should be included as part of that Profile.
Example from Sample Data
Many of the sample data sets we have on hand contain information meant to help describe the physical condition of a trail segment. These attributes are often helpful for describing the accessibility of a given trail segment.
Thus, if attributes such as "surface" or "width" are present in the uploaded data, we should
For each of those key-value pairs in the Extension Profile, we want to identify whether or not the attribute exists in the uploaded data. If it does, we want that to inform the value of that key value pair. It it does not exist, the value of the pair will be null (but it will exist).
The text was updated successfully, but these errors were encountered: