Replies: 1 comment
-
Camply has a couple layers in its data model.
So in your case, here's how you would find Recreation Areas / Campgrounds:
That above command would let you know that Yosemite has a Rec Area ID #2991. Next, let's see what campgrounds are inside the Rec Area:
Now we can see that Upper Pines Campground has ID #232447. Now we can search for availabilities in just one campground (#232447) or all campgrounds inside Rec Area #2991:
Note that you can either search by campground ID or Rec Area ID and not both - you can always include multiple IDs though. I recommend checking out the examples at https://juftin.com/camply/command_line_usage/ to see what else you can do. |
Beta Was this translation helpful? Give feedback.
-
Hello! Great project. How could I add a campsite to the list of rec-areas? Specifically the Upper Pines campground in Yosemite.
Beta Was this translation helpful? Give feedback.
All reactions