{"id":16199990,"url":"https://github.com/chilipp/nc2map","last_synced_at":"2025-09-10T07:45:36.019Z","repository":{"id":23792987,"uuid":"27168729","full_name":"Chilipp/nc2map","owner":"Chilipp","description":"⛔️ Depreceated: Module to plot netCDF files (interactively)","archived":false,"fork":false,"pushed_at":"2017-10-25T10:43:04.000Z","size":13911,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-13T19:49:58.111Z","etag":null,"topics":["deprecated"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chilipp.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}},"created_at":"2014-11-26T09:15:57.000Z","updated_at":"2018-07-30T04:02:53.000Z","dependencies_parsed_at":"2022-08-22T05:10:48.436Z","dependency_job_id":null,"html_url":"https://github.com/Chilipp/nc2map","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chilipp%2Fnc2map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chilipp%2Fnc2map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chilipp%2Fnc2map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chilipp%2Fnc2map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chilipp","download_url":"https://codeload.github.com/Chilipp/nc2map/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247703942,"owners_count":20982286,"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":["deprecated"],"created_at":"2024-10-10T09:28:58.124Z","updated_at":"2025-04-07T17:47:33.892Z","avatar_url":"https://github.com/Chilipp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"DEPRECATED\n=========\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\nThis module is not maintained. Please use the [psyplot](https://github.com/Chilipp/psyplot) module instead!\n\nModule to plot netCDF files (interactively)\n\nThis module is attempted to handle netCDF files with the use of\npython package netCDF4 and to plot the with the use of python\npackage matplotlib.\nRequirements:\n   - matplotlib version, 1.3.1\n   - mpl_toolkits.basemap, version 1.07\n   - netCDF4, version 1.1.3\n   - Python 2.7\n   (May even work with older packages, but without warranty.)\n\nOptional Requirements:\n   - seaborn (for violin evaluator)\n   - shapely (for lineshapes formatoption keyword)\n   - shapefile (for lineshapes formatoption keyword)\n\nMain class for usage is the Maps object class. Please look into nc2map/demo\nfor demonstration scripts and into docs/user_manual/user_manual.pdf for a\nrough documentation. For a more detailed documentation use the python help\nfunction.\n\nIf you find any bugs, please do not hesitate to contact the authors.\nThis is nc2map version 0.0beta, so there might be some bugs. Furthermore please\nnote that there will be significant changes to the API in the near future.\n\nExample usage:\n\nLoad package via\n\n    import nc2map\n\nAssume you have a netCDF file named \"myncfile.nc\" with the variables\n\"t2m\" (temperature) and \"pr\" (pressure) and 4 timesteps.\n\nSimplest usage:\n\n    mymaps = nc2map.Maps(\"my-ncfile.nc\")\n\nwill open two figures, one for each variable and for the first time\nstep (time=0).\nTo plot each variable in a single figure but with the first and third \ntimesteps variable with all timesteps into a single figure use the ax\nkeywords and specify the indices for the time dimension:\n\n    mymaps = nc2map.Maps(\"myncfile.nc\", time=[0,2], ax=(1,2))\n\nwhich will open two figures with one row of subplots.\nTo modify the colorbar label right from the initialization you can use\nthe formatoption keyword:\n\n    mymaps = nc2map.maps(\"myncfile.nc\", time=[0, 2], ax=(1,2), \\\n        fmt={'clabel':'My colorbar label'})\n\nYou can also do this interactively after opening the figures via the\nupdate method:\n\n    mymaps.update(clabel='My colorbar label')\n\nTo undo changes made use the undo method:\n\n    mymaps.undo()\n\nTo make a movie out of the netCDF file, use the make_movie method:\n\n    mymaps.make_movie(\"mymovie.gif\")\n\nMore formatoptions are explained by the function\n\n    nc2map.show_fmtkeys()\n    \nand\n    nc2map.show_fmtdocs()\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchilipp%2Fnc2map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchilipp%2Fnc2map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchilipp%2Fnc2map/lists"}