If you try to download all available forecast for GloFAS, you will reach the request limit of 500. The recommended temporary solution is for users to split up their queries, but the better solution would be to handle large request numbers using asyncio.
If you try to download all available forecast for GloFAS, you will reach the request limit of 500. The recommended temporary solution is for users to split up their queries, but the better solution would be to handle large request numbers using
asyncio
.