Slide 1

Slide 1 text

©Project PLATEAU / MLIT Japan Introduction to Amazon Location Service 2022.10.20 - AWS User Group Taiwan Meetup 2022-10

Slide 2

Slide 2 text

©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

Slide 3

Slide 3 text

©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!

Slide 4

Slide 4 text

© 地理院地図 全国最新写真(シームレス) What is MIERUNE? MIERUNE is a solution company with a wealth of knowledge and experience in location information technologies

Slide 5

Slide 5 text

© 地理院地図 全国最新写真(シームレス) Location information is used all around us Infra- structure Disaster prevention Transpor- tation Navigation Gaming Environ- ment Marketing Location data

Slide 6

Slide 6 text

©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

Slide 7

Slide 7 text

©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?

Slide 8

Slide 8 text

©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

Slide 9

Slide 9 text

© 地理院地図 全国最新写真(シームレス) 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

Slide 10

Slide 10 text

©OpenStreetMap contributors 01 Overview of Amazon Location Service 02 Features 03 Other Information 04 Summary Contents

Slide 11

Slide 11 text

©OpenStreetMap contributors 01 Overview of Amazon Location Service

Slide 12

Slide 12 text

©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.

Slide 13

Slide 13 text

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

Slide 14

Slide 14 text

©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

Slide 15

Slide 15 text

©Project PLATEAU / MLIT Japan Demo - als.mierune.io als.mierune.io

Slide 16

Slide 16 text

©Project PLATEAU / MLIT Japan Demo - als.mierune.io

Slide 17

Slide 17 text

©Project PLATEAU / MLIT Japan Technology required for use Amazon Location Service MapLibre GL JS AWS Amplify

Slide 18

Slide 18 text

©Project PLATEAU / MLIT Japan Simple Amazon Location Service Starter https://github.com/dayjournal/amazon-location-service-starter

Slide 19

Slide 19 text

©OpenStreetMap contributors 02 Features

Slide 20

Slide 20 text

©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.

Slide 21

Slide 21 text

If you only need the location function, you can use these two commands. Maps Amplify Geo

Slide 22

Slide 22 text

Maps Amplify Geo All that remains is to install the necessary libraries and define createMap.

Slide 23

Slide 23 text

©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.

Slide 24

Slide 24 text

If you only need the location function, you can use these two commands. Geocoding Amplify Geo

Slide 25

Slide 25 text

Geocoding Amplify Geo All that remains is to call the geocoding method.

Slide 26

Slide 26 text

©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.

Slide 27

Slide 27 text

If you only need the location function, you can use these two commands. Reverse Geocoding Amplify Geo

Slide 28

Slide 28 text

Reverse Geocoding Amplify Geo All that remains is to call the reverse geocoding method.

Slide 29

Slide 29 text

©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.

Slide 30

Slide 30 text

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

Slide 31

Slide 31 text

©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.

Slide 32

Slide 32 text

©OpenStreetMap contributors 03 Other Information

Slide 33

Slide 33 text

©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

Slide 34

Slide 34 text

©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

Slide 35

Slide 35 text

©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

Slide 36

Slide 36 text

©OpenStreetMap contributors 04 Summary

Slide 37

Slide 37 text

© 地理院地図 全国最新写真(シームレス) 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

Slide 38

Slide 38 text

© 地理院地図 全国最新写真(シームレス) Finally Make it easy to use location technology in the cloud