Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Amazon Location Service

Introduction to Amazon Location Service

Yasunori Kirimoto

October 20, 2022
Tweet

More Decks by Yasunori Kirimoto

Other Decks in Technology

Transcript

  1. ©Project PLATEAU / MLIT Japan Introduction to Amazon Location Service

    2022.10.20 - AWS User Group Taiwan Meetup 2022-10
  2. ©Project PLATEAU / MLIT Japan Yasunori Kirimoto Profile Co-founder and

    CTO of MIERUNE AWS DevTools Hero MapLibre Voting Member Favorite AWS Service: Amazon Location Service / AWS Amplify Owner of dayjournal @dayjournal @dayjournal_ FOSS4G Hokkaido / Notion Sapporo
  3. ©Project PLATEAU / MLIT Japan Front-End Web & Mobile category

    joins the Hero category! "Front-End Web & Mobile" will be officially added to the Heroes category as part of the "DevTools Heroes" category! Thank you! I'm so glad because we didn't have anything front-end related in the heroes category until now!
  4. © 地理院地図 全国最新写真(シームレス) What is MIERUNE? MIERUNE is a solution

    company with a wealth of knowledge and experience in location information technologies
  5. © 地理院地図 全国最新写真(シームレス) Location information is used all around us

    Infra- structure Disaster prevention Transpor- tation Navigation Gaming Environ- ment Marketing Location data
  6. ©Project PLATEAU / MLIT Japan Our Business • Easy to

    use with extensive features • Provide consulting services, development services for custom plugins, and lectures on QGIS QGIS A global OSS-GIS software
  7. ©Project PLATEAU / MLIT Japan Our Business • Open source

    and beautiful web maps • Can be introduced at affordable costs • Can be customized and developed MapTiler Why not switch from Google Maps or Mapbox?
  8. ©Project PLATEAU / MLIT Japan Our Business • Share data

    within your organization in one place • Latest data at your fingertips • Can be viewed without software MIERUNE BASE GIS Data Sharing Service
  9. © 地理院地図 全国最新写真(シームレス) Python MIERUNE Solutions QGIS DEM Point cloud

    3D MapTiler PLATEAU Open source Information location system Visualizaion Cross sectional profiles Geolocation Route searching Meteorological data GTFS LiDAR FOSS4G OSGeo OpenStreetMap MapLible deck.gl Cesium Mapbox OpenLayers Turf.js Geoserver OpenMapTiles GeoDjango Amazon Location Service AWS Leaflet
  10. ©Project PLATEAU / MLIT Japan Amazon Location Service Amazon Location

    Service It allows you to build your location-based applications under the AWS environment. Available features include maps, geocoding, reverse geocoding, routes, geofences, and trackers functions.
  11. ©Project PLATEAU / MLIT Japan Amplify Geo Amplify Geo This

    feature is part of AWS Amplify that makes it easier to build Amazon Location Service.
  12. ©Project PLATEAU / MLIT Japan Comparison of Building Amazon Location

    Service and Amplify Geo https://dev.to/aws-builders/a-summary-of-how-to-build-amplify-geo-and-amazon-location-service-5hal
  13. ©Project PLATEAU / MLIT Japan Technology required for use Amazon

    Location Service MapLibre GL JS AWS Amplify
  14. ©Project PLATEAU / MLIT Japan Simple Amazon Location Service Starter

    https://github.com/dayjournal/amazon-location-service-starter
  15. ©Project PLATEAU / MLIT Japan Maps Maps Various background maps

    are available by selecting the map style. Available on both Amazon Location Service and Amplify Geo.
  16. If you only need the location function, you can use

    these two commands. Maps Amplify Geo
  17. Maps Amplify Geo All that remains is to install the

    necessary libraries and define createMap.
  18. ©Project PLATEAU / MLIT Japan Geocoding Geocoding By specifying keywords,

    you can get the corresponding address data. Available on both Amazon Location Service and Amplify Geo.
  19. If you only need the location function, you can use

    these two commands. Geocoding Amplify Geo
  20. ©Project PLATEAU / MLIT Japan Reverse Geocoding Reverse Geocoding By

    specifying location information, you can get the corresponding address data. Available on both Amazon Location Service and Amplify Geo.
  21. If you only need the location function, you can use

    these two commands. Reverse Geocoding Amplify Geo
  22. ©Project PLATEAU / MLIT Japan Routes Routes By specifying starting

    point and destination, you can get the corresponding route data. Available only with Amazon Location Service.
  23. Routes You will also need to install the aws sdk.

    The rest is just calling the routing methods, but you need more code than Amplify Geo. Amazon Location Service
  24. ©Project PLATEAU / MLIT Japan Geofences and Trackers Geofences and

    Trackers The ability for applications to detect when a target device enters or exits the geofence. Available on both Amazon Location Service and Amplify Geo.
  25. ©Project PLATEAU / MLIT Japan Amazon Location Service & OpenLayers

    & AWS Amplify https://dev.to/aws-heroes/building-a-map-application-with-amazon-location-ser vice-openlayers-and-aws-amplify-2f54
  26. ©Project PLATEAU / MLIT Japan Amazon Location Service & Leaflet

    & AWS Amplify https://dev.to/aws-heroes/building-a-map-application-with-amazon-location-servi ce-leaflet-and-aws-amplify-5gbe
  27. ©Project PLATEAU / MLIT Japan Monthly Amazon Location Service Updates

    Unofficial summary post on Amazon Location Service updates https://dev.to/aws-heroes/monthly-amazon-location-service-upda tes-202209-l0p
  28. © 地理院地図 全国最新写真(シームレス) Summary • Easily implement location information functions

    with the Amazon Location Service • Various applications can be built by combining functions • Charges are reasonable compared to the others