Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# This workflow will build the package with Pyinstaller, upload it to GitHub Releases, and publish it to PyPI

name: Release
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the BSD license found in the
LICENSE file in the root directory of this source tree.
-->

# Changelog

Check the release page for changelogs: https://github.com/mapillary/mapillary_tools/releases
Expand Down Expand Up @@ -199,7 +206,7 @@ All notable changes to this project will be documented in this file. See [standa
* Improved and added features for post_process command

### Breaking changes
* Argument `--video_import_path` can be single video or a directory of videos
* Argument `--video_import_path` can be single video or a directory of videos
* Duplicate flagging is now done automatically with the default duplicate thresholds. To keep duplicates, argument `--keep_duplicates` must be passed.

### Bug fixes
Expand All @@ -219,7 +226,7 @@ All notable changes to this project will be documented in this file. See [standa

### Features and improvements
* Added command to upload Blackvue DR900S videos directly to Mapillary
* Added download of blurred images uploaded by the authenticated user
* Added download of blurred images uploaded by the authenticated user
* Allow GPX files without altitude data
* More robust support of irregular time formats in EXIF
* Add argument to skip subfolders to all commands
Expand Down
7 changes: 7 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the BSD license found in the
LICENSE file in the root directory of this source tree.
-->

# Code of Conduct

## Our Pledge
Expand Down
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the BSD license found in the
LICENSE file in the root directory of this source tree.
-->

# Contributing to mapillary_tools
We want to make contributing to this project as easy and transparent as
possible.
Expand Down Expand Up @@ -28,4 +35,4 @@ outlined on that page and do not file a public issue.

## License
By contributing to mapillary_tools, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.
under the LICENSE file in the root directory of this source tree.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the BSD license found in the
LICENSE file in the root directory of this source tree.
-->

<p align="center">
<a href="https://github.com/mapillary/mapillary_tools/">
<img src="https://raw.githubusercontent.com/mapillary/mapillary_tools/main/docs/images/logo.png">
Expand Down
5 changes: 5 additions & 0 deletions README_osx_package.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the BSD license found in the
LICENSE file in the root directory of this source tree.

Thank you for downloading Mapillary tools for OSX!!

This is binary, ready to use. You just need to give execution permissions to it with chmod:
Expand Down
5 changes: 5 additions & 0 deletions pyinstaller/mapillary_tools.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# -*- mode: python -*-

block_cipher = None
Expand Down
5 changes: 5 additions & 0 deletions pyinstaller/mapillary_tools_folder.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# -*- mode: python ; coding: utf-8 -*-


Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# Build system configuration - tells Python packaging tools how to build this package
# This section is required for modern Python packaging with pyproject.toml
[build-system]
Expand Down
5 changes: 5 additions & 0 deletions script/build_bootloader.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

# build bootloaders
# to fix the virus false detection e.g. https://www.virustotal.com/gui/file/a2e8d8287f53e1691e44352b7fbc93038b36ad677d1faacfc1aa875de92af5a6
python3 -m pip uninstall -y pyinstaller
Expand Down
5 changes: 5 additions & 0 deletions script/build_linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

set -e

OS=linux
Expand Down
5 changes: 5 additions & 0 deletions script/build_osx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

set -e

OS=osx
Expand Down
5 changes: 5 additions & 0 deletions script/build_win.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

$OS="win"
# this is OS arch
# $ARCH=(wmic OS get OSArchitecture)[2]
Expand Down