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

updated to {sf} and R >= 4.2.0 #7

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
4d7f0f0
matrix
merkato Nov 17, 2022
75b4880
get rid of readOGR in tests
gsapijaszko Nov 17, 2022
bc4e5e4
adopting to R >= 4.2.0, backward compatible with previous versions
gsapijaszko Nov 17, 2022
58c684b
readme
gsapijaszko Nov 17, 2022
ead3f00
replace minBbox with original function shotGroups::getMinBBox(vertices)
gsapijaszko Nov 18, 2022
6ee0758
parallel = TRUE|FALSE
gsapijaszko Nov 19, 2022
31cbbc2
grid = FALSE
gsapijaszko Nov 19, 2022
028f290
readme update
gsapijaszko Nov 19, 2022
c2f5a96
readme update
gsapijaszko Nov 19, 2022
31efdba
Merge branch 'master' of github.com:gsapijaszko/flightplanning-R
gsapijaszko Nov 19, 2022
cfe6ae3
Merge branch 'master' of github.com:gsapijaszko/flightplanning-R
gsapijaszko Nov 19, 2022
ff3ecc7
Merge branch 'master' of github.com:gsapijaszko/flightplanning-R
gsapijaszko Nov 19, 2022
89aee13
readme
gsapijaszko Nov 19, 2022
02fa253
Merge branch 'master' of github.com:gsapijaszko/flightplanning-R
gsapijaszko Nov 19, 2022
3a269dc
a
gsapijaszko Nov 19, 2022
dab70da
distance
gsapijaszko Nov 19, 2022
8cebb35
litchi_sf()
gsapijaszko Nov 20, 2022
02fb79c
del csv
gsapijaszko Nov 20, 2022
2abd7ca
st_geometry_type(roi) test
gsapijaszko Nov 20, 2022
97e70f0
TRUE/FALSE
gsapijaszko Nov 20, 2022
72b86e6
readme
gsapijaszko Nov 22, 2022
30488b3
readme
gsapijaszko Nov 22, 2022
5601588
readme
gsapijaszko Nov 22, 2022
6672a46
bug in row numbers
gsapijaszko Nov 23, 2022
6aea0d6
mytest
gsapijaszko Nov 25, 2022
9febed6
incorporated changes from Hivemapper
gsapijaszko Nov 25, 2022
a1ad446
add gimbalpitch handling and above ground mode
merkato Nov 25, 2022
cca86d7
Merge branch 'master' of github.com:gsapijaszko/flightplanning-R
merkato Nov 25, 2022
5f867f5
incorporate changes from Hivemapper
gsapijaszko Nov 25, 2022
5791cac
up
gsapijaszko Nov 25, 2022
85933fc
Gimbal mode interpolate
merkato Nov 25, 2022
97a6f26
Only time interval
merkato Nov 25, 2022
44e5dca
Gimbal mode interpolated and AGL handling
merkato Nov 26, 2022
0e049d3
add logical parameter for distance or time interval distancemethod
merkato Nov 26, 2022
d6297ce
once again logic fix.
merkato Nov 26, 2022
f6dc9e9
uczę się. Learning is not easy, but fun
merkato Nov 27, 2022
2aaa7d0
flight plan summary function - WIP
merkato Nov 27, 2022
dd523a2
plan summary - WIP
merkato Nov 27, 2022
7ee3c10
flight.params
gsapijaszko Nov 27, 2022
f2d9701
flight.summary doc
gsapijaszko Nov 27, 2022
61bae3b
logical and
gsapijaszko Nov 27, 2022
9a4e764
Cleanup: removed lichi.plan function and it's dependencies: rgeos, rg…
gsapijaszko Oct 15, 2024
2772fd8
readme
gsapijaszko Oct 15, 2024
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
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
^\.travis\.yml$
^oledlg\.dll$
^README.md$
^mytest$
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
Package: flightplanning
Type: Package
Title: UAV Flight Planning
Version: 0.8.4
Version: 0.8.99
Authors@R: c(
person("Caio", "Hamamura", email = "caiohamamura@gmail.com", role = c("aut", "cre")),
person("Danilo Roberti Alves de", "Almeida", email = "daniloflorestas@gmail.com", role = c("aut")),
person("Daniel de Almeida", "Papa", email = "daniel.papa@embrapa.br", role = c("aut")),
person("Hudson Franklin Pessoa", "Veras", email = "hudson@engeverde.com", role = c("aut")),
person("Evandro Orfanó", "Figueiredo", email = "evandro.figueiredo@embrapa.br", role = c("aut")))
person("Evandro Orfanó", "Figueiredo", email = "evandro.figueiredo@embrapa.br", role = c("aut")),
person("Tomasz", "Nycz", email = "tomasz.merkato@gmail.com", role = c("ctb")),
person("Grzegorz", "Sapijaszko", email = "grzegorz@sapijaszko.net", role = c("ctb", "cph")))
Description: Utility functions for creating flight plans for unmanned aerial vehicles (UAV), specially for the Litchi Hub platform. It calculates the flight and camera settings based on the camera specifications, exporting the flight plan CSV format ready to import into Litchi Hub.
Imports:
graphics,
grDevices,
methods,
rgdal,
rgeos,
sp
shotGroups,
sf
Depends: R (>= 3.0)
Suggests: testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
RoxygenNote: 7.2.2
URL: https://github.com/caiohamamura/flightplanning-R
BugReports: https://github.com/caiohamamura/flightplanning-R/issues
10 changes: 5 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated by roxygen2: do not edit by hand

export(flight.parameters)
export(litchi.plan)
import(rgdal)
import(rgeos)
import(sp)
export(flight.summary)
export(litchi_sf)
import(sf)
importFrom(grDevices,chull)
importFrom(graphics,text)
importFrom(methods,slot)
importFrom(shotGroups,getMinBBox)
importFrom(utils,data)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom("methods", "slot")
Loading