Questions tagged [epsg]

107 questions
1
vote
0 answers

How to compute the lat/lon from EPSG land cover system?

I have a polygon in land cover with 4 coordinates (north-south, east-west) and I would like to compute the latitude and longitude. For example, Bounding Box: West = -10.61982, East = 44.82124, North = 71.18545, South = 34.56192 Does anybody know the…
1
vote
0 answers

EPSG WKT in rasterio

Good Evening everyone. I have a question regarding the warping options in rasterio. I have two raster datasets from Albania. The first raster is the product of a clipping, and the second one is the country's boundaries. For the first, I have the…
Roger Almengor
  • 442
  • 5
  • 16
1
vote
1 answer

Proj4Leaflet transform from 4326 to 3857 in Leaflet

I am working on Leaflet from last week and this issue is killing me. The database returns coordinates to create a Leaflet marker (working with default Map.CRS EPSG3857), so I decide to transform the dataBase coordinates 4326 to 3857 with…
Es Noguera
  • 426
  • 1
  • 5
  • 19
1
vote
0 answers

How to change tif file crs

Hi I am wondering how to change the tif file crs as I want to overlay one my shapefiles (called imd) onto the tif file, if I do not change the coordinate, they can not be merged. Here is the code: import rasterio src =…
Guo Yijin
  • 25
  • 6
1
vote
2 answers

EPSG:4008 Layer Not Displaying

I have a map with OSM and Google Base layers and EPSG:4326 overlays. Now I am also trying to add overlays with other EPSG's to my map. Overlays which had an EPSG:2333 displayed just fine with no problems. Then I tried to add a layer with…
elshae
  • 539
  • 3
  • 11
  • 30
1
vote
1 answer

OL3 Custom proj/resolutions and minZoom/maxZoom

Is the use of ol.view minZoom and maxZomm in addition to resolutions in a non webmercator map OK? Are minZoom and maxZoom really ignored? Or can they cause troubles? I have behaviour that I can't figure out. Here is my issue: I use a WMTS service…
guimicmoc
  • 49
  • 1
  • 10
1
vote
1 answer

Mapserver projection conversion

I have spent dozens of hour trying to find is it possible to change projection with mapserver with no luck so far. My input format is EPSG 3067 and I need to convert it to EPSG 900913 for Google Map use.
Terhoraj
  • 265
  • 4
  • 18
1
vote
1 answer

Setting up coordinates for NYC

I have a project which involve me to map some random objects in NYC(Astoria Park, etc). Now I'm using openalayer3 and osm to display a map, but I having a hard time understanding how to calculate coordinates for NYC. I have made a map, but it is…
copser
  • 2,523
  • 5
  • 38
  • 73
1
vote
1 answer

EPSG:3575 bounding box in projected coordinates

I've been trying to find out what the projected bounds are for EPSG:3575 but have not been able to find a definitive answer. Normally, I'd just use the values from EPSG.io but when I tried these in mapserver and geowebcache they both threw back…
1
vote
1 answer

OpenLayers: convert EPSG:3006 to EPSG:4326

I'm trying to use a program that loads coordinates in EPSG:4326 format and plots on a map. The problem is that my coordinates are in EPSG:3006. Is there any function to convert one projection in OpenLayers to another EPSG?
1
vote
1 answer

Convert from SRS coordinates to Latitude and Longitude in Python

I have a pair of coordinates in SRS (Spatial Reference System): EPSG:25830 and X: 501343.42 Y: 4137351.57 And I want to convert it to Latitude and Longitude. May be? Thanks in advance
ManuParra
  • 1,471
  • 6
  • 18
  • 33
1
vote
1 answer

Reproject Raster Image from equirectagular to latlon using R

Hi i been trying to reproject a raster image from Equirectangular to EPSG:4326 (Latlon), the issue is that every time i run my code on R, i get the wrong coordinates on the new image; i don´t know where is the error in the code, also i do the same…
1
vote
1 answer

Can GeoServer work with flat coordinate system

I have an application that displays different items on the custom map. The map has a coordinate system which is basically (X,Y) coordinates in centimeters where top-left corner has coordinates(0,0). All items are displayed relatively to this…
Alexander Burakevych
  • 2,396
  • 1
  • 24
  • 25
0
votes
0 answers

rasterio crs returns None while it has crs in ArcMap

I clipped a raster in ArcMap, reprojected it to wgs84 and exported it as tiff file. Then I read this raster using rasterio and the .crs returns 'None', but I am expecting it to return the corresponding epsg value. This seems relevant, I tried…
Scholar7
  • 11
  • 1
0
votes
1 answer

How can I use lon/lat in a netCDF with rlon/rlat dimensions?

I have a netCDF files with 5 coordinates but 3 dimensions : xarray.Dataset { dimensions: rlat = 183 ; rlon = 182 ; time = 1 ; coordinates: float32 lat(rlat, rlon) ; float32 lon(rlat, rlon) ; datetime64[ns] time (time) ; …
Meiko
  • 3
  • 1