{"id":16802744,"url":"https://github.com/mathause/netcdf4p","last_synced_at":"2025-03-17T09:42:57.388Z","repository":{"id":24667213,"uuid":"28077641","full_name":"mathause/netCDF4p","owner":"mathause","description":"allow coordinate subscripting in netcdf4-python","archived":false,"fork":false,"pushed_at":"2018-02-26T14:13:49.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T19:18:24.786Z","etag":null,"topics":[],"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/mathause.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-16T08:28:39.000Z","updated_at":"2018-02-26T09:46:41.000Z","dependencies_parsed_at":"2022-08-23T04:40:32.301Z","dependency_job_id":null,"html_url":"https://github.com/mathause/netCDF4p","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2FnetCDF4p","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2FnetCDF4p/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2FnetCDF4p/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2FnetCDF4p/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathause","download_url":"https://codeload.github.com/mathause/netCDF4p/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244011955,"owners_count":20383496,"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":[],"created_at":"2024-10-13T09:40:33.542Z","updated_at":"2025-03-17T09:42:57.367Z","avatar_url":"https://github.com/mathause.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"netCDF4p\n========\n\nWrapper around python-netCDF4 that allows Coordinate subscripting, similar to NCL.\n\nWhat's new\n---------\n- version 0.1.0\n\nIt has the full capability of python-netCDF4 *plus* allows coordinate subsetting. This is how you use it::\n\n    import netCDF4p as ncp\n    # open netCDF file\n    ncf = nc.Dataset('file.nc')\n    # given the variable Temperature has the dimensions | time x lat x lon |\n    # you can select a region that conforms to 0° to 30°N and 0° to 20° E like so:\n    ncf.variables['Temperature'][:, {0, 30}, {0, 20}]\n    # coordinate selections can also be made passing a dict ('named argument')\n    ncf.variables['Temperature'][:, {'lat' : (0, 30), 'lon' : (0, 20)}]\n\nWhat's new\n----------\n- version 0.1.1\n  - relax netCDF4 requirements\n\n- version 0.1.0\n  - check in for freeze\n\nFeatures\n--------\n\n- Everything netCDF4 allows\n- Coordinate subsetting by positional argument.\n- Coordinate subsetting by named (dict) argument.\n\nInstallation\n------------\n\nNot published on PyPy (yet). Install netCDF4p directly from GitHub:\n\n    pip install git+git://github.com/mathause/netCDF4p.git\n\n\nContribute\n----------\n\n- Issue Tracker: github.com/mathause/netCDF4p/issues\n- Source Code: github.com/mathause/netCDF4p\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nPlease use the Issue Tracker: github.com/mathause/netCDF4p/issues\n\n\nLicense\n-------\n\nThe project is licensed under the MIT license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathause%2Fnetcdf4p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathause%2Fnetcdf4p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathause%2Fnetcdf4p/lists"}