No module named 'BB_maps.add_to_cartopy' when testing the demo #38
Answered
by
blaylockbk
helloqin123
asked this question in
Q&A
|
Hello, I'm trying to draw the FOV of GOES data. However, the error of 'No module named 'BB_maps.add_to_cartopy'' occurred when testing the 'field-of-view_ABI.ipynb' demo. Could you help me to fix this? |
Answered by
blaylockbk
Oct 26, 2022
Replies: 1 comment 1 reply
|
Hi @helloqin123, I'm sorry I haven't kept the docs up to date. The purpose of that missing function was to plot the data on a Cartopy axes. I have moved and changed a lot about that function here: https://github.com/blaylockbk/Carpenter_Workshop/blob/main/toolbox/cartopy_tools.py. |
1 reply
Answer selected by
helloqin123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @helloqin123,
I'm sorry I haven't kept the docs up to date.
GOES-2-gois my free-time hobby and there just isn't time to keep everything updated. I would suggest you use the demo notebooks as an example to build on.The purpose of that missing function was to plot the data on a Cartopy axes. I have moved and changed a lot about that function here: https://github.com/blaylockbk/Carpenter_Workshop/blob/main/toolbox/cartopy_tools.py.