sbonaime
ad6d493fad
NDVI, NDRE and GNDVI
2022-02-23 09:29:08 +01:00
sbonaime
f82e39463d
Agricultural indexes and Sentera AGX710 renaming script
2022-02-23 09:25:27 +01:00
Piero Toffanin
ebcf04dff3
Added run.sh helper to orthorectify module
2022-01-21 19:42:28 +00:00
Piero Toffanin
673a25b79c
Added visibility test to orthorectification tool
2022-01-21 19:39:52 +00:00
luz paz
cb6835d1bc
Fix various typos
...
Found via `codespell -q 3 -L lod,ned,nnumber`
2022-01-08 05:38:36 -05:00
Piero Toffanin
0589483b9b
Add quickpreview module, fix cutline polygons edge-case
2021-09-21 21:44:52 +00:00
Piero Toffanin
096ca554a6
Fix format
2021-09-13 22:41:24 +00:00
Piero Toffanin
2d74aa9f57
Add resize contrib module
2021-09-13 17:06:51 +00:00
Piero Toffanin
b373964d8e
Multithread options
2021-03-31 14:47:41 +00:00
Piero Toffanin
9a250db821
Fix multiprocessing
2021-03-31 14:35:30 +00:00
Piero Toffanin
72ecbc10f5
Typos
2021-03-30 20:24:19 +00:00
Piero Toffanin
48f1c1ea7d
Limit indirect coordinate search to bounding box estimate
2021-03-30 20:20:56 +00:00
Piero Toffanin
2221e1451a
Update README.md
2021-03-24 13:49:59 -04:00
Piero Toffanin
66f5ff7222
pc2dem README changes
2021-03-24 13:49:01 -04:00
Piero Toffanin
321c92691c
Added pc2dem module
2021-03-24 17:22:44 +00:00
Piero Toffanin
59bc813b92
Simplify rotation matrix computation
2021-03-18 14:54:21 +00:00
Piero Toffanin
e54ca14c4b
Mispelling
2021-03-17 16:58:05 -04:00
Piero Toffanin
5f935a9ddc
Add pretty pictures
2021-03-17 16:57:06 -04:00
Piero Toffanin
97711f5d89
Add README for rectification module
2021-03-17 20:55:31 +00:00
Piero Toffanin
fbd9986c68
Command line parser
2021-03-17 16:12:57 -04:00
Piero Toffanin
0273ccedee
Write geotransform
2021-03-17 15:42:43 -04:00
Piero Toffanin
4b138622ec
Crop/alpha support
2021-03-17 17:55:13 +00:00
Piero Toffanin
d7ff945560
Bilinear sampling
2021-03-17 14:36:51 +00:00
Piero Toffanin
c42dd3e93d
PoC working
2021-03-17 14:24:31 +00:00
Piero Toffanin
9192668051
PoC working
2021-03-17 14:07:32 +00:00
Piero Toffanin
f3c167029c
Attempts to figure out proper crs
2021-03-16 21:11:47 +00:00
Piero Toffanin
f2f73e97ea
Multi-threaded rectify
2021-03-16 10:23:51 -04:00
Piero Toffanin
65d441117b
Add orthorectification module
2021-03-15 16:01:44 -04:00
Sam Salway
4cdd8b7e02
Remove unnecessary scripts for sequoia image preparation.
...
Former-commit-id: 00fa45a68c
2020-08-19 20:10:17 +10:00
Sam Salway
c2ef82a8ad
Sequoia script changes
...
- Leave filenames unchanged
- Separate script for moving images into subfolder pre band
- Update README.md
- Scripts marked executable
Former-commit-id: b8ad38a992
2020-08-09 21:13:55 +10:00
Sam Salway
708c6c69c2
Script to prepare TIFs captured by Parrot Sequoia (copy GPS Exif tags from RGB JPG)
...
Former-commit-id: 5e7a351444
2020-08-08 21:43:03 +10:00
jmenezes
e830298797
fix pixelX_ to double, add idgcp_, log_ format
...
Former-commit-id: a66f5e054a
2018-02-19 09:16:42 -03:00
Piero Toffanin
7511fc1e98
Merge pull request #506 from pulquero/video
...
Blender 360 and VR video scripts
Former-commit-id: a236d85f2e
2017-11-18 12:37:30 -05:00
Tomasz Nycz
cd9dbe6983
Repair bad index checking
...
isinstance(object, classinfo) checks only if object has correct python type, not value. Let's try this with more traditional method ;)
Former-commit-id: 37e49b132c
2017-07-26 15:21:05 +02:00
Dakota Benjamin
c13a6be18c
Add check for bad index name
...
Former-commit-id: 5d998a3ac6
2017-07-18 14:54:35 -04:00
Tomasz Nycz
f5602f1b55
update usage section
...
update section apostrophes.
Former-commit-id: cc1c9a06c4
2017-06-28 20:42:48 +02:00
Tomasz Nycz
761364c070
Create readme.md
...
Visible/RGB Vegetation Indices contrib module description, usage, and bibliography
Former-commit-id: a414259e6f
2017-06-28 20:39:20 +02:00
Tomasz Nycz
388197702e
Initial commit for vegind.py
...
Vegetation Indexes for Visible RGB imagery calculations,
Usage: ./vegind.py <orto.tif> index
Available indexes: ngrdi (Normalized green red difference index), vari (Visible Atmospheric Resistant Index), tgi (Triangular Greenness Index).
Work inspired by DroneDeploy Plant Health app, that uses VARI index too.
Former-commit-id: 98a92905d9
2017-06-26 19:38:36 +02:00
Dakota Benjamin
d1242cd1ce
Merge pull request #561 from hblanken/grass-update-1
...
Linked contour map generation with ODM DEM model
Former-commit-id: 2821079f25
2017-05-04 15:05:14 -04:00
hblanken
0c8fec10e8
Clarifies GRASS version
...
More detail for GRASS compile and install and links code to ODM project DEM file.
Former-commit-id: 81313612f7
2017-05-03 08:48:06 +10:00
hblanken
b37a691f96
Linked contour map generation with ODM DEM model
...
This update links the grass contour code to the ODM project DEM model generated with PDAL, which is located in the project folder /odm_georeferencing/odm_georeferencing_model_dem.tif.
It also enables contour and relief maps to be created across regions as it ignores the Location PROJ_INFO with the -o flag.
Former-commit-id: ec003c6ffa
2017-05-03 08:33:02 +10:00
hblanken
a04719d2af
Added details for installing Grass version
...
Clarified that code works only with Grass 7 or higher version
Former-commit-id: 9374b039c0
2017-05-03 08:23:56 +10:00
Mark Hale
997375493f
VR videos.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: 7e14c54ae7
2017-03-07 23:04:09 +00:00
Mark Hale
1b5f9fb872
Code formatting.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: d19600b3dc
2017-03-06 17:11:23 +00:00
Stephen Mather
aa8c5a49d3
Merge pull request #498 from dakotabenjamin/ndvi-contrib
...
Add NDVI contrib module
Former-commit-id: c585317b7c
2017-02-28 01:12:38 -05:00
Mark Hale
6de6649d60
Video script.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: bb35bc5d51
2017-02-28 01:10:07 +00:00
Dakota Benjamin
482da10764
Add NDVI contrib module
...
Former-commit-id: 9c1970574c
2017-02-27 10:07:07 -05:00
Mark Hale
73865db0d8
Added readmes.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: 74c181edb4
2017-02-23 22:08:40 +00:00
Mark Hale
1ec5862969
Added EXIF metadata.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: 917c6a7973
2017-02-22 22:59:59 +00:00
Mark Hale
d309ce91c5
Script to render 360 photos.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: da49ff85f9
2017-02-22 22:59:59 +00:00