Giter Club home page Giter Club logo

Comments (2)

AvidDabbler avatar AvidDabbler commented on September 26, 2024

need to figure out how to add in land use types in order to make the Saint Louis area more intelligent. Parcels that are coded as single family should be the only ones allowed to have chickens.

NEXT STEP:
Contact City of Saint Louis data layer steward and find the proper layer and land use code.

@mrao2 do you have any contacts at the city?

Possible API:
http://www.arcgis.com/home/webmap/viewer.html?webmap=01c5cd3d2a0240399b37545b13797ae9&extent=-90.2219,38.641,-90.1942,38.6538

from backyard-chickens.

gavinr avatar gavinr commented on September 26, 2024

That service only has the parcels owned by the LRA. I think we probably want the full parcel service, correct? https://stlgis.stlouis-mo.gov/arcgis/rest/services/public/STL_PUBLICMAP/MapServer/1

To query the full parcel service, send a GET request like this:

https://stlgis.stlouis-mo.gov/arcgis/rest/services/public/STL_PUBLICMAP/MapServer/1/query?where=1=1&geometry=-90.231130,38.657047&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&f=pjson

... just replace the point (-90.231130,38.657047 above) with the Longitude,Latitude that you want to use. Then see the "features" attribute to see the parcels it intersects with. (if the "features" array is empty, that means it does not intersect with any features)

from backyard-chickens.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.