-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create example records #20
Comments
this is a good idea, especially if the intention is for them to be imported/copied and used as boilerplate. Which would be better: downloadable text files, or embedded text? If embedded text, then they could probably only be only a single feature. |
@kgjenkins and @ect123 I've got a working example at https://github.com/OpenIndexMaps/edu.uwm/blob/master/233bA62500a.geojson |
Thanks for the example, @srappel! What did you use to create it? I think you get extra points for making the value of the "location" field an array of strings (rather than just a concatenated string)! The only issue I see is the |
Thanks, @kgjenkins . "Printed Map (Color)" is how we store that information in our Geodex system, so I just copied it verbatim. Looking at the spec, I see it's a controlled vocab. I'll push an updated version with a correction. |
The spec currently has "Color", but I'd recommend we update that to be all lowercase. |
I wonder if we really intended it to be controlled, or if those are examples. After all it does say "...or other color type". We have a bunch of different color types we store: color, false color IR, monochrome, blueprint, black and white, grayscale, and a few others. It wouldn't be the end of the world to lose some of that resolution, but it doesn't seem like it would hurt anything. And to answer your other question, I exported the records from our Geodex Geodatabase as a table, supplemented and cleaned it up a bit, and then just wrote a python script to map the fields from the Geodex Schema to the OIM schema and write out the records as a GeoJSON. Sloppy trial-and-error python 😄. My intern and I are working on some other example sets and trying to streamline the process. |
Several examples would be useful:
The text was updated successfully, but these errors were encountered: