jmenezes
a66f5e054a
fix pixelX_ to double, add idgcp_, log_ format
2018-02-19 09:16:42 -03:00
Piero Toffanin
a236d85f2e
Merge pull request #506 from pulquero/video
...
Blender 360 and VR video scripts
2017-11-18 12:37:30 -05:00
Tomasz Nycz
37e49b132c
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 ;)
2017-07-26 15:21:05 +02:00
Dakota Benjamin
5d998a3ac6
Add check for bad index name
2017-07-18 14:54:35 -04:00
Tomasz Nycz
cc1c9a06c4
update usage section
...
update section apostrophes.
2017-06-28 20:42:48 +02:00
Tomasz Nycz
a414259e6f
Create readme.md
...
Visible/RGB Vegetation Indices contrib module description, usage, and bibliography
2017-06-28 20:39:20 +02:00
Tomasz Nycz
98a92905d9
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.
2017-06-26 19:38:36 +02:00
Dakota Benjamin
2821079f25
Merge pull request #561 from hblanken/grass-update-1
...
Linked contour map generation with ODM DEM model
2017-05-04 15:05:14 -04:00
hblanken
81313612f7
Clarifies GRASS version
...
More detail for GRASS compile and install and links code to ODM project DEM file.
2017-05-03 08:48:06 +10:00
hblanken
ec003c6ffa
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.
2017-05-03 08:33:02 +10:00
hblanken
9374b039c0
Added details for installing Grass version
...
Clarified that code works only with Grass 7 or higher version
2017-05-03 08:23:56 +10:00
Mark Hale
7e14c54ae7
VR videos.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-03-07 23:04:09 +00:00
Mark Hale
d19600b3dc
Code formatting.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-03-06 17:11:23 +00:00
Stephen Mather
c585317b7c
Merge pull request #498 from dakotabenjamin/ndvi-contrib
...
Add NDVI contrib module
2017-02-28 01:12:38 -05:00
Mark Hale
bb35bc5d51
Video script.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-28 01:10:07 +00:00
Dakota Benjamin
9c1970574c
Add NDVI contrib module
2017-02-27 10:07:07 -05:00
Mark Hale
74c181edb4
Added readmes.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-23 22:08:40 +00:00
Mark Hale
917c6a7973
Added EXIF metadata.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-22 22:59:59 +00:00
Mark Hale
da49ff85f9
Script to render 360 photos.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-22 22:59:59 +00:00
Mark Hale
55781f1f33
PEP8 compliant.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-21 17:45:27 +00:00
Mark Hale
cfb9cae9ac
Reduced geotiff file sizes.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-15 23:55:55 +00:00
Mark Hale
22f16d872b
Corrected file name.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-15 23:46:53 +00:00
Mark Hale
d1f7b2fc76
Corrected print msg.
2017-02-15 23:45:09 +00:00
Mark Hale
9ab6d4a43c
GRASS script to create DEM, contour and textured relief maps.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-15 23:20:09 +00:00