Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

Harvesting with Json #140

Closed pandzel-zz closed 3 years ago

pandzel-zz commented 3 years ago

Harvesting with Json

This pull request addresses issue with invalid coordinates being published if publishing through Json.

Testing

  1. Establish harvesting task to harvest from ArcGIS server into Geoportal Server,
  2. Use http://inspire1081:6080/arcgis as input ArcGIS server,
  3. Enable 'Emit JSON' on the input broker definition,
  4. Enable 'Accept JSON' on the output broker definition,
  5. Check harvester history; no records should fail harvesting,
  6. Check content of the Geoportal Server; number of records shown for the task should agree with number of records acquired from the ArcGIS server.

    Further recommendations

  7. Test with other json-emitting input brokers:
    • CKAN,
    • DATA.GOV,
    • DCAT,
    • Geoportal Server,
    • Portal for ArcGIS,
    • THREDDS
      1. Look for discrepancies.
pandzel-zz commented 3 years ago

@zguo please test and review.