Mark van der Broek
Mark van der Broek
I'm facing the same problem. It seems that there's no `.tsm` file for this shard. The solution proposed by @bvasunr does not apply, there's no backup database where this `.tsm`...
@sidwise I also faced this issue. The issue probably started when the server running the influx instance ran out of space. The dirty "solution" I came up with was to...
@jeffzi I didn't know about Serverless ignoring dependencies already specified in the layers. That's good to know! Actually, the Serverless python plugin is far from perfect. For example, you are...
I think the simplest way would be to split the search url into two parts: `stem_url` and `arguments`. The stem url would contain everything up to arguments, e.g., `https://monster.com/jobs/search/` while...
+1 for visibility
Maybe the `download` command was not the one I meant but the original GRIB files are at some point transformed into the optimised `.om` files. It could be useful to...
I see your point about the metadata. I noticed that as well when reading the code for the downloaders. The processing steps to convert into `.om` files makes sense indeed....
I have access to the `SP` and `HP` files for the AROME HD model and ARPEGE EUROPE. Thanks for pointing to the old parser. I will see if I can...
Ah sorry, yes I have each run stored separately! I wouldn't want to convert my entire database in one go.
I tried to use the historical forecast API and it's very fast compared to the solution I'm using right now. Especially impressive when I take variables that are derived and...