question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Preprocessed gdirs for getting_started missing from cluster

See original GitHub issue

Using OGGM v1.5, the getting_started notebook gives the following RuntimeError on attempting data import: RuntimeError: Could not find file at https://cluster.klima.uni-bremen.de/~oggm/gdirs/oggm_v1.4/L3-L5_files/CRU/centerlines/qc3/pcp2.5/no_match/RGI62/b_080/L3/RGI60-11/RGI60-11.01.tar

I suspect this problem is already known because of the ongoing migration of old gdirs. I assume that the best thing to do right now is wait for v1.6 release, then update the tutorial notebooks afterward. But if the v1.6 release might take a while, let me know and I can submit a PR to directly modify the base_url in the tutorials.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
fmaussioncommented, Sep 29, 2022

On my laptop with v1.5.0, yes, on import salem I get No module named ‘descartes’ which seems like an install problem. I can deal with that.

Yes its probably an old install - I recommend to update OGGM and salem, we lost the descartes dependency a while ago

I can open a PR to add that command to the tutorials unless you prefer not to have the clutter. Will plan to do so in a bit unless I hear from you.

No, the problem is on our data server side. We need to update a file so that the download can be verified again. @TimoRoth is the person able to do that

0reactions
ehulteecommented, Sep 29, 2022

Hah okay sorry I’m testing on two different computers.

On my laptop with v1.5.0, yes, on import salem I get No module named 'descartes' which seems like an install problem. I can deal with that.

On Linux desktop with OGGM v 1.5.3, and PARAMS['dl_verify'] = False, the gdirs are located correctly and the tutorial finishes. 🎉

I can open a PR to add that command to the tutorials unless you prefer not to have the clutter. Will plan to do so in a bit unless I hear from you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Data Pre Processing Techniques You Should Know
Steps in Data Preprocessing. Here are the steps I have followed; 1. Import libraries 2. Read data 3. Checking for missing values
Read more >
Preprocess - Orange Data Mining
Replace with random value replaces missing values with random ones within the range of each variable. Remove rows with missing values. Select relevant...
Read more >
A Survey of Preprocessing Methods Used for Analysis of Big ...
PDF | In this paper, a brief survey of data preprocessing methods is presented. ... The concept of a smart grid (SG) is...
Read more >
A hands-on guide to data preprocessing and wrangling with ...
There are various clustering methods used, such as: Density-based Method; Hierarchical-based Method; Partitioning Method; Grid-based Method.
Read more >
Partition Loss Policy | GridGain Documentation
Throughout the cluster's lifecycle, it may happen that some data partitions are lost due to the failure of the primary and backup nodes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found