We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geo_region
Harmonise definition of geo_region:
LS2 and LS3 maps and csv are working for regions. But not LS1. The data is slightly different. In LS2 and LS3:
```char geo_region(region, string24) ; geo_region:units = "1" ; geo_region:standard_name = "region" ; geo_region:long_name = "Administrative Region" ;```
And in LS1:
```char geo_region(region, string26) ; geo_region:units = "1" ; geo_region:long_name = "Administrative Region" ;```
The text was updated successfully, but these errors were encountered:
agstephens
No branches or pull requests
Harmonise definition of
geo_region
:LS2 and LS3 maps and csv are working for regions.
But not LS1. The data is slightly different.
In LS2 and LS3:
And in LS1:
The text was updated successfully, but these errors were encountered: