{"id":16497093,"url":"https://github.com/bencevans/find-modis-tile","last_synced_at":"2026-05-14T10:34:17.622Z","repository":{"id":66193485,"uuid":"77794342","full_name":"bencevans/find-modis-tile","owner":"bencevans","description":"🛰 Find X/Y MODIS Tile by Lon/Lat","archived":false,"fork":false,"pushed_at":"2017-01-24T18:08:27.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T04:29:24.850Z","etag":null,"topics":["geospatial","modis","satelites"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bencevans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-01T19:58:30.000Z","updated_at":"2017-12-25T02:48:55.000Z","dependencies_parsed_at":"2023-09-25T02:08:46.561Z","dependency_job_id":null,"html_url":"https://github.com/bencevans/find-modis-tile","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"61ee43b2c0dd592c2bfc1e4306cb40935173827c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffind-modis-tile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffind-modis-tile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffind-modis-tile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffind-modis-tile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bencevans","download_url":"https://codeload.github.com/bencevans/find-modis-tile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367935,"owners_count":19951448,"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","modis","satelites"],"created_at":"2024-10-11T14:38:20.958Z","updated_at":"2026-05-14T10:34:17.546Z","avatar_url":"https://github.com/bencevans.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# find-modis-tile [![Build Status](https://travis-ci.org/bencevans/find-modis-tile.svg?branch=master)](https://travis-ci.org/bencevans/find-modis-tile) [![Coverage Status](https://coveralls.io/repos/github/bencevans/find-modis-tile/badge.svg?branch=master)](https://coveralls.io/github/bencevans/find-modis-tile?branch=master)\n\n\u003e Find the MODIS X/Y for a given Longitude/Latitude\n\n## Install\n\n```\n$ npm install --save find-modis-tile\n```\n\n## Usage\n\n```js\nconst findModisTile = require('find-modis-tile');\n\nconst long = 0;\nconst lat = 0;\n\nfindModisTile(long, lat);\n//=\u003e { x: 17,\n//=\u003e   y: 8,\n//=\u003e   lonMin: -10.1532,\n//=\u003e   lonMax: 0.0085,\n//=\u003e   latMin: 0,\n//=\u003e   latMax: 10 }\n```\n\n## API\n\n### findModisTile(lonLat)\n\n#### lonLat\n\nType: `array[2]/number`\n\nLongitude, Latitude array.\n\n## License\n\nMIT © [Ben Evans](http://bencevans.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencevans%2Ffind-modis-tile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbencevans%2Ffind-modis-tile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencevans%2Ffind-modis-tile/lists"}