{"id":42010260,"url":"https://github.com/nasa/modisconverter","last_synced_at":"2026-01-26T02:22:29.787Z","repository":{"id":191249445,"uuid":"683110725","full_name":"nasa/modisconverter","owner":"nasa","description":"Python library for converting MODIS data","archived":false,"fork":false,"pushed_at":"2023-09-12T16:56:14.000Z","size":55,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-25T14:03:18.105Z","etag":null,"topics":["modis"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nasa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-25T16:15:41.000Z","updated_at":"2025-06-10T09:27:26.000Z","dependencies_parsed_at":"2023-08-29T02:54:21.460Z","dependency_job_id":"d67ec43c-6077-4834-9455-0c250e213df4","html_url":"https://github.com/nasa/modisconverter","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"fa31c36897bdb0c792924b9181fbb0b085daba3d"},"previous_names":["nasa/modisconverter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nasa/modisconverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa%2Fmodisconverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa%2Fmodisconverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa%2Fmodisconverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa%2Fmodisconverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasa","download_url":"https://codeload.github.com/nasa/modisconverter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa%2Fmodisconverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28764927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"online","status_checked_at":"2026-01-26T02:00:08.215Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["modis"],"created_at":"2026-01-26T02:22:29.190Z","updated_at":"2026-01-26T02:22:29.774Z","avatar_url":"https://github.com/nasa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# modisconverter\n\n`modisconverter` is a Python package that converts MODIS data from HDF4 to NetCDF4 file format.\n\n## Prequisites\n\n- Python \u003e= 3.9\n- GDAL \u003e= 3.1.2, with supported file formats `HDF4` and `netCDF`\n\n## Installation\n\nThis package is available on [PyPI](https://pypi.org/project/modisconverter/) and can be installed with [pip](https://pip.pypa.io/en/stable/user_guide/).\n\nPackage install depends on having a Python `GDAL` package that matches the version of the underlying GDAL installation. It also requires the `rasterio` package to be built from source.\n\n```bash\n$ pip install GDAL==\u003cinstalled-version-number\u003e --no-binary rasterio modisconverter\n```\n\ne.g.\n\n```bash\n$ pip install GDAL==3.6.3 --no-binary rasterio modisconverter\n```\n\nYou can find your installed GDAL version by using the `gdal-config` binary:\n\n```bash\n$ gdal-config --version\n```\n\n## Environment Considerations\n\nIt's recommended to install the package in a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/). Otherwise, if your machine can run Docker containers, installing the package in one provides natural isolation.\n\nFor potential Docker images, you could consider using one of the [official GDAL images](https://hub.docker.com/r/osgeo/gdal/tags) from DockerHub, which contain a GDAL and Python installation.  For instance, the Ubuntu-based image `ghcr.io/osgeo/gdal:ubuntu-full-3.6.3`.  Note that the `pip` package manager may not be installed in such images.\n\n## Usage\n\n```python\nfrom modisconverter import convert_file\n\nsrc = 'example-modis.hdf'\ndst = 'example-modis.nc'\nconvert_file(src, dst)\n```\n\n## Documentation\n\nListed below are various documents pertaining to this project.\n\n- [Changelog](CHANGELOG.md) - Information on releases.\n- [Usage](docs/USAGE.md) - Detailed usage of the library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa%2Fmodisconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasa%2Fmodisconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa%2Fmodisconverter/lists"}