mapillary-python-sdk
mapillary-python-sdk copied to clipboard
A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
The mapillary package is something that I would like to use as a library in my project, i.e., I install it as a dependency and import functionality from mapillary modules....
**Describe the bug** When specifying "organization_id" in mapillary.interface.get_image_close_to function, the output includes ids of images captured by others than the specified "organization_id" **To Reproduce** mapillary.interface.get_image_close_to(latitude=-122.1504711, longitude=37.485073, organization_id = YOUR_ORG_ID) **Expected...
**Is your feature request related to a problem? Please describe.** Some users may want to retrieve the point clouds for a geographic. Each Mapillary image has an associated point cloud...
**Describe the bug** xtile = int(math.floor((x + EPSILON) * Z2)) ValueError: cannot convert float NaN to integer **To Reproduce** This is the code I am using to collect th close-to...
[shapely.geometry.shape](https://shapely.readthedocs.io/en/stable/manual.html?highlight=shape#shapely.geometry.shape) expects as input a GeoJSON-like mapping which, in the case of a polygon, should contain a list of lists of points. The current code instead tries to append all...
**Describe the bug** I can use `mly.interface.images_in_bbox` in api colab, however, when I try to use this api on my local machine,it returns ` HTTPSConnectionPool(host='tiles.mapillary.com', port=443): Max retries exceeded with...
To promote reproducibility, it would be great that the dependencies are updated or managed in an automated way. Some tools do this, for example, - [Renovate](https://github.com/marketplace/renovate)
**What feature or requirment is this related to? Please describe** This code example relates to the feature or requirement mentioned on # ```` !pip install mapillary import mapillary as mly...
**Describe the bug** From user: "I can successfully install Shapely 1.8.1 but Mapillary is calling for 1.7.1, which has the install issue. Is there a known workaround for this?" **To...
**Is your feature request related to a problem? Please describe.** There is often no way to check if proper type checking and performant checking are being done within the project....