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

Fix typos and cache is crs-aware #191

Closed
wants to merge 4 commits into from
Closed

Fix typos and cache is crs-aware #191

wants to merge 4 commits into from

Conversation

dieghernan
Copy link
Member

@dieghernan dieghernan commented Sep 21, 2020

Following #189 and #190

  • Fix typo: dieghernan@5c7e205
  • Move comparison to string\string instead of string\integer (now it is year == "2016"). Although string\integer worked it seems just right to perform the comparison between the same data types: dieghernan@f93714b
  • Update for caching, so now it is crs-aware. I didn't spotted this one, meaning that get_eurostat_geospatial(year =2013, crs=4326) and get_eurostat_geospatial(year = 2013, crs=3857) produced the same result (since 4326 was cached in first place and 3857was updated from cache). Potential workaround is to set update_cache = FALSE).

@dieghernan dieghernan closed this Sep 21, 2020
@dieghernan
Copy link
Member Author

Close since I added extra files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant