Is there a feature in Google Earth Builder that supports server-side geoprocessing?
For example, say I upload two large geo datasets to Google's cloud: one with lots of points and another with lots of polylines.
Is there some way I can write a script and upload it to the cloud that:
- finds all points in dataset1 within some distance of a line in dataset2 having some attribute = some specified value.
- find all points within some distance of the points from step 1 where some attribute = some value
- buffer the points from 2 based on some other attribute, and return the results
I would like for this script to run on the server - not on the client.
Update: I watched most of the webinar at Directions Magazine, last week. The first 3/4's of the webinar, which included the entire demo and didn't address this question. Right now it is in the process of being archived, but should be available for viewing again shortly.
Update The webinar archive is now available for viewing.