JaySantos
Lurker
I am trying to forecast solar power online using my tflite model and implement it in Android Studio so that I can make an application. How can I scrape the data through the website (download it as csv and make it as the input of my model)? This is the link that I'm trying to get my data from: https://toolkit.solcast.com.au/weather-sites/d60a-a130-55c5-7080/detail. Also, the data that I need to download is from four locations (means I need to download four csv files). How can I do that in android studio? Because I'm planning to make a real time forecast. Thank you