Skip to content
Geo Hound
ESRI MapServerData directory

Layers

Published by A15134 at 12/07/2017 for species discovery tool that embeded in sprat page

Species distribution for Australian national environmental significance.

Australiaconservationenvironment
Extent not published by this service

Service facts

Endpoint
https://gis.environment.gov.au/gispub/rest/services/species/species_discovery_minimap/MapServer
Type
ESRI MapServer
Layers
3
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102100
CORS
Enabled
Response time
275 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Species of National Environmental Significance
12 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
MAP_TAXON_IDmapidesriFieldTypeString
SCIENTIFIC_NAMEscientific nameesriFieldTypeString
VERNACULAR_NAMEcommon nameesriFieldTypeString
PRESENCE_CATEGORYpresence categoryesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
SHAPE.AREASHAPE.AREAesriFieldTypeDouble
SHAPE.LENSHAPE.LENesriFieldTypeDouble
CURRENT_IDCURRENT_IDesriFieldTypeString
MODELLED_DATEMODELLED_DATEesriFieldTypeDate
NSL_NAME_IDNSL_NAME_IDesriFieldTypeString
EPBC_NAMESEPBC_NAMESesriFieldTypeString
polygon
1Species of National Environmental Significance
9 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
MAP_TAXON_IDmap_taxon_idesriFieldTypeString
SCIENTIFIC_NAMEscientific_nameesriFieldTypeString
VERNACULAR_NAMEvernacular_nameesriFieldTypeString
PRESENCE_CATEGORYpresence_categoryesriFieldTypeString
CURRENT_IDCURRENT_IDesriFieldTypeString
MODELLED_DATEMODELLED_DATEesriFieldTypeDate
NSL_NAME_IDNSL_NAME_IDesriFieldTypeString
EPBC_NAMESEPBC_NAMESesriFieldTypeString
polygon
2Species of National Environmental Significance
9 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
MAP_TAXON_IDmapidesriFieldTypeString
SCIENTIFIC_NAMEscientific nameesriFieldTypeString
VERNACULAR_NAMEcommon nameesriFieldTypeString
PRESENCE_CATEGORYpresence categoryesriFieldTypeString
CURRENT_IDCURRENT_IDesriFieldTypeString
MODELLED_DATEMODELLED_DATEesriFieldTypeDate
NSL_NAME_IDNSL_NAME_IDesriFieldTypeString
EPBC_NAMESEPBC_NAMESesriFieldTypeString
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://gis.environment.gov.au/gispub/rest/services/species/species_discovery_minimap/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.environment.gov.au/gispub/rest/services/species/species_discovery_minimap/MapServer
Leaflet
fetch('https://gis.environment.gov.au/gispub/rest/services/species/species_discovery_minimap/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://gis.environment.gov.au/gispub/rest/services/species/species_discovery_minimap/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing