Challenge #226: Flex-Ability
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A solution to last week’s challenge can be found here.
Weekly challenges are a great way to experiment with some tools in Designer that you don't normally get to use. They are also a great way to experiment with new methods of solving when you check out the ways other people solved the same challenge. Everyone has their favorite tools and it's easy to have a go-to method when presented with a given challenge.
This week, the challenge is to use some mental flexibility while solving. The dataset provided has x,y coordinates for our Irvine and Broomfield offices. Your challenge is to find 3 different ways of solving the problem: Find the x,y coordinates of the point that lies exactly in the middle of these two offices.
- Labels:
- Advanced
- Basic
- Spatial
- Spatial Analysis
- Transform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Using Spatial tools for the first time !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The last one got a bit longer!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I could only see how to do this with averaging the points with the summation tool. Looking at the other posted solutions I have now learnt a lot more about spatial objects.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This was a very fun challenge to go through!
Although I think my solutions #1 and '2 are very similar... so I will be looking through what others did and see what other approaches are there 🙂
#1 - create points, use summarize to combine two rows, then use spatial info to get the centroid
#2 - similar to the above but use poly build to create a poly line instead, then use spatial info to get the centroid
#3 - reshape the data to have locations as separate columns, find the average for long and lat, reshape the data again for locations to go down the rows and create points