1
vote
0answers
43 views

Using gdal to convert from UTM to equidistant lat/lon

I am getting rather confused with converting a UTM gridded dataset into a equidistant/rectangular latlon gridded dataset. Can anybody help me? I have a UTM set with the following projection: ...
0
votes
2answers
64 views

Getting a “square” of lat/lon for database query [duplicate]

So I want to get the square formed by a single point of lat/lons, my plan was to take that point's latitude, divide by 360, and multiply by the circumference of earth. Giving us the distance from the ...
8
votes
1answer
158 views

Great-circle lines in Equirectangular projection

Just to check that I'm on the right track: Are all great-circles on the sphere and in equirectangular projection (i.e. latitude, longitude pairs) either: meridians (i.e. going pole to pole) of the ...
2
votes
2answers
211 views

How to avoid exceeding latitude and longitude limits, when importing a .csv file?

I am currently working with a project with "on the fly"-projection (WGS 84 / UTM zone 32U). Now I want to import a csv. file with points, which have a longitude and latitude using the "Add Delimited ...
4
votes
1answer
206 views

Problems with lat long projection

Hi this seems like it should be an easy problem, but its been giving me a headache. I have a .xls spreadsheet with about 60,000 rows. Most of them have Latitude and Longitude. I simply want to ...
2
votes
1answer
68 views

Need software to read geo information from tif

I am trying to verify the lat/lon and ECEF values that I have determined for a very specific and unusual situation (a geotif file), and it would be great if I could find some software to read them. ...
3
votes
2answers
510 views

How to calculate how long an arc second is for a given long/lat?

The title says it all, really. I am wondering what area is covered by a dataset which is one arc second wide. Thanks, Rob
1
vote
0answers
314 views

mixing lon/lat and mercator layers in a MapServer .map file

I have a basic question about my MapServer .map file, which has two layers, each with a different coordinate system, longlat vs. mercator. See my .map file below. If I leave it as shown below, with ...