Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 4.01 KB

HOWTO.md

File metadata and controls

64 lines (35 loc) · 4.01 KB

OWL - Optimal Warehouse Locator

OWL (Optimal Warehouse Locator) is a shiny application based on R package skm.

Welcome to view OWL on shinyapp.io.

OWL Shiny Page:

Analytic View:

  • The page is initialized with a U.S. map and a control panel at right hand side:

    OWL Page - Initialization.

  • The page is supported by U.S. zip 2012 data, with a full coverage of all 5 digits zip codes with their population and total incomes estimated from tax file. The analysis assumes user want to build warehouses from the 51 locations one in each states and ship the product to all states. These 51 locations are the 5 digits zip code in the center of 3 digits zip code that has highest population in each state, and are markered as green circle on the map. User can click on the green circle, information will be popup and suggestions will be shown in the message box on the bottom.

    OWL Page - Initialzation - Click.

  • On the control panel, Optimization Objective, give options on:

    • Choose the objective: minimize distance, zone - Fedex Rates on Zone, or estimated time in transit.

    • Choose the weighing strategy: weighted each zip area by population or total income?

    • Choose the location where a warehouse is already built, e.g., prefixed on, so that the solution will be as on top of these warehouses built.

    • Choose the number of warehouse want to build. The analysis can be view as: finding <number> warehouse location with respect to minize <weighting> weighted average <objective>, assume <pre-built>.

      OWL Page - Option.

    • Click Find Warehouse Locations to run analysis and update the map, control panel and page.

    OWL Page - Find.

  • After click Find Warehouse Locations, control panel will be updated with a new section Optimal Warehouse Locations, which give options on:

    • Choose to view results with optimality rank 1, 2, ..., up to the number of random start. This enable the user to view not only the best solution, but also the 2nd best solution, 3rd best solution, and so on. Because, in practial, we often make decsion not only based on mathematical optimality but also other factors.

    • Choose to color the map with repsect to a measure like distance, zone, estimated time in transit, default is the same as the objective, but can be different.

  • After click Find Warehouse Locations, map will be updated with markers on selected locations in solution, and color each 5 digits zip codes with respect to the measure selected in Optimal Warehouse Locations panel. The map would color a sample of all 5 digits zip codes, basically, 10 of 5 digits zip codes are random selected from each 3 digits zip codes level and shown on map.

  • After click Find Warehouse Locations, page will be updated with a new panel on left bottom corner shown the color schema, and a new panel on right bottom corner shown the solution in table.

    OWL Page - View.

  • Analysis is running in real-time, often takes 8-10 seconds for 100 random starts.

Data Explorer

  • View zip2012 data in table.

TODO:

  • Add customerized icons on map-view based on prefixed or not, see icons being commented out.

NOTE:

  • Please contact the author for any question on this App.