Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Computer Resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Computer Resources
Commits
a52a7fc6
Commit
a52a7fc6
authored
4 years ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
954ba374
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Python/README.md
+8
-1
8 additions, 1 deletion
Python/README.md
with
8 additions
and
1 deletion
Python/README.md
+
8
−
1
View file @
a52a7fc6
# Python related Problems
## Installing Cartopy
\ No newline at end of file
## Q: Installing Cartopy on Jet Cluster?
[
Cartopy Installation Notebook
](
QA-001-Cartopy-Installation-Jet.ipynb
)
The user needs to load
`geos`
and
`proj`
libraries and install via
`pip install --user cartopy`
or create an anaconda environment and install there.
*Installing from `conda-forge` is also possible, without loading any modules.*
e.g.
`conda install -c conda-forge cartopy`
in a conda environment.
This installs the libraries as well. (Not recommended)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment