https://github.com/bencevans/xyz-intersect
Find Slippy Map / XYZ Tiles that cover a GeoJSON Feature.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.8%) to scientific vocabulary
Keywords
Repository
Find Slippy Map / XYZ Tiles that cover a GeoJSON Feature.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
@bencevans/xyz-intersect
Find Slippy Map / XYZ Tiles that cover a GeoJSON Feature.
Example
```js
const findTiles = require('@bencevans/xyz-intersect')
const zoom = 10
findTiles.fromPoint(geojsonPointFeature, zoom) [ 510, 340 ]
findTiles.fromPolygon(geojsonPolygonFeature, zoom) [ [ 32680, 21784 ], [ 32681, 21784 ], [ 32682, 21784 ] ]
findTiles.toGeoJSON( findTiles.fromPolygon(geojsonPolygonFeature, zoom) )
Outputs GeoJSON representation of each of the tiles.
```
Licence
GPL-3.0
Owner
- Name: Ben Evans
- Login: bencevans
- Kind: user
- Location: London, UK
- Company: Institute of Zoology, ZSL
- Website: https://bencevans.io/
- Twitter: bencevans
- Repositories: 282
- Profile: https://github.com/bencevans
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben Evans | B****s@b****k | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 2 last-month
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 1
- Total maintainers: 1
npmjs.org: @bencevans/xyz-intersect
> Find Slippy Map / XYZ Tiles that cover a GeoJSON Feature.
- Homepage: https://github.com/bencevans/xyz-intersect#readme
- License: GPLv3
-
Latest release: 1.0.0
published almost 7 years ago