- 07 Jul, 2022 1 commit
-
-
mjg226 authored
-
- 27 Apr, 2021 1 commit
-
-
mjg226 authored
-
- 24 Jun, 2020 1 commit
-
-
mjg226 authored
updated defintions to utilise openCL version number and not just check for 1.1 or 1.2, but version number atleast 1.1 updated version number of API due to change.
-
- 20 May, 2020 1 commit
-
-
mjg226 authored
-
- 18 May, 2020 1 commit
-
-
mjg226 authored
-
- 08 May, 2020 1 commit
-
-
mjg226 authored
-
- 28 Apr, 2020 1 commit
-
-
mjg226 authored
added simple upscaling to CellBuff
-
- 27 Apr, 2020 1 commit
-
-
mjg226 authored
-
- 08 May, 2019 1 commit
-
-
mjg226 authored
-
- 06 Apr, 2018 1 commit
-
-
mjg226 authored
-
- 02 Apr, 2018 1 commit
-
-
mjg226 authored
Updated version to 120 for API, due to the conflicts with previous version, with the abstraction of the ascii grid to be implementation specific
-
- 21 Aug, 2017 1 commit
-
-
mjg226 authored
fixed the decimal precision output to fixed decimals as claimed instead of significant figures
-
- 30 Apr, 2017 1 commit
-
-
mjg226 authored
-
- 09 Jan, 2017 1 commit
-
-
mjg226 authored
updated logic in boxlist::add for when a box is completely within another
-
- 19 Dec, 2016 1 commit
-
-
mjg226 authored
Grid will now set default settings if the confile file is lacking, instead of bailing out.
-
- 09 Oct, 2016 1 commit
-
-
Mike Gibson authored
-
- 21 Sep, 2016 1 commit
-
-
mjg226 authored
-
- 20 Jul, 2016 1 commit
-
-
mjg226 authored
-
- 19 Jul, 2016 3 commits
- 18 Jul, 2016 2 commits
-
-
https://git.exeter.ac.uk/caddies/caddies-apimjg226 authored
# Conflicts: # impls/common/CPU/Functions.hpp # impls/common/CPU/Options.hpp # impls/square-cell/vn-neighbours/1-levels/openmp/Functions.hpp # impls/square-cell/vn-neighbours/1-levels/openmp/Options.hpp # impls/square-cell/vn-neighbours/1-levels/simple/ESRI_ASCIIGrid.hpp # impls/square-cell/vn-neighbours/1-levels/simple/Functions.hpp # impls/square-cell/vn-neighbours/1-levels/simple/Options.hpp updated cmake, and merging.
-
mjg226 authored
Removed the last few static variables from openCL square implementation, note: this makes the cpp files redundent and should be removed later.
-
- 14 Jul, 2016 1 commit
-
-
mjg226 authored
-
- 13 Jul, 2016 1 commit
-
-
mjg226 authored
- added default constructor to CA::Point class, as MSVC complained. - add two functions to the HexAsciiGrid class, as these are needed by DLL or comparison program, not fully implemented yet void addAsciiGrid(AsciiGrid<T>& grid2, bool print = false); which adds the data of one grid into another using geo-cordinates Errors compareAsciiGrid(AsciiGrid<T>& grid2, T tolerance = 0.0, bool print = false); which compares the difference between two grids, likey this will be the same as for square grids. - minor debug of mapping real value to arrays of length two, for some reason MSVC didn't like this so replaced with Points which hold the two values.
-
- 13 May, 2016 1 commit
-
-
Luís de Sousa authored
-
- 11 May, 2016 1 commit
-
-
Luís de Sousa authored
-
- 10 May, 2016 1 commit
-
-
Luís de Sousa authored
-
- 04 May, 2016 1 commit
-
-
Luís de Sousa authored
This file is in the common package, but assumes the grid to always regular and squared. Also added distance function to Coo class and method in Grid class to retrieve the distance between hexagon centroids.
-
- 28 Apr, 2016 2 commits
-
-
Luís de Sousa authored
-
Luís de Sousa authored
-
- 27 Apr, 2016 1 commit
-
-
mjg226 authored
Removed Functions and Options file from common folder, as they are differet for simple,OpenMP and OpenCL. Could create a seaparte common folder for CPU/GPU implementation difference later. Corrected the hexagonal and square simple and openm implementations. Also corrected bug in ESRI_ASCIIGrid.hpp
-
- 30 Mar, 2016 3 commits
-
-
Luís de Sousa authored
-
Luís de Sousa authored
-
Luís de Sousa authored
-
- 24 Mar, 2016 5 commits
-
-
Luís de Sousa authored
-
Luís de Sousa authored
-
Luís de Sousa authored
-
Luís de Sousa authored
-
Luís de Sousa authored
-