Mapping HadUK-Grid NetCDF data #244
Unanswered
thomasattree
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you provide a sample dataset for testing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm fairly new to geospatial data analysis so please go easy on me.
I am attempting to add a layer to leafmap composed of the average hours of sun irradiation from the HadUK-Grid dataset.
This dataset is different to the example provided in the docs, I'm looking for a little help in attempting to understand what to include as parameters, or what sort of pre-processing is required to make the dataset compatible with the add_netcdf() api.
I've attempted to add the file by using
But this throws:
I think the issue is in the projection of the dataset, trying to use the projection variables rather than the long/lat, but I'm not sure how to apply the projection for the file.
Beta Was this translation helpful? Give feedback.
All reactions