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

20$. Light pollution API. #26

Open
RomanistHere opened this issue Mar 28, 2022 · 2 comments
Open

20$. Light pollution API. #26

RomanistHere opened this issue Mar 28, 2022 · 2 comments
Labels
enhancement New feature or request for-hire Exchange money for completed task. good first issue Good for newcomers help wanted Extra attention is needed Priority: low Nice to have, but it's okay to not to.
Projects

Comments

@RomanistHere
Copy link
Owner

Requirements:

Convert existing map or dataset (Whole world, 2020 or later - 2021 pref.) to lat-lng based API with light pollution rating from 1 to 5.

image

Links

Map:

Images:

Other sites to get data:

Money

This task is for hire. If you want to complete it, write "I claim this task" in comments and write to "support@measureland.org" so we will discuss details privately.

@RomanistHere RomanistHere added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers Priority: low Nice to have, but it's okay to not to. for-hire Exchange money for completed task. labels Mar 28, 2022
@RomanistHere RomanistHere added this to Bug fixes in Measureland via automation Mar 28, 2022
@RomanistHere RomanistHere moved this from Bug fixes to Improvements in Measureland Apr 18, 2022
@AlexStrNik
Copy link

AlexStrNik commented May 15, 2022

Hello! As i can see API is already exists

Example: https://www.lightpollutionmap.info/QueryRaster/?qk=MTY1MjYxNTk5MjI5NTtpc3Vja2RpY2tzOik=&ql=viirs_2021&qt=point_t&qd=48.74783729168823,55.75136844953553 where qk is API Key (i think you can just use key from their website), ql is data layer (2021 is the latest data available) and qd is a coordinates (obviously)

Response format is pretty simple - before the comma there is a list of measurements (starting from 2012 to 2021) separated by semicolon. After a comma there is a elevation in meters (no idea why it needed)
Example: 0.8;1.7;7.6;26.4;40.8;43.9;46.1;42.9;39.4;52.9,205)

@RomanistHere
Copy link
Owner Author

Hello! As i can see API is already exists

image

I see. Wonder if it's okay to use it. Will drop them a letter. Thanks @AlexStrNik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request for-hire Exchange money for completed task. good first issue Good for newcomers help wanted Extra attention is needed Priority: low Nice to have, but it's okay to not to.
Projects
Measureland
Improvements
Development

No branches or pull requests

2 participants