Skip to content

Conversation

@giswqs
Copy link
Member

@giswqs giswqs commented Feb 28, 2023

This PR adds support for searching OpenAerialMap imagery #371

import leafmap
bbox = [-77.2078, 17.6754, -76.3014, 18.2424]
gdf = leafmap.oam_search(bbox=bbox, return_gdf=True)

m = leafmap.Map()
m.add_gdf(gdf, layer_name='Footprints')
m

image

@giswqs giswqs changed the title Add support for searching OAM imagery Add support for searching OpenAerialMap imagery Feb 28, 2023
@giswqs giswqs self-assigned this Mar 1, 2023
@giswqs giswqs added the Feature Request New feature or request label Mar 1, 2023
@giswqs giswqs merged commit ef7b694 into master Mar 1, 2023
@giswqs giswqs deleted the oam branch March 1, 2023 05:26
@jo-chemla
Copy link

Great work!

sthagen pushed a commit to sthagen/giswqs-leafmap that referenced this pull request Jul 10, 2024
* Added support for searching OAM imagery

* Added search control by default

* Added download files function

* Added basemap visible option

* Added folium oam search

* Added oam search notebook example
kuzja111 pushed a commit to kuzja111/leafmap that referenced this pull request Jul 25, 2024
* Added support for searching OAM imagery

* Added search control by default

* Added download files function

* Added basemap visible option

* Added folium oam search

* Added oam search notebook example
giswqs added a commit that referenced this pull request Dec 6, 2025
* Added support for searching OAM imagery

* Added search control by default

* Added download files function

* Added basemap visible option

* Added folium oam search

* Added oam search notebook example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Request New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants