Antipodal Land Area CalculationCombine Stereographic “Entity” Plot of Arctic Sea with Contour PlotAdministrative Divisions bordering a geographic region (e.g. an ocean)Can anyone explain this weird Plot3D error?RegionIntersection and area on GeoPosition polygonsRotations of a numberUse Wolfram curated databases to determine how many randomly chosen people are needed to have a 50% chance two live in the same or adjacent states?Geolocate multiple IP addressesWill my procedure be correct?How to calculate linear conflicts on a board?Sea Level Rise - How to mask on relief plot

What is the philosophical significance of speech acts/implicature?

Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?

What is causing the white spot to appear in some of my pictures

How did Captain America manage to do this?

Is it idiomatic to construct against `this`

Can someone publish a story that happened to you?

Is there really no use for MD5 anymore?

Get consecutive integer number ranges from list of int

Do I have an "anti-research" personality?

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

Was there a Viking Exchange as well as a Columbian one?

Two field separators (colon and space) in awk

Which big number is bigger?

555 timer FM transmitter

Minor Revision with suggestion of an alternative proof by reviewer

Is Diceware more secure than a long passphrase?

How does Captain America channel this power?

Is there any official lore on the Far Realm?

How to denote matrix elements succinctly?

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

Dynamic SOQL query relationship with field visibility for Users

A ​Note ​on ​N!

How to pronounce 'c++' in Spanish

What makes accurate emulation of old systems a difficult task?



Antipodal Land Area Calculation


Combine Stereographic “Entity” Plot of Arctic Sea with Contour PlotAdministrative Divisions bordering a geographic region (e.g. an ocean)Can anyone explain this weird Plot3D error?RegionIntersection and area on GeoPosition polygonsRotations of a numberUse Wolfram curated databases to determine how many randomly chosen people are needed to have a 50% chance two live in the same or adjacent states?Geolocate multiple IP addressesWill my procedure be correct?How to calculate linear conflicts on a board?Sea Level Rise - How to mask on relief plot













9












$begingroup$


Mathematica 12 does antipodal graphics! See here for my treatment of antipodal New Zealand. Most of the Earth's above-sea-level land will have ocean at its antipode. Is there a way to calculate what percentage of above-sea-level land will also have above-sea-level land at its antipode?










share|improve this question











$endgroup$
















    9












    $begingroup$


    Mathematica 12 does antipodal graphics! See here for my treatment of antipodal New Zealand. Most of the Earth's above-sea-level land will have ocean at its antipode. Is there a way to calculate what percentage of above-sea-level land will also have above-sea-level land at its antipode?










    share|improve this question











    $endgroup$














      9












      9








      9





      $begingroup$


      Mathematica 12 does antipodal graphics! See here for my treatment of antipodal New Zealand. Most of the Earth's above-sea-level land will have ocean at its antipode. Is there a way to calculate what percentage of above-sea-level land will also have above-sea-level land at its antipode?










      share|improve this question











      $endgroup$




      Mathematica 12 does antipodal graphics! See here for my treatment of antipodal New Zealand. Most of the Earth's above-sea-level land will have ocean at its antipode. Is there a way to calculate what percentage of above-sea-level land will also have above-sea-level land at its antipode?







      geography recreational-mathematics version-12






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 20 at 16:10









      Cassini

      3,70852337




      3,70852337










      asked Apr 19 at 12:36









      Hans HavermannHans Havermann

      656




      656




















          1 Answer
          1






          active

          oldest

          votes


















          12












          $begingroup$

          Yes, this is possible with a little faff.



          What we want to do is get the RegionUnion of all the countries the antipode intersects with, and then intersect the antipode with that region, and get the remaining area.



          Let's use New Zealand as an example.



          ant = GeoAntipode[Polygon@Entity["Country", "NewZealand"]]


          enter image description here



          Now, we can get the countries that this antipode intersects using GeoEntities:



          GeoEntities[ant, "Country"]



          Entity["Country", "Portugal"], Entity["Country", "Spain"],
          Entity["Country", "Gibraltar"], Entity["Country", "Morocco"]




          Now, it seems like there's a bit of a bug with Gibraltar in my solution, so I've removed it. I'm not sure what causes it, but including Gibraltar deletes Morocco from the Region (don't tell the British).



          countries = 
          RegionUnion @@ (EntityValue[Entity["Country", "Portugal"],
          Entity["Country", "Spain"], Entity["Country", "Morocco"],
          "Polygon"] /. GeoPosition[x_] -> x)


          (We need to do GeoPosition[x_]->x to convert the GeoPositions into regular points, for Region calculations)



          Now we intersect our antipode with this region:



          int = RegionIntersection[ant /. GeoPosition[x_] -> x, countries]


          (This can take a little time depending on the complexity of your polygons)



          We can now convert back to GeoPositions:



          geoint = MeshPrimitives[int, 2] /. Polygon[x_] -> Polygon[GeoPosition[x]]


          and check the graphics to make sure we got it right:



          GeoGraphics[geoint]


          enter image description here



          Finally, to get the actual area of intersections:



          GeoArea[geoint] // Total



          Quantity[1.58773[CenterDot]10^11, ("Meters")^2]




          We can see that we are in the right ballpark:



          UnitConvert[GeoArea[Entity["Country", "NewZealand"]]]



          Quantity[2.64511[CenterDot]10^11, ("Meters")^2]







          share|improve this answer









          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "387"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f195591%2fantipodal-land-area-calculation%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            12












            $begingroup$

            Yes, this is possible with a little faff.



            What we want to do is get the RegionUnion of all the countries the antipode intersects with, and then intersect the antipode with that region, and get the remaining area.



            Let's use New Zealand as an example.



            ant = GeoAntipode[Polygon@Entity["Country", "NewZealand"]]


            enter image description here



            Now, we can get the countries that this antipode intersects using GeoEntities:



            GeoEntities[ant, "Country"]



            Entity["Country", "Portugal"], Entity["Country", "Spain"],
            Entity["Country", "Gibraltar"], Entity["Country", "Morocco"]




            Now, it seems like there's a bit of a bug with Gibraltar in my solution, so I've removed it. I'm not sure what causes it, but including Gibraltar deletes Morocco from the Region (don't tell the British).



            countries = 
            RegionUnion @@ (EntityValue[Entity["Country", "Portugal"],
            Entity["Country", "Spain"], Entity["Country", "Morocco"],
            "Polygon"] /. GeoPosition[x_] -> x)


            (We need to do GeoPosition[x_]->x to convert the GeoPositions into regular points, for Region calculations)



            Now we intersect our antipode with this region:



            int = RegionIntersection[ant /. GeoPosition[x_] -> x, countries]


            (This can take a little time depending on the complexity of your polygons)



            We can now convert back to GeoPositions:



            geoint = MeshPrimitives[int, 2] /. Polygon[x_] -> Polygon[GeoPosition[x]]


            and check the graphics to make sure we got it right:



            GeoGraphics[geoint]


            enter image description here



            Finally, to get the actual area of intersections:



            GeoArea[geoint] // Total



            Quantity[1.58773[CenterDot]10^11, ("Meters")^2]




            We can see that we are in the right ballpark:



            UnitConvert[GeoArea[Entity["Country", "NewZealand"]]]



            Quantity[2.64511[CenterDot]10^11, ("Meters")^2]







            share|improve this answer









            $endgroup$

















              12












              $begingroup$

              Yes, this is possible with a little faff.



              What we want to do is get the RegionUnion of all the countries the antipode intersects with, and then intersect the antipode with that region, and get the remaining area.



              Let's use New Zealand as an example.



              ant = GeoAntipode[Polygon@Entity["Country", "NewZealand"]]


              enter image description here



              Now, we can get the countries that this antipode intersects using GeoEntities:



              GeoEntities[ant, "Country"]



              Entity["Country", "Portugal"], Entity["Country", "Spain"],
              Entity["Country", "Gibraltar"], Entity["Country", "Morocco"]




              Now, it seems like there's a bit of a bug with Gibraltar in my solution, so I've removed it. I'm not sure what causes it, but including Gibraltar deletes Morocco from the Region (don't tell the British).



              countries = 
              RegionUnion @@ (EntityValue[Entity["Country", "Portugal"],
              Entity["Country", "Spain"], Entity["Country", "Morocco"],
              "Polygon"] /. GeoPosition[x_] -> x)


              (We need to do GeoPosition[x_]->x to convert the GeoPositions into regular points, for Region calculations)



              Now we intersect our antipode with this region:



              int = RegionIntersection[ant /. GeoPosition[x_] -> x, countries]


              (This can take a little time depending on the complexity of your polygons)



              We can now convert back to GeoPositions:



              geoint = MeshPrimitives[int, 2] /. Polygon[x_] -> Polygon[GeoPosition[x]]


              and check the graphics to make sure we got it right:



              GeoGraphics[geoint]


              enter image description here



              Finally, to get the actual area of intersections:



              GeoArea[geoint] // Total



              Quantity[1.58773[CenterDot]10^11, ("Meters")^2]




              We can see that we are in the right ballpark:



              UnitConvert[GeoArea[Entity["Country", "NewZealand"]]]



              Quantity[2.64511[CenterDot]10^11, ("Meters")^2]







              share|improve this answer









              $endgroup$















                12












                12








                12





                $begingroup$

                Yes, this is possible with a little faff.



                What we want to do is get the RegionUnion of all the countries the antipode intersects with, and then intersect the antipode with that region, and get the remaining area.



                Let's use New Zealand as an example.



                ant = GeoAntipode[Polygon@Entity["Country", "NewZealand"]]


                enter image description here



                Now, we can get the countries that this antipode intersects using GeoEntities:



                GeoEntities[ant, "Country"]



                Entity["Country", "Portugal"], Entity["Country", "Spain"],
                Entity["Country", "Gibraltar"], Entity["Country", "Morocco"]




                Now, it seems like there's a bit of a bug with Gibraltar in my solution, so I've removed it. I'm not sure what causes it, but including Gibraltar deletes Morocco from the Region (don't tell the British).



                countries = 
                RegionUnion @@ (EntityValue[Entity["Country", "Portugal"],
                Entity["Country", "Spain"], Entity["Country", "Morocco"],
                "Polygon"] /. GeoPosition[x_] -> x)


                (We need to do GeoPosition[x_]->x to convert the GeoPositions into regular points, for Region calculations)



                Now we intersect our antipode with this region:



                int = RegionIntersection[ant /. GeoPosition[x_] -> x, countries]


                (This can take a little time depending on the complexity of your polygons)



                We can now convert back to GeoPositions:



                geoint = MeshPrimitives[int, 2] /. Polygon[x_] -> Polygon[GeoPosition[x]]


                and check the graphics to make sure we got it right:



                GeoGraphics[geoint]


                enter image description here



                Finally, to get the actual area of intersections:



                GeoArea[geoint] // Total



                Quantity[1.58773[CenterDot]10^11, ("Meters")^2]




                We can see that we are in the right ballpark:



                UnitConvert[GeoArea[Entity["Country", "NewZealand"]]]



                Quantity[2.64511[CenterDot]10^11, ("Meters")^2]







                share|improve this answer









                $endgroup$



                Yes, this is possible with a little faff.



                What we want to do is get the RegionUnion of all the countries the antipode intersects with, and then intersect the antipode with that region, and get the remaining area.



                Let's use New Zealand as an example.



                ant = GeoAntipode[Polygon@Entity["Country", "NewZealand"]]


                enter image description here



                Now, we can get the countries that this antipode intersects using GeoEntities:



                GeoEntities[ant, "Country"]



                Entity["Country", "Portugal"], Entity["Country", "Spain"],
                Entity["Country", "Gibraltar"], Entity["Country", "Morocco"]




                Now, it seems like there's a bit of a bug with Gibraltar in my solution, so I've removed it. I'm not sure what causes it, but including Gibraltar deletes Morocco from the Region (don't tell the British).



                countries = 
                RegionUnion @@ (EntityValue[Entity["Country", "Portugal"],
                Entity["Country", "Spain"], Entity["Country", "Morocco"],
                "Polygon"] /. GeoPosition[x_] -> x)


                (We need to do GeoPosition[x_]->x to convert the GeoPositions into regular points, for Region calculations)



                Now we intersect our antipode with this region:



                int = RegionIntersection[ant /. GeoPosition[x_] -> x, countries]


                (This can take a little time depending on the complexity of your polygons)



                We can now convert back to GeoPositions:



                geoint = MeshPrimitives[int, 2] /. Polygon[x_] -> Polygon[GeoPosition[x]]


                and check the graphics to make sure we got it right:



                GeoGraphics[geoint]


                enter image description here



                Finally, to get the actual area of intersections:



                GeoArea[geoint] // Total



                Quantity[1.58773[CenterDot]10^11, ("Meters")^2]




                We can see that we are in the right ballpark:



                UnitConvert[GeoArea[Entity["Country", "NewZealand"]]]



                Quantity[2.64511[CenterDot]10^11, ("Meters")^2]








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 19 at 13:52









                Carl LangeCarl Lange

                5,67411344




                5,67411344



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Mathematica Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f195591%2fantipodal-land-area-calculation%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                    Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                    What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company