Skip to main content
Question

Create point from PLSS location

  • April 1, 2020
  • 1 reply
  • 13 views

mferwerda1111
Participant
Forum|alt.badge.img+2

This seems like something someone would have done already, but has anyone created a workflow to generate a point from a PLSS (Public Lands Survey System) description, such as

township 45N Range 43W section 20, NE, SW, NW, SE ?

 

Any thoughts how to go about that ? not all are down to the QQQQ, some are only QQ, etc

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • April 2, 2020

Hi @mferwerda1111

I'm not familiar with the PLSS system but I found some Bureau of Land Management web services that allow users to input a "legal description" query string. These services return JSON which can be processed and used to create geometry.

Based on their documentation and your example string, you may need to format the string to match the required format before passing it to the web service.

Would this work for your workflow?