webviz-subsurface-components icon indicating copy to clipboard operation
webviz-subsurface-components copied to clipboard

As I user I would like to visualise maps from ArcGIS / MapHub in my WebViz plugin through a connector to be able to re-use maps that already exist in ArcGIS

Open tagr71 opened this issue 3 years ago • 5 comments

Access rights must be managed somehow... Add layer for WMS

tagr71 avatar Jun 14 '22 14:06 tagr71

I think this is related to #669.

@tagr71 do you have an example open ArcGIS service that we can use for testing?

hkfb avatar Jun 14 '22 17:06 hkfb

Could be some useful information here:

  • Geonorge om API'er: https://www.geonorge.no/aktuelt/om-geonorge/brukerveiledning/#bruke_tjenester_og_APIer
  • WMS-tjenester: https://status.geonorge.no/wms/
  • Open NPD ArcGIS API (?): https://factmaps.npd.no/arcgis/

anders-kiaer avatar Jun 15 '22 05:06 anders-kiaer

I think this is related to #669.

@tagr71 do you have an example open ArcGIS service that we can use for testing?

No, I do not have, but REP might have towards an NPD ARcGIS db (probably the same as mentioned above)

tagr71 avatar Jun 15 '22 06:06 tagr71

Should be fairly simple to achieve with a Tile3DLayer, btw. Here is an example: https://deck.gl/examples/arcgis/

hkfb avatar Jun 16 '22 07:06 hkfb

Looks like some NPD data uses some ArcGIS specific JSON format for describing geometry. Could we use this library to convert to GeoJSON: https://www.npmjs.com/package/@esri/arcgis-to-geojson-utils @amroahmed90

hkfb avatar Dec 07 '22 09:12 hkfb