From dea107ab369aec57b0a4f17f76dc4962d9c4dce9 Mon Sep 17 00:00:00 2001 From: Eduardo Eloy Date: Thu, 24 Nov 2022 14:01:32 +0000 Subject: [PATCH] to switch --- MODFIRE-Prototype/divisions.py | 8 ++++---- MODFIRE-Prototype/subregions/penafielUGs | 527 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 531 insertions(+), 4 deletions(-) create mode 100644 MODFIRE-Prototype/subregions/penafielUGs diff --git a/MODFIRE-Prototype/divisions.py b/MODFIRE-Prototype/divisions.py index 0f61da1..13756b1 100644 --- a/MODFIRE-Prototype/divisions.py +++ b/MODFIRE-Prototype/divisions.py @@ -53,8 +53,8 @@ ax.set_facecolor('lightgray') -plt.plot([-25000, -25010], [165000, 165010], lw=15, c='royalblue', label='NorthWest') -plt.plot([-25000, -25010], [165000, 165010], lw=15, c='lime', label='NorthEast') +plt.plot([-25000, -25010], [165000, 165010], lw=15, c='royalblue', label='Paredes') +plt.plot([-25000, -25010], [165000, 165010], lw=15, c='lime', label='Penafiel') plt.plot([-25000, -25010], [165000, 165010], lw=15, c='fuchsia', label='PaivaWest') plt.plot([-25000, -25010], [165000, 165010], lw=15, c='yellow', label='PaivaIslands') plt.plot([-25000, -25010], [165000, 165010], lw=15, c='red', label='PaivaEast') @@ -65,7 +65,7 @@ plt.legend() toPaint = [1] -file = open('subregions/i_fulleast') +file = open('subregions/penafielUGs') for line in file: xx = [] yy = [] @@ -74,7 +74,7 @@ for line in file: yy.append(v[1]) plt.fill(xx, yy, facecolor='lime', edgecolor='black', linewidth=1) -file = open('subregions/i_fullwest') +file = open('subregions/paredesUGs') for line in file: xx = [] yy = [] diff --git a/MODFIRE-Prototype/subregions/penafielUGs b/MODFIRE-Prototype/subregions/penafielUGs new file mode 100644 index 0000000..e91e140 --- /dev/null +++ b/MODFIRE-Prototype/subregions/penafielUGs @@ -0,0 +1,527 @@ +1 +2 +6 +8 +9 +10 +11 +12 +13 +14 +15 +25 +27 +28 +30 +31 +32 +33 +35 +37 +38 +42 +43 +45 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +60 +61 +62 +67 +68 +69 +70 +71 +72 +73 +74 +77 +78 +79 +80 +81 +83 +84 +85 +86 +87 +88 +89 +94 +96 +107 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +140 +141 +142 +143 +145 +146 +147 +149 +150 +154 +155 +156 +157 +158 +159 +160 +161 +162 +165 +166 +167 +168 +169 +170 +171 +175 +176 +179 +182 +183 +185 +186 +188 +189 +190 +191 +192 +193 +198 +199 +200 +201 +202 +203 +204 +206 +207 +208 +209 +211 +212 +213 +214 +215 +217 +220 +221 +222 +223 +233 +238 +239 +240 +242 +243 +244 +249 +252 +253 +254 +264 +265 +273 +279 +280 +281 +282 +284 +285 +286 +287 +288 +289 +290 +291 +292 +293 +294 +295 +296 +298 +299 +300 +302 +303 +304 +305 +306 +308 +310 +312 +313 +314 +315 +316 +317 +318 +319 +320 +321 +322 +323 +324 +325 +326 +327 +328 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +350 +351 +352 +354 +355 +356 +357 +358 +359 +360 +361 +366 +382 +383 +388 +389 +390 +393 +394 +395 +396 +397 +398 +399 +400 +401 +402 +403 +404 +405 +406 +407 +411 +412 +413 +416 +417 +418 +419 +420 +421 +422 +423 +424 +426 +431 +432 +434 +435 +436 +437 +438 +439 +441 +442 +443 +444 +446 +447 +448 +449 +450 +451 +452 +454 +455 +456 +457 +462 +463 +466 +467 +468 +469 +471 +472 +473 +475 +476 +477 +478 +479 +480 +481 +482 +485 +486 +487 +488 +490 +491 +492 +493 +494 +495 +496 +497 +498 +499 +500 +506 +507 +508 +509 +510 +511 +514 +515 +516 +517 +518 +519 +520 +521 +523 +524 +525 +526 +527 +528 +529 +530 +531 +532 +534 +536 +537 +538 +539 +540 +541 +542 +543 +545 +546 +547 +549 +550 +551 +552 +553 +554 +561 +562 +563 +564 +565 +566 +568 +569 +570 +571 +572 +574 +575 +576 +577 +578 +579 +580 +581 +582 +583 +584 +585 +593 +594 +595 +596 +597 +598 +599 +600 +601 +602 +603 +604 +607 +608 +609 +610 +613 +620 +621 +622 +623 +624 +625 +626 +627 +628 +629 +630 +631 +632 +633 +634 +635 +636 +637 +638 +639 +640 +641 +643 +644 +645 +647 +648 +649 +650 +651 +652 +653 +654 +656 +657 +659 +660 +661 +662 +663 +664 +665 +666 +667 +668 +669 +670 +671 +672 +673 +674 +676 +677 +680 +681 +683 +684 +685 +686 +687 +688 +689 +690 +691 +692 +693 +694 +695 +696 +697 +698 +699 +700 +701 +702 +703 +704 +705 +706 +707 +708 +709 +710 +711 +715 +716 +717 +718 +719 +720 +721 +722 +723 +724 +725 +726 +728 +729 +732 +733 +734 +738 +739 +740 +741 +744 +745 +750 +751 +752 +753 +758 +759 +760 +761 +765 +766 +768 +769 +770 +778 +779 +780 +781 +783 +784 +785 -- libgit2 0.21.2