René's URL Explorer Experiment


Title: error using plotting_map · Issue #4 · SCECcode/ucvm_plotting · GitHub

Open Graph Title: error using plotting_map · Issue #4 · SCECcode/ucvm_plotting

X Title: error using plotting_map · Issue #4 · SCECcode/ucvm_plotting

Description: The list below show's a couple of different errors, and one plot that works. I cannot determine why one plot works and the others don't. (ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ./plot_z25_map.py -b 34.16,-118.54 -u 34.47,-118...

Open Graph Description: The list below show's a couple of different errors, and one plot that works. I cannot determine why one plot works and the others don't. (ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ./plot_z...

X Description: The list below show's a couple of different errors, and one plot that works. I cannot determine why one plot works and the others don't. (ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ...

Opengraph URL: https://github.com/SCECcode/ucvm_plotting/issues/4

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"error using plotting_map","articleBody":"The list below show's a couple of different errors, and one plot that works. I cannot determine why one plot works and the others don't.\r\n\r\n\r\n(ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ./plot_z25_map.py -b 34.16,-118.54 -u 34.47,-118.35 -s 0.01 -c cvmsi -a d -o cvmsi_z25.png\r\nUsing parameters:\r\n\r\nlat1 = 34.16\r\nlat2 = 34.47\r\ncolor = d\r\nspacing = 0.01\r\noutfile = cvmsi_z25.png\r\ncvm = cvmsi\r\nlon1 = -118.54\r\nlon2 = -118.35\r\n\r\nRetrieving data. Please wait...\r\nTraceback (most recent call last):\r\n  File \"./plot_z25_map.py\", line 160, in \u003cmodule\u003e\r\n    b.plot()\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/pycvm/basin_slice.py\", line 226, in plot\r\n    BasinSlice.plot(self)\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/pycvm/basin_slice.py\", line 128, in plot\r\n    HorizontalSlice.plot(self, horizontal_label)\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/pycvm/horizontal_slice.py\", line 361, in plot\r\n    m.drawcoastlines()\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py\", line 1851, in drawcoastlines\r\n    coastlines = LineCollection(self.coastsegs,antialiaseds=(antialiased,))\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/matplotlib/collections.py\", line 1254, in __init__\r\n    self.set_segments(segments)\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/matplotlib/collections.py\", line 1269, in set_segments\r\n    self._paths = [mpath.Path(_seg) for _seg in _segments]\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/matplotlib/path.py\", line 135, in __init__\r\n    \"'vertices' must be a 2D list or array with shape Nx2\")\r\nValueError: 'vertices' must be a 2D list or array with shape Nx2\r\n\r\n\r\n\r\n(ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ./plot_z25_map.py -b 30.5,-126.0 -u 42.5,-112.5 -s 0.2 -a s -c cvmsi -o vs30_cs173_map.png\r\nUsing parameters:\r\n\r\nlat1 = 30.5\r\nlat2 = 42.5\r\ncolor = s\r\nspacing = 0.2\r\noutfile = vs30_cs173_map.png\r\ncvm = cvmsi\r\nlon1 = -126.0\r\nlon2 = -112.5\r\n\r\nRetrieving data. Please wait...\r\n(ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ./plot_z25_map.py -b 34.16,-118.54 -u 34.47,-118.35 -s 0.2 -a s -c cvmsi -o z25_cvmsi_map.png\r\nUsing parameters:\r\n\r\nlat1 = 34.16\r\nlat2 = 34.47\r\ncolor = s\r\nspacing = 0.2\r\noutfile = z25_cvmsi_map.png\r\ncvm = cvmsi\r\nlon1 = -118.54\r\nlon2 = -118.35\r\n\r\nRetrieving data. Please wait...\r\nTraceback (most recent call last):\r\n  File \"./plot_z25_map.py\", line 160, in \u003cmodule\u003e\r\n    b.plot()\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/pycvm/basin_slice.py\", line 226, in plot\r\n    BasinSlice.plot(self)\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/pycvm/basin_slice.py\", line 128, in plot\r\n    HorizontalSlice.plot(self, horizontal_label)\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/pycvm/horizontal_slice.py\", line 352, in plot\r\n    t = m.transform_scalar(newdatapoints, lons, lats, len(lons), len(lats))\r\n  File \"/project/scec_608/maechlin/anaconda3/envs/ucvmPlotting/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py\", line 2972, in transform_scalar\r\n    if min(delon) \u003c 0. or min(delat) \u003c 0.:\r\nValueError: min() arg is an empty sequence\r\n","author":{"url":"https://github.com/pjmaechling","@type":"Person","name":"pjmaechling"},"datePublished":"2022-03-07T21:27:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/4/ucvm_plotting/issues/4"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5b36a90c-c2b1-61bd-7d7f-a81b5f9e057e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9304:71F02:255E1E5:3312EF6:698CEC46
html-safe-noncebdc68aef68a3e0fc31f72691f8ea2ff88fd3b5f8d879249b1aa5676628870e5f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MzA0OjcxRjAyOjI1NUUxRTU6MzMxMkVGNjo2OThDRUM0NiIsInZpc2l0b3JfaWQiOiI4Mjk4NTIxNDIzNTE0NDk2MDcwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacd25225c840752cafe969e038fb286cc792eaa52383800c78841e92c1e24b68b5
hovercard-subject-tagissue:1161943016
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/SCECcode/ucvm_plotting/4/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8a191cdafaa6fbdc0d72aaacd8ed2d542f56e8176d34c597439d2686c9d2c5f3/SCECcode/ucvm_plotting/issues/4
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8a191cdafaa6fbdc0d72aaacd8ed2d542f56e8176d34c597439d2686c9d2c5f3/SCECcode/ucvm_plotting/issues/4
og:image:altThe list below show's a couple of different errors, and one plot that works. I cannot determine why one plot works and the others don't. (ucvmPlotting) [maechlin@discovery1 ucvm_plotting]$ ./plot_z...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepjmaechling
hostnamegithub.com
expected-hostnamegithub.com
None640eeb7b6ff4d8d106235d228c0c286e82592d4d2403227b5b2b4fc5832297a4
turbo-cache-controlno-preview
go-importgithub.com/SCECcode/ucvm_plotting git https://github.com/SCECcode/ucvm_plotting.git
octolytics-dimension-user_id8519819
octolytics-dimension-user_loginSCECcode
octolytics-dimension-repository_id309536471
octolytics-dimension-repository_nwoSCECcode/ucvm_plotting
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id309536471
octolytics-dimension-repository_network_root_nwoSCECcode/ucvm_plotting
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3d444f0a47beeeac94cddbb51c91ab408befe8d4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/4#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FSCECcode%2Fucvm_plotting%2Fissues%2F4
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FSCECcode%2Fucvm_plotting%2Fissues%2F4
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=SCECcode%2Fucvm_plotting
Reloadhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/4
Reloadhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/4
Reloadhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/4
SCECcode https://patch-diff.githubusercontent.com/SCECcode
ucvm_plottinghttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FSCECcode%2Fucvm_plotting
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2FSCECcode%2Fucvm_plotting
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FSCECcode%2Fucvm_plotting
Code https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting
Issues 4 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues
Pull requests 0 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulls
Actions https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/actions
Projects 0 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/projects
Wiki https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/wiki
Security 0 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/security
Insights https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulse
Code https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting
Issues https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues
Pull requests https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulls
Actions https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/actions
Projects https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/projects
Wiki https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/wiki
Security https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/security
Insights https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/SCECcode/ucvm_plotting/issues/4
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/SCECcode/ucvm_plotting/issues/4
error using plotting_maphttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/4#top
https://github.com/pjmaechling
https://github.com/pjmaechling
pjmaechlinghttps://github.com/pjmaechling
on Mar 7, 2022https://github.com/SCECcode/ucvm_plotting/issues/4#issue-1161943016
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.