JohMast
JohMast
Since I am very interested in working with geolocated tweets, I have also encountered the need to add the place information. I have adjusted the get_tweets function to unnest the...
Thanks for the tip! I will try that. Currently, I am binding the places to the tweets _before_ the json files are even written. That simplifies the use of place...
Hi, thanks for letting me know! The package had not yet been updated to work with R 4.2, Could you try again and let me know if it is fixed?
Hi, it seems that after the update, there are difficulties finding the proj library. Could you try running this code (preferably before loading any packages) and let me know if...
Thanks for the feedback! It would be interesting to know if there is actually a Data base File called "proj" (~8MB) under the path_to_proj. If so, then the issue is...
Apologies for the delay. I have updated the package to try and find the correct proj and gdal paths when the package is loaded. Could you try reinstalling with: `devtools::install_github("JohMast/ImageFusion")`...
Great! Thanks for your help in troubleshooting this. About the NDVI time series: Could you run the same code with `verbose = TRUE` in `imagefusion_task` and post the output? That...
Ah, i think the issue is that you are inputting two time series which are without gaps, but overlapping. So we have two cases which do not produce a valid...
I tried to reproduce your situation using the example data. Does this produce any outputs for you? It should create two images (70 and 85) in your temp directory. `imagefusion_task(filenames_high...
> Hi, thank you very much for your work on this package, but i am facing a problem in my work, can you help me with resolving it please? It...