Tagged with location_analytics - Visokio Forums http://forums.visokio.com/discussions/tagged/location_analytics/feed.rss Mon, 30 Oct 17 12:24:43 -0400 Tagged with location_analytics - Visokio Forums en-CA New: Connectors-iGeolise Travel Time (2.9+) http://forums.visokio.com/discussion/2458/new-connectors-igeolise-travel-time-2.9- Tue, 28 Jan 2014 11:29:53 -0500 richard 2458@/discussions
  • Time Maps

    Create isochrone shapes showing the area around an origin which can be reached in a given time period and using a specified mode of transport.


    image

  • Routing

    Retrieve directions for your journeys. Configurable options include the start or arrival date/time and a mode of transport,


    image

  • Rank Points

    Upload a collection of origin and destination points along with a mode of transport and maximum journey time. Travel Time will return only the destinations which can be reached in the given time period along with the distance and time taken to reach the location.


    image



The DataManager block contains a link to iGeolise Travel Time's sign up page where you can create an account.


Please let us know if you encounter any problems or have any questions.]]>
GIS: Importing from Esri ArcGIS Online http://forums.visokio.com/discussion/2637/gis-importing-from-esri-arcgis-online Mon, 07 Jul 2014 11:11:18 -0400 richard 2637@/discussions
The following example assumes that you already have an ArcGIS Online account with at least one feature layer configured. You can sign up for an account by clicking on "Esri account help" in the DataManager block noted below and following the link.

INSTRUCTIONS
  1. Create a new file in Omniscope and go to DataManager.
  2. Under "Feeds", drag on a new 'ArcGIS feature layers' block.
  3. Enter your ArcGIS Online username and password then click connect
  4. Configure the search criteria then click 'Search' to find relevant Feature Services.
    image

  5. Choose one or more Feature Services then select the layers you would like to import into Omniscope.
    image

  6. Load the data into Omniscope then drag a Map View into Omniscope to see the postcode areas.
    image
]]>
Idea: Mapping: German postcode zones (1-dig, 2-dig) available? http://forums.visokio.com/discussion/440/idea-mapping-german-postcode-zones-1-dig-2-dig-availables Thu, 07 Oct 2010 14:01:41 -0400 dvo_D 440@/discussions -> any idea?
Caution: attached postzone map might not be free, it's googled...]]>
GIS: Map View - Overlays (e.g. boundaries) http://forums.visokio.com/discussion/2647/gis-map-view-overlays-e.g.-boundaries Wed, 09 Jul 2014 08:33:42 -0400 richard 2647@/discussions
In this example we are going to analyse data relating to cities in the USA and add an overlay of USA state areas to improve the visualisation.

ATTACHMENTS
  • USA cities.zip - Contains an Esri Shapefile of USA city data, including latitude/longitude locations.
  • USA states.zip - Contains an Esri Shapefile of USA state areas.


INSTRUCTIONS
  1. Download and unzip "USA cities.zip" and "USA states.zip".
  2. Create a new file in Omniscope and go to DataManager.
  3. First we need to load the USA cities data into Omniscope. Drag "USA_cities.shp" on to the DataManager workspace.
  4. Expand the block and next to "Overlay identifier", select "CITY". This means that Omniscope will use the city name to uniquely identify every record.
  5. Next to "Metadata fields included", select all fields. This will load all meta-data from the Esri Shapefile.
  6. Execute the block and load it into Omniscope.

    image

  7. Now that the city data is loaded we can begin exploring it. Go to the 'DataExplorer' tab.
  8. Change the Bar/line View to a Map View, which will display the location of each city.
  9. The cities are now visible on the map but we can add an overlay of the USA state areas to summarise the data. Drag the "USA_states.shp" onto the Map View and select 'Open as a map overlay'.
  10. The next dialog allows you to customise how the data will be imported. This contains the same options you saw in the DataManager block earlier. Next to "Overlay identifier", select "STATENAME" to use USA state names as unique identifiers for each area in the file. Next to "Metadata fields included", select all fields. This will load all meta-data from the Esri Shapefile. Click "OK".

    image

  11. Now we need to change the colour of the states. In the Map View toolbar, go to the "Overlay" menu and select the downward pointing arrow next to "USA_state.shp". This will display a panel containing advanced options for your overlay layer.

    image

  12. Under "Outline", change "Colour mode" to "Fixed" and then choose a new colour from the new drop-down. This will update the outline colours of all USA state areas. More information on colour modes is available at the end of these instructions.
  13. Under "Fill", change "Colour by (overlay dataset)" to "Subregion". This uses the "Subregion" field in your overlay dataset (USA_state.shp) to generate category colours for each area.

    image

    image

  14. You can also use data from your currently loaded dataset (USA_cities.shp) to colour the USA state areas. To do this use the same overlay configuration menu and under "Fill", change "Colour mode" to "By current dataset".
  15. You'll notice there is a message 'No "Linked data" field selected for the current dataset.'. For Omniscope to link these two datasets together we need a common field with values found in both datasets. Our sample SHP files both contain state names with common values so select "State" next to the "Join on (current dataset)" control to configure the link. We now have a basic relationship configured between the USA_cities dataset and the USA_state dataset.
  16. You might have noticed that some states, e.g. Wyoming, have disappeared from the map. By default after you have created this link between 2 datasets, Omniscope will not display any overlay areas which do not have related data in your currently loaded dataset. To disable this behaviour uncheck "Filter overlay data on join".
  17. The overlay is now configured to display state areas coloured by the number of linked records in the cities dataset. You can colour by a field in the current dataset by selecting from the drop-down next to "Colour by (current dataset)". Select "Pop2007" to use the population statistics for 2007. You can choose a function to summarise all the population statistics by selecting from the "Function" drop-down but we will leave this as "Sum".
  18. Your map is now displaying each USA state coloured by the total population across all cities within its area. Notice how California, Texas and New York all have same colour yet they have total populations of ~17.2m, ~10.5m and ~9.1m respectively. This is because we are using the original colour range from the "Pop2007" field which ranged from ~100k to ~8.3m. Any values above or below these limits will generate the same colour, which is misleading for our example. We can dynamically generate new colour limits by going back to the overlay "Fill" options and enabling '"Fit to data" colour range'.

    image

    image




ADVANCED
In the Map View overlay functionality you will come across terms like "Overlay ID", "Overlay identifier", "Data type". Below are explanations for each of these terms and how they are used by Omnsicope. If you are using KML or Shapefile sources then most of these fields will be configured automatically.

Data types
  • Point - A dataset containing pairs of latitude/longitude coordinates, e.g. a shop location.
  • Line - A dataset containing connected, and unfilled/unclosed, chains of points, e.g. a hurricane path or road.
  • Area - A dataset containing connected, and filled/closed, chains of points, e.g. a post code area or country border.


Colour modes
  • Fixed - Choose a single colour which will be applied to all data.
  • By current dataset - Generate colours using a field from the currently loaded Omniscope dataset.
  • By overlay dataset - Generate colours using a field from the embedded overlay dataset.


Fields
  • Overlay identifier - Field containing unique identifiers for each point, line or area in the input dataset, e.g. a field containing country names or postal area codes.
  • Overlay sub-path identifier - This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.
  • Longitude - Field containing WGS84 longitude values.
  • Latitude - Field containing WGS84 latitude values.
]]>
GIS: Map View - Spider plots http://forums.visokio.com/discussion/2644/gis-map-view-spider-plots Tue, 08 Jul 2014 10:11:34 -0400 richard 2644@/discussions
In this example we are going to create a spider plot linking the company's distribution centres to each of the customers awaiting a delivery.

image

ATTACHMENTS
  • Customer deliveries.csv - A CSV file containing the location's of customers and the name of the distribution centre where the delivery will originate.
  • Distribution centres.csv - A CSV file containing the location's of a company's distribution centre..


INSTRUCTIONS
  1. Open "Customer deliveries.csv" in Omniscope.
  2. Change the Bar/line View to a Map View, which will display the location of each customer.
  3. Now we need to add the second CSV file as an additional layer in the Map View. Drag "Distribution centres.csv" onto the Map View and select 'Open as a map overlay'.
  4. The next dialog allows you to customise how the data will be imported. This contains the same options you would see in a DataManager block for the same file type. Click "OK".
  5. Now we can configure how the Map View should interpret the distribution centre data. We need to tell Omniscope what type of data the file contains, e.g. point, line or area, and also which fields contain latitude/longitude values etc. See the ADVANCED section at the end of this post for more information. For now just configure the settings to match the screenshot shown below and click "OK".

    image

  6. The distribution centres are now displayed alongside the curent dataset's customer locations but they all look the same, so we need to customise the view. In the Map View toolbar, go to the "Label" menu and select "Customer" to add some labels.
  7. Now we need to change the colour of the distribution centres. In the Map View toolbar, go to the "Overlay" menu and select the downward pointing arrow next to "Distribution centres.csv". This will display a panel containing advanced options for your overlay layer.

    image

  8. Click on "Fixed colour" and choose another colour to update the distribution centres.
  9. Click on "Spider plot" to begin enabling spider plots. You'll notice there is a message 'No "Linked data" field selected for the current dataset.'. In order for Omniscope to link these two datasets together we need a common field with values found in both datasets. Our sample CSV files both contain a "Distribution Centre" field with common values so select that next to the "Join on (current dataset)" control. We now have a basic spider plot connecting each distribution centre to it's respective customers.
  10. You might have noticed that some distribution centres have disappeared from the map. By default after you have created this link between 2 datasets, Omniscope will not display any overlay points which do not have related data in your currently loaded dataset. To disable this behaviour uncheck "Filter overlay data on join".

    image



ADVANCED
In the Map View overlay functionality you will come across terms like "Overlay ID", "Overlay identifier", "Data type". Below are explanations for each of these terms and how they are used by Omnsicope. If you are using KML or Shapefile sources then most of these fields will be configured automatically.

Data types
  • Point - A dataset containing pairs of latitude/longitude coordinates, e.g. a shop location.
  • Line - A dataset containing connected, and unfilled/unclosed, chains of points, e.g. a hurricane path or road.
  • Area - A dataset containing connected, and filled/closed, chains of points, e.g. a post code area or country border.


Fields
  • Overlay identifier - Field containing unique identifiers for each point, line or area in the input dataset, e.g. a field containing country names or postal area codes.
  • Overlay sub-path identifier - This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.
  • Longitude - Field containing WGS84 longitude values.
  • Latitude - Field containing WGS84 latitude values.
]]>
GIS: iGeolise point ranking & filtering operation http://forums.visokio.com/discussion/2643/gis-igeolise-point-ranking-filtering-operation Tue, 08 Jul 2014 08:56:50 -0400 richard 2643@/discussions
The following example assumes that you already have an iGeolise Travel Time account. You can sign up for an account by clicking on "iGeolise account help" in the DataManager block noted below and following the link.

ATTACHMENTS
  • Customer deliveries.csv - A CSV file containing the deliveries to be made from a company's distribution centre to various customers across London.


INSTRUCTIONS
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "Customer deliveries.csv" onto the DataManager workspace.
  3. Create a new "iGeolise Travel Time" operation and connect it to your workflow. This block will use the point data from the CSV and generate routes from the distribution centre to each customer location.
  4. Enter your iGeolise Travel Time application ID and key.
  5. Choose the "Ranking Points" service.
  6. Change the "Transport type" to "Driving" so the service will calculate results based upon how far the company's delivery vans can travel by road.
  7. Enter a maximum journey duration, e.g. 10 minutes. Any destinations which cannot be reached in that time will be filtered out.
  8. Go to the 'Fields' tab to configure. We need to configure which fields this block should use to identify the origin and destination of each route:
    • Point identifier - Field containing unique identifiers for each point in the input dataset. In our example this would be the names of the distribution centres or customers.
    • Longitude - Field containing WGS84 longitude values.
    • Latitude - Field containing WGS84 latitude values.

  9. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the ranked points.

    image

    image

    image
]]>
GIS: iGeolise routing operation http://forums.visokio.com/discussion/2642/gis-igeolise-routing-operation Tue, 08 Jul 2014 08:50:53 -0400 richard 2642@/discussions
The following example assumes that you already have an iGeolise Travel Time account. You can sign up for an account by clicking on "iGeolise account help" in the DataManager block noted below and following the link.

ATTACHMENTS
  • Customer deliveries.csv - A CSV file containing the deliveries to be made from a company's distribution centre to various customers across London.


INSTRUCTIONS
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "Customer deliveries.csv" onto the DataManager workspace.
  3. Create a new "iGeolise Travel Time" operation and connect it to your workflow. This block will use the point data from the CSV and generate routes from the distribution centre to each customer location.
  4. Enter your iGeolise Travel Time application ID and key.
  5. Choose the "Routing" service.
  6. Change the "Transport type" to "Driving" so the service will calculate results based routes which the company's delivery vans can travel on.
  7. Enter a maximum journey duration, e.g. 60 minutes. Any destinations which cannot be reached in that time will be filtered out.
  8. Go to the 'Fields' tab to configure. We need to configure which fields this block should use to identify the origin and destination of each route:
    • Point identifier - Field containing unique identifiers for each point in the input dataset. In our example this would be the names of the distribution centres or customers.
    • Longitude - Field containing WGS84 longitude values.
    • Latitude - Field containing WGS84 latitude values.

  9. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the routes.

    image

    image

    image
]]>
GIS: iGeolise isochrone/time maps operation http://forums.visokio.com/discussion/2640/gis-igeolise-isochronetime-maps-operation Tue, 08 Jul 2014 07:05:01 -0400 richard 2640@/discussions
The following example assumes that you already have an iGeolise Travel Time account. You can sign up for an account by clicking on "iGeolise account help" in the DataManager block noted below and following the link.

ATTACHMENTS
  • Distribution centres.csv - A CSV file containing the locations of a company's distribution centres across London.


INSTRUCTIONS
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "Distribution centres.csv" onto the DataManager workspace.
  3. Create a new "iGeolise Travel Time" operation and connect it to your workflow. This block will use the point data from the CSV and generate boundaries around each point to show how far can be travelled in a given time period.
  4. Enter your iGeolise Travel Time application ID and key.
  5. Choose the "Travel Time Maps" service.
  6. Change the "Transport type" to "Driving" so the service will calculate results based upon how far the company's delivery vans can travel by road.
  7. Enter a maximum journey duration, e.g. 10 minutes.
  8. You can change the "Result type" to show a separate shape for each distribution centre, merge all shapes into one or even intersect all the shapes to identify the cross-over areas.
  9. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the Time Maps.

    image

    image


ADVANCED
The "Travel Time Maps" service contains advanced options for configuring which fields contain contain the latitude/longitude values and the field for uniquely identifying individual points in the input dataset. If you are using KML or Shapefile sources then these fields will be configured automatically. Below are explanations for each option:

  • Point identifier - Field containing unique identifiers for each point in the input dataset. In our example this would be the names of the distribution centres.
  • Longitude - Field containing WGS84 longitude values.
  • Latitude - Field containing WGS84 latitude values.
]]>
GIS: Geometric filter operation http://forums.visokio.com/discussion/2639/gis-geometric-filter-operation Mon, 07 Jul 2014 13:04:14 -0400 richard 2639@/discussions
ATTACHMENTS
  • "UK major cities.csv" - A CSV file containing the locations of major cities in the United Kingdom.
  • "English postal areas.kml" - A KML file containing the boundaries of all postal areas in England.


INSTRUCTIONS
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "UK major cities.csv" and "English postal areas.kml" onto the DataManager workspace.
  3. In the "English postal areas.kml" block, next to "Overlay identifier", select "Name". This means that Omniscope will use the postal area names to uniquely identify postal area shapes in the data.
  4. Create a new "Geometric filter" operation. This block requires first a point dataset and second an area dataset to function. So connect the "UK major cities.csv", then the "English postal areas.kml" (please note that the point data must be connected first).
  5. Select a Filter Type:
    • All points (don't filter) - All points will be returned from the block. Use this in conjunction with 'Add "Areas" field' (see next step).
    • Points inside any area - Keep only the points which fall inside at least one area shape.
    • Points outside all areas - Keep only the points which do not fall inside any area shape.

  6. Check 'Add "Areas" field' to add a new field and merge the "Overlay identifier" from the Area dataset into your new Point dataset. In our example this will add the postal area codes from the "English postal areas.kml" into the new cities dataset.
  7. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the filtered point data.

    image

    image



ADVANCED
The "Geometric filter" block also contains additional controls for configuring which fields contain the latitude/longitude values and the fields for identifying individual features (shapes) in the input dataset. If you are using KML or Shapefile sources then these fields will be configured automatically. Below are explanations for each option:

  • Overlay identifier - Field containing unique identifiers for each point or area in the input dataset, e.g. a field containing country names or postal area codes.
  • Overlay sub-path indentifier - This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.
  • Longitude - Field containing WGS84 longitude values.
  • Latitude - Field containing WGS84 latitude values.
]]>
GIS: Geometric buffer operation http://forums.visokio.com/discussion/2638/gis-geometric-buffer-operation Mon, 07 Jul 2014 12:28:04 -0400 richard 2638@/discussions
Geometric buffers can be applied to 3 types of shape data in Omniscope;
  • Point - A dataset containing pairs of latitude/longitude coordinates, e.g. a shop location.
  • Line - A dataset containing connected, and unfilled/unclosed, chains of points, e.g. a hurricane path or road.
  • Area - A dataset containing connected, and filled/closed, chains of points, e.g. a post code area or country border.


Below are instructions for buffering these 3 types of shape data. Please download and extract the contents of the ".zip" file:

POINT
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "United Kingdom cities.csv" onto the DataManager workspace. This contains 5 major cities in the United Kingdom with latitude/longitude coordinates.
  3. Connect a "Geometric buffer" operation to the workflow.
  4. Choose "Point" as the "Input data type". (For KML and Shapefile sources, this will be configured for you.)
  5. Enter a distance (km) to buffer around each input point. By reducing the "Quality" you will increase the speed of this block but the output dataset will contain less records and the buffered outline will not be as smooth.
  6. Check 'Include metadata' if you would like the output dataset to contain all other fields found in the input, i.e. "Country name".
  7. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the buffered points.

    image

    image


LINE
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "Hurricane Katrina.csv" onto the DataManager workspace. This contains coordinates for the path of Hurricane Katrina in 2005.
  3. Connect a "Geometric buffer" operation to the workflow.
  4. Choose "Line" as the "Input data type". (For KML and Shapefile sources, this will be configured for you.)
  5. Enter a distance (km) to buffer around the line (hurricane path). By reducing the "Quality" you will increase the speed of this block but the output dataset will contain less records and the buffered outline will not be as smooth.
  6. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the buffered line.

    image

    image


AREA
  1. Create a new file in Omniscope and go to DataManager.
  2. Drag "United Kingdom.kml" onto the DataManager workspace. This contains coordinates defining a simplified boundary of the United Kingdom..
  3. Connect a "Geometric buffer" operation to the workflow.
  4. Ensure "Area" is selected as the "Input data type". (For KML and Shapefile sources, this will be configured for you.)
  5. Choose your method of buffering:
    • Expand area - The original area plus an outside perimeter.
    • Contract area - The original area less an inside perimeter.
    • Outside perimeter - The area within a certain distance outside of the perimeter.
    • Inside perimeter - The area within a certain distance inside of the perimeter.
    • Outside + inside perimeter - The area within a certain distance either side of the perimeter.

  6. Enter a distance (km) to buffer around the United Kingdom. By reducing the "Quality" you will increase the speed of this block but the output dataset will contain less records and the buffered outline will not be as smooth.
  7. Execute the block, load the data into Omniscope and then drag a Map View into Omniscope to see the buffered line.

    image

    image



ADVANCED
The "Geometric buffer" block also contains additional controls for configuring which fields contain the latitude/longitude values and the fields for identifying individual features (shapes) in the input dataset. If you are using KML or Shapefile sources then these fields will be configured automatically. Below are explanations for each option:

  • Overlay identifier - Field containing unique identifiers for each point, line or area in the input dataset, e.g. a field containing country names or postal area codes.
  • Overlay sub-path identifier - This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.
  • Longitude - Field containing WGS84 longitude values.
  • Latitude - Field containing WGS84 latitude values.
]]>
GIS: Geocoding (ESRI) http://forums.visokio.com/discussion/2636/gis-geocoding-esri Mon, 07 Jul 2014 08:57:03 -0400 richard 2636@/discussions
  • Esri (batch) - Returns the highest ranking match per location. More efficient for large datasets than using Esri multi-match.
  • Esri (multi-match) - Can return multiple matches per specific place name, e.g. a place called "Aberdeen" exists in Scotland, Hong Kong etc.
  • Yahoo - Yahoo BOSS PlaceFinder.


Each of these services requires an account with the relevant service provider. Links to the provider's sign-up page are included in the Geocode block.

INSTRUCTIONS
  1. Create a new file in Omniscope and go to DataManager.
  2. Add a 'List of values' block to the DataManager workspace and insert some values (to test the feature) or use a dataset that already has a location field.

    image
  3. Connect a Geocode block to your workflow, select the field "Values" (containing your place names) and choose a geocoding service:

    • Esri (batch)

      image
      1. After signing up for an account, enter your username and password then click 'Connect'.
      2. Select the fields you want the geocoding service to return.
      3. Click "Restrict to country" if all of your place names exist within a single country. This can improve the accuracy of geocoded results.
      4. Click "Execute" to begin geocoding.

      NB: "Geocode Service URL" is an advanced option for overriding which Esri geocoding service Omniscope will use to generate results.

    • Esri (multi-match)

      image
      1. After signing up for an account, enter your username and password then click 'Connect'.
      2. Select the fields you want the geocoding service to return.
      3. Click "Restrict to country" if all of your place names exist within a single country. This can improve the accuracy of geocoded results.
      4. Configure "Max matches" to select how many results you would like returned for each input place name.
      5. Click "Execute" to begin geocoding.

      NB: "Geocode service URL" is an advanced option for overriding which Esri geocoding service Omniscope will use to generate results.

    • Yahoo

      image
      1. After signing up for an account, enter your OAuth consumer key and secret then click 'Connect'.
      2. Select the fields you want the geocoding service to return.
      3. Configure "Count" to select how many results you would like returned for each input place name.
      4. Click "Execute" to begin geocoding.


  4. Load the data into Omniscope to see the geocoded place names and visualise the data in the Map View.

    image
]]>
GIS: Importing an ESRI Shapefile http://forums.visokio.com/discussion/2635/gis-importing-an-esri-shapefile Mon, 07 Jul 2014 08:00:00 -0400 richard 2635@/discussions
ATTACHED FILES
  • "postcode areas.shp" (inside ZIP) Contains geometries for each feature (shape) in the Esri Shapefile
  • "postcode areas.dbf" (inside ZIP) Contains meta-data for each feature (shape) in the Esri Shapefile
  • "postcode areas.prj" (inside ZIP) Contains the coordinates' projection, e.g. UTM, WGS84.


INSTRUCTIONS
  1. Download the attached ".zip" file and extract the ".shp", ".dbf" and ".prj" files into the same folder.
  2. Create a new file in Omniscope and go to DataManager.
  3. Drag the "postcode areas.shp" file onto the DataManager workspace (or drag a "Data file" block onto the workspace and browse to the "postcode areas.shp" file). The ".dbf" and ".prj" files will be automatically detected.
  4. The Esri Shapefile DataManager block contains 2 configurable options
    • "Overlay identifier" - The field which contains unique identifiers for each feature (shape) in the file. In our Shapefile this would be the names of the postal areas, e.g. AB for Aberdeen, SW6 for South West London. If your data does not include such a field then selecting "Create new field" will allow Omniscope to generate internal unique identifiers using a field named "Overlay ID".
    • "Meta data fields included" - The names of all fields which will be loaded from the Esri Shapefile into the block.
  5. Load the data into Omniscope then drag a Map View into Omniscope to see the postcode areas.


image

image

ADVANCED
You will notice a field has also been created named "Overlay sub-path ID". This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.]]>
GIS: Importing a KML (Keyhole Markup Language) file http://forums.visokio.com/discussion/2634/gis-importing-a-kml-keyhole-markup-language-file Mon, 07 Jul 2014 07:49:27 -0400 richard 2634@/discussions
ATTACHED FILE
  • "postcode areas.kml" (inside ZIP) Contains geometries and meta-data for each feature (shape)


INSTRUCTIONS
  1. Download the attached ".zip" file and extract the ".kml" file.
  2. Create a new file in Omniscope and go to DataManager.
  3. Drag the "postcode areas.kml" file onto the DataManager workspace (or drag a "Data file" block onto the workspace and browse to the "postcode areas.kml" file).
  4. The KML DataManager block contains 3 configurable options:
    • "Overlay identifier" - The field which contains unique identifiers for each feature (shape) in the file. In our KML file this would be the names of the postal areas, e.g. AB for Aberdeen, SW6 for South West London. If your data does not include such a field then selecting "Create new field" will allow Omniscope to generate internal unique identifiers using a field named "Overlay ID".
    • "Meta data fields included" - The names of all fields which will be loaded from the KML file into the block.
    • "Shape types included" - KML files can contain a combination of points, lines and areas. Use this option to filter which shape types you want to load.

  5. Load the data into Omniscope then drag a Map View into Omniscope to see the postcode areas.


image

image

ADVANCED
You will notice a field has also been created named "Overlay sub-path ID". This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.]]>
Formulae: Linear or Euclidean distance between two geographic points? http://forums.visokio.com/discussion/2559/formulae-linear-or-euclidean-distance-between-two-geographic-pointss Thu, 15 May 2014 08:45:16 -0400 SimonaP 2559@/discussions I need your support... I would like to know if it is possible to calculate with Omniscope the Euclidean distance.

I will try to explain myself better exposing the client specification request:

“Analysis of the coverage of the service on the territory: through a spatial representation directly on the map should be possible to analyze how the assisted away (distance Euclidean) from the shelters according to their concentration in a geographic area.”

Thanks, Simona
]]>
Map View: Boundary overlay layer for ITV Regions? http://forums.visokio.com/discussion/787/map-view-boundary-overlay-layer-for-itv-regionss Sun, 22 May 2011 10:03:09 -0400 checkyourfuel 787@/discussions http://bit.ly/mhi3GB).

On a related note, I was recently told that Google has its own of view on UK TV consumption and so has, allegedly, created its own designated market area (DMA) i.e. Google Marketing Area (GMA). If true, this might be a useful addition in Omniscope as well.]]>