Wykres commitów

63 Commity (09bf59ab879b8fcf28a821e8c1c3f2fc123d7dc3)

Autor SHA1 Wiadomość Data
Piero Toffanin c1cd2456b1
Merge pull request #1551 from pierotofy/300
3.0.0 release
2022-11-23 14:25:24 -05:00
Stephen Mather 9c4d9add0f
Create README.md 2022-11-14 23:23:42 -05:00
Stephen Mather 40973c386a
LICENSE.txt applies to mask-duplicator.py
Applies to mask-duplicator.py
2022-11-14 23:22:37 -05:00
Stephen Mather 9e9037b232
Create mask-duplicator.py
From https://gitlab.com/appf-anu/asdc-code/-/snippets/2457263
2022-11-14 23:21:36 -05:00
Piero Toffanin 5ff55a5ff8 Remove --verbose 2022-11-14 11:07:51 -05:00
Piero Toffanin be5c710c1a Fix run.sh in orthorectify module 2022-09-22 13:26:06 -04:00
luzpaz 1bec793f9d
Fix typos (#1497)
* Fix typos

Found via `codespell -q 3 -L lod,ned,nnumber`

* Fix typo in file name reference
2022-07-10 15:02:10 -04:00
Stephen Vincent Mather 12dac7cd20 fix all the big(tiff) problems 2022-06-29 15:42:13 -04:00
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