{"id":13585755,"url":"https://github.com/Solcast/netcdf-tiff","last_synced_at":"2025-04-07T10:31:38.255Z","repository":{"id":89505949,"uuid":"117714716","full_name":"Solcast/netcdf-tiff","owner":"Solcast","description":"NETCDF to GeoTIFF utility library","archived":false,"fork":false,"pushed_at":"2018-01-23T23:14:49.000Z","size":1686,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-14T21:15:22.958Z","etag":null,"topics":["client-library","gdal-api","geotiff","goes16","netcdf4","python3","satellite-imagery"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Solcast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-01-16T17:10:22.000Z","updated_at":"2024-01-08T09:27:54.000Z","dependencies_parsed_at":"2023-09-22T07:24:38.476Z","dependency_job_id":null,"html_url":"https://github.com/Solcast/netcdf-tiff","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"3a23d8ad92eb6847db7fdc82ac21e112880b0df5"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcast%2Fnetcdf-tiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcast%2Fnetcdf-tiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcast%2Fnetcdf-tiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcast%2Fnetcdf-tiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Solcast","download_url":"https://codeload.github.com/Solcast/netcdf-tiff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247636484,"owners_count":20970941,"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":["client-library","gdal-api","geotiff","goes16","netcdf4","python3","satellite-imagery"],"created_at":"2024-08-01T15:05:07.717Z","updated_at":"2025-04-07T10:31:37.962Z","avatar_url":"https://github.com/Solcast.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Solcast/netcdf-tiff.svg?branch=master)](https://travis-ci.org/Solcast/netcdf-tiff)\n\n# netcdf-tiff\nNETCDF to GeoTIFF utility library\n\nPython 3 library designed to extract GeoTIFF images from NETCDF4+ files.  Working code extraction model is built for the GOES16 :satellite:\n\n## Sample images produced \n\n### Channel 2\n![Channel 2](/images/goes16_channel2.jpg)\n\n### Channel 7\n![Channel 7](/images/goes16_channel7.jpg)\n\n### Channel 13\n![Channel 13](/images/goes16_channel13.jpg)\n\n#### Example code, complete Cloud and Moisture product [example](/example/goes16_cloud_moisture.py)\n```python\n    conv_options = ConversionOptions(\n        filename=\"OR_ABI-L2-CMIPF-M3C02_G16_s20180161600431_e20180161611198_c20180161611267.nc\",\n        output=\"my_test_image.tiff\",\n        verbose=True,\n        debug=True)\n    goes16 = Goes16Converter(verbose=conv_options.verbose, debug=conv_options.debug)\n    result = goes16.extract(conv_options)\n```\n\n### Live GOES16 data sources\n[NOAA](http://www.noaa.gov/) is currently producing data extracts for public use on [AWS](https://aws.amazon.com/).  You should download and setup your [AWS CLI](https://aws.amazon.com/cli/) tool first in your choice of environment Linux/mac OS/Windows.  There are scripts in the subfolder `/tests/data/` that will generate the command to obtain the latest netcdf files for you to work with\n\n* [Linux/mac OS](/tests/data/get_goes16_data.sh)\n* [Windows](/tests/data/get_goes16_data.ps1)\n \n\n### Need help?\n* [Forums](https://forums.solcast.com.au)\n* [NOAA-GOES16](https://www.nesdis.noaa.gov/GOES-R-Series-Satellites)\n* [GOES16 Band Reference](https://www.weather.gov/media/crp/GOES_16_Guides_FINALBIS.pdf)\n\n### How to contribute\n * Fork the repository\n * Add something awesome\n * Create a pull request\n * :sun_with_face: Celebrate :sun_with_face:\n\n\nLicense\n-------\nLicense can be found here: [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSolcast%2Fnetcdf-tiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSolcast%2Fnetcdf-tiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSolcast%2Fnetcdf-tiff/lists"}