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
Mark Hale
a8f486b2a5
PEP8 compliant.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: 55781f1f33
2017-02-21 17:45:27 +00:00
Mark Hale
f9c3c67cb1
Reduced geotiff file sizes.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: cfb9cae9ac
2017-02-15 23:55:55 +00:00
Mark Hale
97c509bf56
Corrected file name.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: 22f16d872b
2017-02-15 23:46:53 +00:00
Mark Hale
2bb74969e7
Corrected print msg.
...
Former-commit-id: d1f7b2fc76
2017-02-15 23:45:09 +00:00
Mark Hale
96d10d91f8
GRASS script to create DEM, contour and textured relief maps.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
Former-commit-id: 9ab6d4a43c
2017-02-15 23:20:09 +00:00