cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

Create a single AGOL layer of all Moped components #14477

Closed johnclary closed 10 months ago

johnclary commented 10 months ago

Create an AGOL feature service which combines Moped component points and lines form these layers into a single layer of line geometries.

andrewshensky commented 10 months ago

Below is a link to the current test output from FME. https://austin.maps.arcgis.com/home/item.html?id=a89666b7cef94aa3bac03da68d3af8a4

johnclary commented 10 months ago

@andrewshensky i was able able to update our ETL pretty easily by adding a line_geometry column to our DB view. right now i just pushed all the combined line data to our existing line layer (although this will get overwritten by the production ETL later tonight): https://austin.maps.arcgis.com/home/item.html?id=1c084c8756a84e6db7e2796c98c850a2

would you be able add another polyline layer to our existing feature service? it's fine if you need to overwrite that existing feature service, or even make a new one. the goal is to have three layers:

johnclary commented 10 months ago

i sent this to NW as well. this is a 5 meter radius which is quite a bit smaller than the interim viewer:

before:

Screenshot 2023-11-02 at 4 25 14 PM

after:

Screenshot 2023-11-02 at 4 25 09 PM