Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Discussion over having a visual representation of the results #24

Open
Rubix982 opened this issue Jun 24, 2021 · 3 comments
Open
Labels
feature A feature request for the SDK

Comments

@Rubix982
Copy link
Contributor

Rubix982 commented Jun 24, 2021

Is your feature request related to a problem? Please describe.
It is not really as much of a problem, as it is that of a feature request. It would be great if there was a way of visualizing results from mapillary via a bounding box. This can help in geospatial analysis for enthusiasts in data science or for developers who like to perform visual analysis in Jupyter notebooks. The results can look something similar to this,

image

image

image

The above images were selected from the Getting Started with the new Mapillary API v4 post on Mapillary - Blog.

Describe the solution you'd like
One-liners, much like in libraries, for example, in networkx, and matplotlib, where there is a very easy of quickly generating a graph to see what the results look like. More code like the discussion is to be had later in the future, but this can serve as a ground basis for starting from somewhere

Describe alternatives you've considered
We can use something like the Folium library that helps in performing GeoSpatial analysis.

Additional context
This idea was slightly discussed in the 1st Maintainer Meeting on the 24th of June

@Rubix982 Rubix982 added the feature A feature request for the SDK label Jun 24, 2021
@Rubix982
Copy link
Contributor Author

To investigate how osmnx generates images.

fiolum is suggested because of OS compatibility.

@cbeddow
Copy link
Member

cbeddow commented Aug 18, 2021

For osmnx I think it's just matplotlib plotting the data, so it's not exactly a map but is very simple and easy for seeing the distribution of the data.

If we do with Folium, it could be interesting to make sure that the following styles are used by default:

  1. for sequences, linestring with color #05CB63
  2. for images, a point shown as a circule with color #05CB63
  3. for traffic signs, could potentially even get the sprite icons that match the value
  4. for map feature points, the same as traffic signs, could even show sprites

@cbeddow
Copy link
Member

cbeddow commented Aug 18, 2021

Sprites are available here, under the package for objects and for traffic signs: https://github.com/mapillary/mapillary_sprite_source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A feature request for the SDK
Projects
None yet
Development

No branches or pull requests

2 participants