googlemaps / google-maps-services-python

Python client library for Google Maps API Web Services
Apache License 2.0
4.48k stars 1.3k forks source link

Hello Sir, Can I use googleearthengine data on gmaps ? #416

Closed vijaygrg27 closed 3 years ago

vijaygrg27 commented 3 years ago

Thanks for stopping by to let us know something could be better!


PLEASE READ

If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.

Check for answers on StackOverflow with the google-maps tag.


Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

vijaygrg27 commented 3 years ago

I want to show satellite imagery from Google earth engine and show my live location on map

datatalking commented 3 years ago

@vijaygrg27 are you asking it to show you walking around on earth from space live... like they show in movies with spy satellites. Or to show your location as a dot on your custom app?

vijaygrg27 commented 3 years ago

I want to show live location of map like Google Navigation tool. I am doing some research project. I have to collect the ground truth data by visiting the location.

vijaygrg27 commented 3 years ago

https://openlayers.org/workshop/en/mobile/compass.html

Please check this link. I want to do it through python.

datatalking commented 3 years ago

That is probably doable, I'm not seeing an actual code-based question. You will need to create the code and test that out, where you posted a question if for people who have already implemented code and have bugs, errors or challenges at the code level.

jpoehnelt commented 3 years ago

This example seems to demonstrate what is desired. https://developers.google.com/maps/documentation/javascript/examples/map-geolocation

vijaygrg27 commented 3 years ago

Thanks a lot. I want to do it using Python. I have implemented the Geo location compass on openlayer map but It's so slow.