Florian Detsch
Florian Detsch
Thanks for sharing your thoughts on that. I fully agree that it's a fair split that R and Python have their own places in `.R` and `.py` files, respectively. With...
In my case, the solution provided by @nickitalyano [here](https://stackoverflow.com/questions/50745431/trying-to-use-r-with-mysql-the-used-command-is-not-allowed-with-this-mysql-vers?rq=1) solved the issue.
When downloading higher-level MODIS products using [`runGdal`](https://github.com/MatMatt/MODIS/blob/master/R/runGdal.R) (or [`getHdf`](https://github.com/MatMatt/MODIS/blob/master/R/getHdf.R)) from **MODIS**, users are currently required to + either specify horizontal and vertical tile indices in accordance with the [MODIS Sinusoidal...
An EPSG:4326 version of the MODIS tile grid is shipped with the package. It originates from before my time, so I am not quite sure where Matteo took it from....
Thanks for pointing this out @mdsumner, very useful stuff!
Looks great, thanks everyone. I'll create a new **MODIS** branch at [https://github.com/MatMatt/MODIS](https://github.com/MatMatt/MODIS) and add this example to `getTile()`. This will definitely find its way into our talk at this year's...
@timelyportfolio, I've opened a new **MODIS** branch called [mapedit](https://github.com/MatMatt/MODIS/tree/mapedit) and implemented Tim's approach in [`getTile()`](https://github.com/MatMatt/MODIS/blob/mapedit/R/getTile.R). It works every now and then, but then again, it fails at least as often...
Sounds good, thank you! In addition, in order to expand interactive tile selection a little bit, it would also be great if we could have `editMap()` return an object of...
Oh, I'm really sorry to hear that. Do you know if there is any chance to add local tiles using XYZ Tiles from QGIS core? This has been quite straightforward...
I am well aware that this must sound like a greenhorn's question, not least because I am not into QGIS plugin development, but how much effort would be required to...