diff --git a/README.md b/README.md index a140ebe..e8b5bf5 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ our [code of conduct](CODE_OF_CONDUCT.md). [issues-url]: https://github.com/mapillary/mapillary-python-sdk/issues -[license-url]: https://github.com/mapillary/mapillary-python-sdk/blob/master/LICENSE.txt +[license-url]: https://github.com/mapillary/mapillary-python-sdk/blob/main/LICENSE [linkedin-url]: https://www.linkedin.com/company/mapillary/ diff --git a/docs/docs/mapillary.config.api/mapillary.config.api.entities.md b/docs/docs/mapillary.config.api/mapillary.config.api.entities.md index afdd98b..0fe39d2 100644 --- a/docs/docs/mapillary.config.api/mapillary.config.api.entities.md +++ b/docs/docs/mapillary.config.api/mapillary.config.api.entities.md @@ -145,7 +145,7 @@ Fields: 10. computed_rotation - enum, corrected orientation of the image 11. creator - the username and user ID who owns and uploaded the image 12. exif_orientation - enum, orientation of the camera as given by the exif tag - (see: https://sylvana.net/jpegcrop/exif_orientation.html) + (see: https://web.archive.org/web/2026/https://sylvana.net/jpegcrop/exif_orientation.html) 13. geometry - GeoJSON Point geometry 14. height - int, height of the original image uploaded 15. make - string, the manufacturer name of the camera device diff --git a/docs/docs/mapillary/mapillary.interface.md b/docs/docs/mapillary/mapillary.interface.md index 7491fa3..b22b975 100644 --- a/docs/docs/mapillary/mapillary.interface.md +++ b/docs/docs/mapillary/mapillary.interface.md @@ -342,7 +342,7 @@ Gets an image for the given key argument 12. exif_orientation - enum, orientation of the camera as given by the exif tag - (see: [https://sylvana.net/jpegcrop/exif_orientation.html](https://sylvana.net/jpegcrop/exif_orientation.html)) + (see: [https://web.archive.org/web/2026/https://sylvana.net/jpegcrop/exif_orientation.html](https://web.archive.org/web/2026/https://sylvana.net/jpegcrop/exif_orientation.html)) 13. geometry - GeoJSON Point geometry diff --git a/src/mapillary/config/api/entities.py b/src/mapillary/config/api/entities.py index 3a317dd..560cef7 100644 --- a/src/mapillary/config/api/entities.py +++ b/src/mapillary/config/api/entities.py @@ -77,7 +77,8 @@ def get_image(image_id: str, fields: list) -> str: 10. computed_rotation - enum, corrected orientation of the image 11. creator - the username and user ID who owns and uploaded the image 12. exif_orientation - enum, orientation of the camera as given by the exif tag - (see: https://sylvana.net/jpegcrop/exif_orientation.html) + (see + https://web.archive.org/web/2026/https://sylvana.net/jpegcrop/exif_orientation.html) 13. geometry - GeoJSON Point geometry 14. height - int, height of the original image uploaded 15. make - string, the manufacturer name of the camera device @@ -133,7 +134,8 @@ def get_images( 10. computed_rotation - enum, corrected orientation of the image 11. creator - the username and user ID who owns and uploaded the image 12. exif_orientation - enum, orientation of the camera as given by the exif tag - (see: https://sylvana.net/jpegcrop/exif_orientation.html) + (see + https://web.archive.org/web/2026/https://sylvana.net/jpegcrop/exif_orientation.html) 13. geometry - GeoJSON Point geometry 14. height - int, height of the original image uploaded 15. make - string, the manufacturer name of the camera device diff --git a/src/mapillary/interface.py b/src/mapillary/interface.py index 9a74fa7..21dcd06 100644 --- a/src/mapillary/interface.py +++ b/src/mapillary/interface.py @@ -929,7 +929,8 @@ def image_from_key(key: str, fields: list = []) -> str: 10. computed_rotation - enum, corrected orientation of the image 11. creator - the username and user ID who owns and uploaded the image 12. exif_orientation - enum, orientation of the camera as given by the exif tag - (see: https://sylvana.net/jpegcrop/exif_orientation.html) + (see + https://web.archive.org/web/2026/https://sylvana.net/jpegcrop/exif_orientation.html) 13. geometry - GeoJSON Point geometry 14. height - int, height of the original image uploaded 15. make - string, the manufacturer name of the camera device