A quick demo using a hexagon grid with a centroid fill of points sized using raster values from the image layer.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ This script implements a class for calculating the Earth terminator. | |
| Additional functionality for calculating the boundary of the various | |
| twilight types and plotting these areas on a 2D map are also provided. | |
| -------------------------------------------------------------------------- | |
| Copyright (C) 2023 Jonathan Maes | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU Lesser General Public License as published | |
| by the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. |
