Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
129 views

I downloaded raster data of world elevation from here: https://www.naturalearthdata.com/downloads/10m-raster-data/10m-cross-blend-hypso/ --> Cross Blended Hypso with Relief, Water, Drains, and ...
Patrick's user avatar
  • 1,329
0 votes
0 answers
56 views

I'm an absolute beginner when it comes to d3 + svelte and I'm trying to render a map of Indian districts in d3 in svelte framework. The json I'm accessing is from here. I'm trying to render the ...
proy's user avatar
  • 3
0 votes
0 answers
65 views

I'm working with GDAL in C++ and trying to convert geographic coordinates (latitude, longitude) to pixel coordinates in a GeoTIFF file. Specifically, I am using the GetGeoTransform function to fetch ...
JoeliP's user avatar
  • 33
1 vote
1 answer
73 views

Why is my OSM map rendering squished in Love2D? I'm trying to render an OpenStreetMap (.osm) file in Love2D without using external libraries. The issue is that the displayed map appears vertically ...
darkfrei's user avatar
  • 596
0 votes
0 answers
34 views

I have TIF files with different UTM zones(zone 37, zone 38). I want to merge these TIF files: first I reproject them to the same projected coordinate system (Mercator). After that, I used the merge ...
youcodegirl's user avatar
2 votes
1 answer
93 views

Using leafletjs map.distance() function, I consistently get a value that is ~40% over what it should be. Is this because I am a latitude of 56˚N? Using Overpass Turbo, I get an OpenStreetMap export of ...
James Jarvis's user avatar
0 votes
1 answer
134 views

I have a shapefile that I need to import. It has an extent as follows: 6070755.0197066366672516,2191083.7598814815282822 : 6213671.7394500551745296,2236821.9991134637966752 The layer does not have a ...
Kate's user avatar
  • 61
0 votes
0 answers
82 views

I want to write a little wms service in php, querying polygons from a mariadb database and use it with leaflet. leaflet.js together with proj4leaflet.js calls my service with a BBOX parameter, ...
LukasKroess's user avatar
0 votes
0 answers
46 views

My problem is that i try to "UV map" an unwrapped jupiter onto points on a sphere and i did that but the texture doesnt rotate (just occasionaly flips 180, to be exact i see the poles of the ...
KOSmek's user avatar
  • 1
-1 votes
1 answer
238 views

In Python, I try to plot all-sky maps in Mollweide projection. I am looking to be able to show maps with arbitrarily rotated coordinates and coordinate grid. See the following generic grid image (...
Jonathan Gasser's user avatar
-3 votes
1 answer
48 views

I've been struggling for hours looking for the solution to my question: I need to place two markers around the center of the map, allowing enough space for not having any overlay between them, ...
massic80's user avatar
  • 333
0 votes
1 answer
452 views

I am implementing a map in .net 4.5 WPF application. I was given an image of a map in lambert conic conformal projection. I am struggling with the conversion from lat/long to lambert conic so that I ...
Jarda's user avatar
  • 3
0 votes
1 answer
270 views

Im trying to execute a mongodb query with projection and I want to use automapper to map the model and the DTO. Im using mongodbdriver 2.23 public class MachineOperationModel { public ObjectId Id {...
guirms's user avatar
  • 383
0 votes
1 answer
239 views

How do I gdal_translate an orthographic PNG image of the Earth centered at Lat=+50N Lon=+5E to proper GeoTIFFf format ? I cannot work out how to specify the limits of a full disc. (diameter of Earth ...
Molly's user avatar
  • 153
1 vote
1 answer
274 views

Recently I am trying to plot the meteorological field from HRRR datasets. However, HRRR datasets are already in Lambert projection (not gridded). The datasets provide x,y as an index (1~len(x) and 1~...
Grace Wang's user avatar
0 votes
1 answer
63 views

I am trying to plot some markers on a to-scale map but when I try to add an axis to my graph corresponding to the coordinates of the map I have used as the background the image distorts. This should ...
BWill's user avatar
  • 1
2 votes
0 answers
107 views

I have a list of lat/lon data that forms a path. The data was obtained using a GPS device from a vehicle on a race track. When I plot this using Google maps JavaScript API (satellite map), it doesn't ...
driven1983's user avatar
0 votes
1 answer
695 views

I have a SpatRaster and I want to figure out the EPSG code of it. I have used the crs() command and I got the following output: PROJCRS["unknown", BASEGEOGCRS["NAD83", ...
RobertoAS's user avatar
  • 109
0 votes
1 answer
141 views

I'm looking for a Waterman Butterfly map with imagery projection (Esri.WorldImagery). Waterman Butterfly map I'm a beginner in javascript and after searching for some projects and simply replacing the ...
Capt_'s user avatar
  • 1
0 votes
1 answer
50 views

I have following Polyline: https://pastebin.com/ktcNGRWg With following code: this.map = new Map({ target: 'map', layers: [ new TileLayer({ ...
Tobias Jung's user avatar
1 vote
0 answers
292 views

I'm trying to implement a code in dart(flutter) that transforms the lon lat coordinates into x y coordinates of an image without success. The image is downloaded from openstreetmap and of dimensions: ...
Cata's user avatar
  • 59
0 votes
2 answers
1k views

I need to make an interpolation object where I enter a given longitude and latitude and the object returns the nearest ocean surface current value. The dataset I am using is . You can download the ...
Tom McLean's user avatar
  • 6,633
0 votes
1 answer
260 views

I have a location dataset (points long & lat) for events that happened around the World. I want to create 5km rings around these locations using Geopandas.buffer function. As explained in a ...
virginia's user avatar
0 votes
0 answers
227 views

I am trying to reproject my .h5 of INSAT LST to get an transformed mercator lat lon coordinates EPSG:4326. I have used rio.reproject but not working, the reprojected lat lon are all weird , so the ...
yellowbumblebee's user avatar
0 votes
1 answer
579 views

I need to reproject the co-ordinates of my dataframe so I can plot them into a different projection. When I do, all points collapse towards 0,0. so I take it the map itself is projecting towards my ...
Aamir's user avatar
  • 3

1
2 3 4 5
10