{"id":20027399,"url":"https://github.com/huidaecho/projpicker-js","last_synced_at":"2026-05-12T17:50:04.686Z","repository":{"id":138942320,"uuid":"384236436","full_name":"HuidaeCho/projpicker-js","owner":"HuidaeCho","description":"ProjPicker JavaScript","archived":false,"fork":false,"pushed_at":"2021-07-08T21:03:44.000Z","size":12759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T17:16:38.899Z","etag":null,"topics":["geospatial","gis","mapping","projection","projection-picker"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuidaeCho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-08T20:06:17.000Z","updated_at":"2021-07-08T21:03:47.000Z","dependencies_parsed_at":"2023-09-25T02:27:40.000Z","dependency_job_id":null,"html_url":"https://github.com/HuidaeCho/projpicker-js","commit_stats":{"total_commits":734,"total_committers":3,"mean_commits":"244.66666666666666","dds":"0.27656675749318804","last_synced_commit":"b6b0861b35481811d4761082ebae187618038bed"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fprojpicker-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fprojpicker-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fprojpicker-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fprojpicker-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuidaeCho","download_url":"https://codeload.github.com/HuidaeCho/projpicker-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460047,"owners_count":19966516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geospatial","gis","mapping","projection","projection-picker"],"created_at":"2024-11-13T09:10:08.087Z","updated_at":"2026-05-12T17:50:04.606Z","avatar_url":"https://github.com/HuidaeCho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProjPicker JavaScript (work in progress)\n\n[![PyPI version](https://badge.fury.io/py/projpicker.svg)](https://badge.fury.io/py/projpicker)\n[![Documentation Status](https://readthedocs.org/projects/projpicker/badge/?version=latest)](https://projpicker.readthedocs.io/en/latest/?badge=latest)\n\nProjPicker JavaScript is the JavaScript implementation of\n[ProjPicker](https://github.com/HuidaeCho/projpicker) (projection picker).\nProjPicker is a Python module that allows the user to select all coordinate\nreference systems (CRSs) whose extent completely contains given points,\npolylines, polygons, and bounding boxes using set-theoretic logical operators\nin a postfix notation. The goal is to make it easy and visual to select a\ndesired projection by location. This project was motivated by\n[a GRASS GIS feature request](https://github.com/OSGeo/grass/issues/1253).\nA new GRASS GIS module [g.projpicker](https://grass.osgeo.org/grass78/manuals/addons/g.projpicker.html)\nthat wraps around this project is available. It is a work in progress; join\n[discussions](https://github.com/HuidaeCho/projpicker/wiki). See also\n[its documentation](https://projpicker.readthedocs.io/en/latest/).\n\n![image](https://user-images.githubusercontent.com/7456117/107286973-4c3ceb00-6a2f-11eb-8789-4fdc33a1ce5d.png)\n\n## Change log\n\nSee [here](https://github.com/HuidaeCho/projpicker-js/blob/main/projpicker-js/ChangeLog.md).\n\n## Versioning\n\n`N(.N)*[{a|b|rc}N][.postN][.devN]`\n\n* [PEP 440](https://www.python.org/dev/peps/pep-0440/)\n* `{a|b|rc|.dev}N` towards and `.postN` away from the release\n* Not fully compatible with [semantic versioning](https://semver.org/)\n* Not using build numbers marching away from or towards a release, but check\n  this [interesting\n  comment](https://github.com/semver/semver/issues/51#issuecomment-9718111).\n\n## Sponsor\n\nThis project is kindly funded by [the Institute for Environmental and Spatial\nAnalysis](https://ung.edu/institute-environmental-spatial-analysis/) (IESA) at\n[the University of North Georgia](https://ung.edu/) (UNG).\n\n## License\n\nCopyright (C) 2021 [Huidae Cho](https://faculty.ung.edu/hcho/) and\n                   [Owen Smith](https://www.gaderian.io/)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003c\u003chttps://www.gnu.org/licenses/\u003e\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fprojpicker-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuidaecho%2Fprojpicker-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fprojpicker-js/lists"}