Re-projecting WGS84 to OSGB in SAGAGISReproject TM65 to OSGB in ArcGISOSGB36 to WGS84 reprojection...

The difference between「N分で」and「後N分で」

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

Are all passive ability checks floors for active ability checks?

How to use deus ex machina safely?

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Is it possible to upcast ritual spells?

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

Why would a flight no longer considered airworthy be redirected like this?

Python if-else code style for reduced code for rounding floats

What's the meaning of “spike” in the context of “adrenaline spike”?

How do I hide Chekhov's Gun?

How to explain that I do not want to visit a country due to personal safety concern?

Do I need to be arrogant to get ahead?

Could the Saturn V actually have launched astronauts around Venus?

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Does someone need to be connected to my network to sniff HTTP requests?

What options are left, if Britain cannot decide?

Identifying the interval from A♭ to D♯

How to create the Curved texte?

Unexpected result from ArcLength

How to simplify this time periods definition interface?

Why did it take so long to abandon sail after steamships were demonstrated?

Define, (actually define) the "stability" and "energy" of a compound

How to deal with a cynical class?



Re-projecting WGS84 to OSGB in SAGAGIS


Reproject TM65 to OSGB in ArcGISOSGB36 to WGS84 reprojection 'error'Raster incorrectly reprojected to OSGB(27700)OpenLayers and OSGB 1936 (CRS 27700)Creating a marker proportionally offset along a line in QGIS 2.4 when re-projectingRe-projecting point data using ArcMapPostGIS - How to calculate linestring length from WGS84 after transforming from OSGB 36How can I make sure my layers are in the same CRS projection?QGIS Coordinate Reference System ProblemWhy can't I change my Buffer Map units?













2















I took some points with a GPS, and I'm trying to convert from GCS to OSGB 1936 British National Grid in SAGAGIS. I'm working with a shapefile. To reproject the vector layer to the OSGB projection I have used Proj. 4 (Command Line Arguments, Shapes).



Once the vector layer is reprojected, I loaded a .tif image to check that the projected points lie in their correct places. I set its projection using Proj.4 --> Set Coordinate Reference System.



However, when I try to overlay layer with the image, and the shapefile with the re-projected data, I can't overlay properly, and only appear the layer with the gps points but not the image.



So my question is: How can I overlay those two properly in order to check that the points are in the adequate place?



Sorry for the question, it could be a beginner one, but I appreciate any help!










share|improve this question



























    2















    I took some points with a GPS, and I'm trying to convert from GCS to OSGB 1936 British National Grid in SAGAGIS. I'm working with a shapefile. To reproject the vector layer to the OSGB projection I have used Proj. 4 (Command Line Arguments, Shapes).



    Once the vector layer is reprojected, I loaded a .tif image to check that the projected points lie in their correct places. I set its projection using Proj.4 --> Set Coordinate Reference System.



    However, when I try to overlay layer with the image, and the shapefile with the re-projected data, I can't overlay properly, and only appear the layer with the gps points but not the image.



    So my question is: How can I overlay those two properly in order to check that the points are in the adequate place?



    Sorry for the question, it could be a beginner one, but I appreciate any help!










    share|improve this question

























      2












      2








      2


      0






      I took some points with a GPS, and I'm trying to convert from GCS to OSGB 1936 British National Grid in SAGAGIS. I'm working with a shapefile. To reproject the vector layer to the OSGB projection I have used Proj. 4 (Command Line Arguments, Shapes).



      Once the vector layer is reprojected, I loaded a .tif image to check that the projected points lie in their correct places. I set its projection using Proj.4 --> Set Coordinate Reference System.



      However, when I try to overlay layer with the image, and the shapefile with the re-projected data, I can't overlay properly, and only appear the layer with the gps points but not the image.



      So my question is: How can I overlay those two properly in order to check that the points are in the adequate place?



      Sorry for the question, it could be a beginner one, but I appreciate any help!










      share|improve this question














      I took some points with a GPS, and I'm trying to convert from GCS to OSGB 1936 British National Grid in SAGAGIS. I'm working with a shapefile. To reproject the vector layer to the OSGB projection I have used Proj. 4 (Command Line Arguments, Shapes).



      Once the vector layer is reprojected, I loaded a .tif image to check that the projected points lie in their correct places. I set its projection using Proj.4 --> Set Coordinate Reference System.



      However, when I try to overlay layer with the image, and the shapefile with the re-projected data, I can't overlay properly, and only appear the layer with the gps points but not the image.



      So my question is: How can I overlay those two properly in order to check that the points are in the adequate place?



      Sorry for the question, it could be a beginner one, but I appreciate any help!







      coordinate-system wgs84 saga






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 10 '14 at 22:51









      KrahsinKrahsin

      658




      658






















          1 Answer
          1






          active

          oldest

          votes


















          0














          You did not tell the CRS of the image, but the lack of information itself tells that you missed the first step to deal with a non-georeferenced image.



          The tool you used on the image Set Coordinate Reference System does set the CRS information by over-riding existing metadata. However, it does nothing if there is no metadata to be modified.



          Follow these steps:




          1. Activate Define Georeference for Grids (under Projection > Georeferencing).

          2. Check the Grid system of your input image. Most likely you will see only column / row numbers, and it does not have cell size or extent information. Define cell size and origin (lower-left or upper-left corner) and run the tool. You will obtain a raster with grid definition, with a blank CRS.

          3. Activate Set Coordinate Reference System and run the tool to assign appropriate CRS to the raster.


          Should the shapefile reprojected correctly, the (georeferenced) image will overlay properly.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "79"
            };
            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%2fgis.stackexchange.com%2fquestions%2f86082%2fre-projecting-wgs84-to-osgb-in-sagagis%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









            0














            You did not tell the CRS of the image, but the lack of information itself tells that you missed the first step to deal with a non-georeferenced image.



            The tool you used on the image Set Coordinate Reference System does set the CRS information by over-riding existing metadata. However, it does nothing if there is no metadata to be modified.



            Follow these steps:




            1. Activate Define Georeference for Grids (under Projection > Georeferencing).

            2. Check the Grid system of your input image. Most likely you will see only column / row numbers, and it does not have cell size or extent information. Define cell size and origin (lower-left or upper-left corner) and run the tool. You will obtain a raster with grid definition, with a blank CRS.

            3. Activate Set Coordinate Reference System and run the tool to assign appropriate CRS to the raster.


            Should the shapefile reprojected correctly, the (georeferenced) image will overlay properly.






            share|improve this answer




























              0














              You did not tell the CRS of the image, but the lack of information itself tells that you missed the first step to deal with a non-georeferenced image.



              The tool you used on the image Set Coordinate Reference System does set the CRS information by over-riding existing metadata. However, it does nothing if there is no metadata to be modified.



              Follow these steps:




              1. Activate Define Georeference for Grids (under Projection > Georeferencing).

              2. Check the Grid system of your input image. Most likely you will see only column / row numbers, and it does not have cell size or extent information. Define cell size and origin (lower-left or upper-left corner) and run the tool. You will obtain a raster with grid definition, with a blank CRS.

              3. Activate Set Coordinate Reference System and run the tool to assign appropriate CRS to the raster.


              Should the shapefile reprojected correctly, the (georeferenced) image will overlay properly.






              share|improve this answer


























                0












                0








                0







                You did not tell the CRS of the image, but the lack of information itself tells that you missed the first step to deal with a non-georeferenced image.



                The tool you used on the image Set Coordinate Reference System does set the CRS information by over-riding existing metadata. However, it does nothing if there is no metadata to be modified.



                Follow these steps:




                1. Activate Define Georeference for Grids (under Projection > Georeferencing).

                2. Check the Grid system of your input image. Most likely you will see only column / row numbers, and it does not have cell size or extent information. Define cell size and origin (lower-left or upper-left corner) and run the tool. You will obtain a raster with grid definition, with a blank CRS.

                3. Activate Set Coordinate Reference System and run the tool to assign appropriate CRS to the raster.


                Should the shapefile reprojected correctly, the (georeferenced) image will overlay properly.






                share|improve this answer













                You did not tell the CRS of the image, but the lack of information itself tells that you missed the first step to deal with a non-georeferenced image.



                The tool you used on the image Set Coordinate Reference System does set the CRS information by over-riding existing metadata. However, it does nothing if there is no metadata to be modified.



                Follow these steps:




                1. Activate Define Georeference for Grids (under Projection > Georeferencing).

                2. Check the Grid system of your input image. Most likely you will see only column / row numbers, and it does not have cell size or extent information. Define cell size and origin (lower-left or upper-left corner) and run the tool. You will obtain a raster with grid definition, with a blank CRS.

                3. Activate Set Coordinate Reference System and run the tool to assign appropriate CRS to the raster.


                Should the shapefile reprojected correctly, the (georeferenced) image will overlay properly.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 11 mins ago









                KazuhitoKazuhito

                16.1k41883




                16.1k41883






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Geographic Information Systems 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.


                    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%2fgis.stackexchange.com%2fquestions%2f86082%2fre-projecting-wgs84-to-osgb-in-sagagis%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

                    Щит и меч (фильм) Содержание Названия серий | Сюжет |...

                    is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

                    Meter-Bus Содержание Параметры шины | Стандартизация |...