Naturparkgrenzen als gpx

Gibt es eine Möglichkeit sich die Naturparks in Deutschland als gpx herunterzuladen?

Hat sich erledigt, Overrpass mit

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“protect_class=5 AND protection_title=Naturpark”
*/
[out:json][timeout:125];
// gather results
(
  // query part for: “protect_class=5 and protection_title=Naturpark”
  node["protect_class"="5"]["protection_title"="Naturpark"]({{bbox}});
  way["protect_class"="5"]["protection_title"="Naturpark"]({{bbox}});
  relation["protect_class"="5"]["protection_title"="Naturpark"]({{bbox}});
);
// print results
out body;
>;
out skel qt;

abfragen.

… aber Vorsicht,

  1. höchstwahrscheinlich nicht vollständig in D erfasst
  2. Grenzverlauf kann im Einzelfall ungenau/geschätzt sein