Skip to content
New issue

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

Data delivery: Fix geo_region definition #17

Open
agstephens opened this issue Jun 14, 2018 · 0 comments
Open

Data delivery: Fix geo_region definition #17

agstephens opened this issue Jun 14, 2018 · 0 comments
Assignees

Comments

@agstephens
Copy link
Contributor

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" ;```
@agstephens agstephens self-assigned this Jun 14, 2018
@agstephens agstephens changed the title Fix geo_region definition Data delivery: Fix geo_region definition Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant