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.
Amazon Location Service
81–90 of 98 posts
Re: Amazon Location Service
#82> 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.
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
#83Mapbox 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
#84Because 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,…
Re: Amazon Location Service
#85Because 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
#86Re: Amazon Location Service
#87What a ridiculous name for an AWS services /s
Re: Amazon Location Service
#88Re: Amazon Location Service
#89I wonder if this is related to the recent shift of mapbox away from OSS. Was on page 1 in the last week. https://news.ycombinator.com/item?id=25347310
Re: Amazon Location Service
#90I'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.
------------ 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...
------------