Live data from Hacker News

Amazon Location Service

aws.amazon.com

81–90 of 98 posts

Re: Amazon Location Service

#81

Earlier quoted context omitted.

You might be referring to very processed satellite images, but AWS has many more satellite/aerial data sources than GCP in their Open Data program [0]: https://registry.opendata.aws/sentinel-2/ [1]: https://registry.opendata.aws/sentinel-2-l2a-cogs/ [2]: https://registry.opendata.aws/landsat-8/ [3]: https://registry.opendata.aws/naip/

Those are way too low-res for typical satellite map usage, though. It doesn't even look to have a pixel/house resolution, even.

Well it depends, it's true that Landsat is only 15m resolution, and Sentinel is 10m, but if you only need US-coverage, NAIP is 60cm resolution.

Re: Amazon Location Service

#82
post #68
post #32

> You can choose between maps and map styles provided by Esri and by HERE Technologies, I wonder why not use the HERE or Esri APIs directly? Is this just a marketing gimmick so Amazon can complete their offering? https://developer.here.com/

I've used HERE maps for a couple of small projects (using leaflet.js plus HERE map tiles) and it works really well. The HERE developer experience is pretty sweet actually.

HERE's big "trick" is their accurate gradient data. If you're driving big heavy trucks around, and want to take advantage of routing around steep hills to save in fuel costs, HERE are your best choice by far. (Or at least, they were 4-5 years back, anyway...)

They also have some interesting indoor location/mapping stuff I've read about but not used in anger, which seems to be quite promising too. The ability to map and locate phones in multi story buildings including getting each floor right with individual floorplans is not a trivial thing to get right. Their docs, at least, make it seem like they know how to solve that for you.

Re: Amazon Location Service

#83
Sorry for posting a second comment, but this just occurred to me:

Mapbox serves all of its customers’ vector tiles through AWS CloudFront.

Is this a possible case of Amazon seeing Mapbox’s traffic numbers, being able to estimate revenue based on pricing/the number of average tiles loaded per map session, and deciding that it was worth to take a plunge?

(There might have been other factors too but — was this /not/ a factor?)

To be very (... paranoid doesn’t feel like the right word), wouldn’t Amazon also have info in the same way on Mapbox’s largest customers and know who to pursue/target first for their new service?

Re: Amazon Location Service

#84

Because I don't think a lot of people know about it, I'll mention pelias here. If you have 16 GB RAM and 600 GB of disk, you can have a free, open source, pre-populated geo database that covers the entire planet. https://github.com/pelias/pelias Pelias does geocoding (turns addresses, POIs, and administrative regions into coordinates), reverse geocoding (given coordinates, finds nearby POIs, addresses, neighborhood,…

Another good option for self hosted geolocation is using Postgresql+PostGIS.

Re: Amazon Location Service

#85
post #84

Because I don't think a lot of people know about it, I'll mention pelias here. If you have 16 GB RAM and 600 GB of disk, you can have a free, open source, pre-populated geo database that covers the entire planet. https://github.com/pelias/pelias Pelias does geocoding (turns addresses, POIs, and administrative regions into coordinates), reverse geocoding (given coordinates, finds nearby POIs, addresses, neighborhood,…

Another good option for self hosted geolocation is using Postgresql+PostGIS.

That's not really comparable. It's kind of like saying you can have a self-hosted search engine by using Elasticsearch. The devil is in the data and details.

Re: Amazon Location Service

#90

I've read through all the docs and it is unclear if aerial imagery is supported. I just launched a JavaScript 3D mapping library ( https://github.com/felixpalmer/procedural-gl-js ) and would be up for trying it out if it were supported. Also interesting to see them use Mapbox as an example of an open source library that can be used with this. They obviously haven't been paying attention this past week.

This was posted a while after your comment:

------------ kylebarron 8 hours ago [–]

That's why they point to Mapbox GL JS v1 in the script tag [0] [0]: https://docs.aws.amazon.com/location/latest/developerguide/t...

------------

Post reply on HN