Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Can I get output in other CRS than UTM? #3

Open
StefanBrand opened this issue Apr 17, 2020 · 0 comments
Open

Can I get output in other CRS than UTM? #3

StefanBrand opened this issue Apr 17, 2020 · 0 comments
Assignees
Labels
batch api question Further information is requested

Comments

@StefanBrand
Copy link
Owner

StefanBrand commented Apr 17, 2020

The crs parameter doesn't seem to influence the output CRS. The result of the Batch API is always in UTM.

"processRequest": {
  "input": {
    "bounds": {
      "bbox": [],
      "geometry": {},
      "properties": {
        "crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
      }
    },
   "data": []
  },
  "output": {},
  "evalscript": "string"
},

Also the documentation specifically mentions UTM, but doesn't talk about other CRS.

Note that the processing results might be in different UTM zones (and thus different CRSs) if your area of interest intersects with more than one UTM zone.

The tilingGridId parameter also doesn't affect output CRS.

@StefanBrand StefanBrand added question Further information is requested batch api labels Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
batch api question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants