Matching raster regional extent with vector region in GRASS? Planned maintenance scheduled...
What is a more techy Technical Writer job title that isn't cutesy or confusing?
Why not use the yoke to control yaw, as well as pitch and roll?
A proverb that is used to imply that you have unexpectedly faced a big problem
What does it mean that physics no longer uses mechanical models to describe phenomena?
What initially awakened the Balrog?
Random body shuffle every night—can we still function?
Project Euler #1 in C++
Is multiple magic items in one inherently imbalanced?
Trying to understand entropy as a novice in thermodynamics
Can two people see the same photon?
How to align enumerate environment inside description environment
Was Kant an Intuitionist about mathematical objects?
How much damage would a cupful of neutron star matter do to the Earth?
Monty Hall Problem-Probability Paradox
Why weren't discrete x86 CPUs ever used in game hardware?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Is openssl rand command cryptographically secure?
Asymptotics question
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
Google .dev domain strangely redirects to https
i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses
Why shouldn't this prove the Prime Number Theorem?
Sally's older brother
Did pre-Columbian Americans know the spherical shape of the Earth?
Matching raster regional extent with vector region in GRASS?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Converting point grid to raster using GRASS?GRASS GIS - r.water.outlet - What is my mistake?Converting GMT grid to ArcGIS readable format?Raster map in different zone () than region ()How to define correctly the Grass region in QgisGRASS 6.4.3 installed with QGIS not workingExtrude polygons with holes in GRASS using v.extrudeRaster import from GRASS to R - handling nan/NAQGIS GRASS raster to GeoTiffIssue running r.region in GRASS command line
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
In Grass GIS, I am able to import bathymetry .tif raster data however the region coordinates are not in lat/lon formar and therefore, do not overlay with my vector points which are in lat/lon format. Is there a way to convert the raster extent so that both layers show in my computational region? I have already tried to create a new location with the correct EPSG code and then import both layers, however it has been unsuccessful.
grass geotiff-tiff raster-conversion region
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
In Grass GIS, I am able to import bathymetry .tif raster data however the region coordinates are not in lat/lon formar and therefore, do not overlay with my vector points which are in lat/lon format. Is there a way to convert the raster extent so that both layers show in my computational region? I have already tried to create a new location with the correct EPSG code and then import both layers, however it has been unsuccessful.
grass geotiff-tiff raster-conversion region
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
So you have two data sets with different coordinate systems? When you mention the new location and importing, do you mean that you: created two locations (one for each data set), and then used r.proj to import the raster into the lat long location?
– user55937
Nov 25 '15 at 14:09
add a comment |
In Grass GIS, I am able to import bathymetry .tif raster data however the region coordinates are not in lat/lon formar and therefore, do not overlay with my vector points which are in lat/lon format. Is there a way to convert the raster extent so that both layers show in my computational region? I have already tried to create a new location with the correct EPSG code and then import both layers, however it has been unsuccessful.
grass geotiff-tiff raster-conversion region
In Grass GIS, I am able to import bathymetry .tif raster data however the region coordinates are not in lat/lon formar and therefore, do not overlay with my vector points which are in lat/lon format. Is there a way to convert the raster extent so that both layers show in my computational region? I have already tried to create a new location with the correct EPSG code and then import both layers, however it has been unsuccessful.
grass geotiff-tiff raster-conversion region
grass geotiff-tiff raster-conversion region
edited Nov 25 '15 at 5:45
PolyGeo♦
54.1k1782246
54.1k1782246
asked Nov 25 '15 at 5:44
ReginaRegina
111
111
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
So you have two data sets with different coordinate systems? When you mention the new location and importing, do you mean that you: created two locations (one for each data set), and then used r.proj to import the raster into the lat long location?
– user55937
Nov 25 '15 at 14:09
add a comment |
So you have two data sets with different coordinate systems? When you mention the new location and importing, do you mean that you: created two locations (one for each data set), and then used r.proj to import the raster into the lat long location?
– user55937
Nov 25 '15 at 14:09
So you have two data sets with different coordinate systems? When you mention the new location and importing, do you mean that you: created two locations (one for each data set), and then used r.proj to import the raster into the lat long location?
– user55937
Nov 25 '15 at 14:09
So you have two data sets with different coordinate systems? When you mention the new location and importing, do you mean that you: created two locations (one for each data set), and then used r.proj to import the raster into the lat long location?
– user55937
Nov 25 '15 at 14:09
add a comment |
1 Answer
1
active
oldest
votes
If you have a raster and a vector in different coordinate systems (i.e., one in lat/lon and the other not lat/lon), you will need to set up two GRASS Locations. One Location with the coordinate system of the raster and the other for the vector. Import the raster and vector into their respective Locations. Then run r.proj
from the vector Location to reproject the raster into the vector coordinate system, or run v.proj
from the raster Location to reproject the vector.
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f171490%2fmatching-raster-regional-extent-with-vector-region-in-grass%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
If you have a raster and a vector in different coordinate systems (i.e., one in lat/lon and the other not lat/lon), you will need to set up two GRASS Locations. One Location with the coordinate system of the raster and the other for the vector. Import the raster and vector into their respective Locations. Then run r.proj
from the vector Location to reproject the raster into the vector coordinate system, or run v.proj
from the raster Location to reproject the vector.
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
add a comment |
If you have a raster and a vector in different coordinate systems (i.e., one in lat/lon and the other not lat/lon), you will need to set up two GRASS Locations. One Location with the coordinate system of the raster and the other for the vector. Import the raster and vector into their respective Locations. Then run r.proj
from the vector Location to reproject the raster into the vector coordinate system, or run v.proj
from the raster Location to reproject the vector.
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
add a comment |
If you have a raster and a vector in different coordinate systems (i.e., one in lat/lon and the other not lat/lon), you will need to set up two GRASS Locations. One Location with the coordinate system of the raster and the other for the vector. Import the raster and vector into their respective Locations. Then run r.proj
from the vector Location to reproject the raster into the vector coordinate system, or run v.proj
from the raster Location to reproject the vector.
If you have a raster and a vector in different coordinate systems (i.e., one in lat/lon and the other not lat/lon), you will need to set up two GRASS Locations. One Location with the coordinate system of the raster and the other for the vector. Import the raster and vector into their respective Locations. Then run r.proj
from the vector Location to reproject the raster into the vector coordinate system, or run v.proj
from the raster Location to reproject the vector.
answered Nov 25 '15 at 18:51
user55937user55937
968615
968615
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
add a comment |
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
BTW: In recent GRASS GIS 7 we added r.import (grass.osgeo.org/grass70/manuals/r.import.html) and v.import (grass.osgeo.org/grass70/manuals/v.import.html) which quite simplify this procedure.
– markusN
Nov 28 '15 at 23:57
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f171490%2fmatching-raster-regional-extent-with-vector-region-in-grass%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
So you have two data sets with different coordinate systems? When you mention the new location and importing, do you mean that you: created two locations (one for each data set), and then used r.proj to import the raster into the lat long location?
– user55937
Nov 25 '15 at 14:09