Update population-density-data.yaml#21
Merged
jgarciahospital merged 2 commits intomainfrom May 20, 2024
Merged
Conversation
PR fixing following issues: - Issue#6 (solved) on water zones treatment: partial supported areas will include all the cells in the response with the value "NO_DATA", and response status "PART_OF_AREA_NOT_SUPPORTED". Completely nos supported areas will include a empty list of cells, and status "AREA_NOT_SUPPORTED" - Issue#7 on max/min values: Precision parameter is allowed as input in the request, with a default value of level7. Error "PRECISION_NOT_SUPPORTED" in included. Limit values still to be defined. - Issue#10: Async response option added following proposal on Issue#20 - Issue#13 (solved): Time format now following RFC3339 - Issue#15 (solved): Aligned area schema following "location API" format
This was referenced Apr 24, 2024
Contributor
|
looks good for me |
Including new error codes to manage unsupported requests
Collaborator
Author
Collaborator
Author
|
@sachinvodafone can you please review for merging? |
sachinvodafone
approved these changes
May 20, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR tracking following issues:
What type of PR is this?
What this PR does / why we need it:
Fixes #6
Fixes #7
Fixes #10
Fixes #13
Fixes #15
Fixes #20