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

Photo_Number #20

Open
bettellam opened this issue Jan 14, 2024 · 2 comments
Open

Photo_Number #20

bettellam opened this issue Jan 14, 2024 · 2 comments

Comments

@bettellam
Copy link

Hi, congratulations on your beautiful work.
I saw this little thing:
the numbering in [Photo_Number] field in [projection_centres_xx] file follows the flight direction of [flight_line_xx],
this does not happen in [photos_xx] and consequently also in [flight_planning]:
practically:

if [projection_centres_xx].Strip = odd
[projection_centres_xx].Photo_Number = ([photos_xx].Photo_Number = [flight_planning].fid)
else
[projection_centres_xx].Photo_Number ≠ ([photos_xx].Photo_Number = [flight_planning].fid)

Thanks again

@JMG30
Copy link
Owner

JMG30 commented Jan 15, 2024

Hi, I'm glad you like it.

I checked the numbering of photos layer and you're right - I will fix it in my free time. But I don't understand what you mean saying flight_planning, could you explain it please?

@bettellam
Copy link
Author

hi @JMG30, sorry, you're right, I had renamed the result files [footprint_xx]:

if [projection_centres_xx].Strip = odd
[projection_centres_xx].Photo_Number = ([photos_xx].Photo_Number = [footprint_xx].fid)
else
[projection_centres_xx].Photo_Number ≠ ([photos_xx].Photo_Number = [footprint_xx].fid)

Ciao 👍 :-)

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

No branches or pull requests

2 participants