Skip to content
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

Geography data request: public lands #4865

Closed
dustymc opened this issue Jul 26, 2022 · 13 comments
Closed

Geography data request: public lands #4865

dustymc opened this issue Jul 26, 2022 · 13 comments
Labels
Enhancement I think this would make Arctos even awesomer! Help wanted I have a question on how to use Arctos

Comments

@dustymc
Copy link
Contributor

dustymc commented Jul 26, 2022

@mkoo @mlbowser or anyone else, are you aware of any sources of public land data? North America, United States, Alaska, Kenai National Wildlife Refuge is the 5th most used spatial-free geography at the moment, and I can't find data for it.

I pulled parks from https://www.naturalearthdata.com/downloads/10m-cultural-vectors/ but it's very limited.

I can deal with geopackage or shapefile format "tables" or about anything for single shapes.

HELP!

@dustymc dustymc added Enhancement I think this would make Arctos even awesomer! Help wanted I have a question on how to use Arctos labels Jul 26, 2022
@dustymc dustymc added this to the Need More Information milestone Jul 26, 2022
@mkoo
Copy link
Member

mkoo commented Jul 26, 2022 via email

@mkoo
Copy link
Member

mkoo commented Jul 26, 2022

ps. Natural Earth is excellent for cartography but would not use for spatial analysis

@mkoo
Copy link
Member

mkoo commented Jul 26, 2022

API:
https://gis1.usgs.gov/arcgis/rest/services/padus3/Federal_Management_Agencies/MapServer
we can grab / update all NPS and federal lands here!

@mkoo
Copy link
Member

mkoo commented Jul 26, 2022

also FWS has their own db with all wilderness and managed land boundaries.... do we need more than Kenai NWR?

@dustymc
Copy link
Contributor Author

dustymc commented Jul 26, 2022

s. Natural Earth is excellent for cartography but would not use for spatial analysis

It's better than nothing, but if you have something better I'm happy to swap it out. (I think I'll make my 'gadmizer' public and leave it around, so this can be done on a case-by-case basis by any manage_geography user as the need arises.)

I don't think I have tools to deal with 'raw GIS' but I assume/hope its easy for you to import / export as gpkg/shp?

Kenai is what I keep scrolling past, but there are lots of 'features' in Arctos that (perhaps after they've been separate from overlaps) will need spatial data.

@mkoo
Copy link
Member

mkoo commented Jul 26, 2022

does this work? see email since gh doesnt gpkg

@dustymc
Copy link
Contributor Author

dustymc commented Jul 26, 2022

this work?

beautiful

https://arctos.database.museum/place.cfm?action=detail&geog_auth_rec_id=1006125

gh doesnt gpkg

zip

@dustymc
Copy link
Contributor Author

dustymc commented Jul 26, 2022

I want to see serious search features with these!

Screen Shot 2022-07-26 at 10 54 46 AM

Spatial data can be used in various types of searches, for pulling webservice data which is used in various searches and standardizations, and for things like suggesting appropriate geography.

Screen Shot 2022-07-26 at 10 59 46 AM

I'm also going to use it to build 48-point flashing red error messages (or something) if we can't use it to prevent that in the first place. More and clever-er use cases always appreciated!

BTW are these gpkg or whatever downloadable from Arctos (ie., do they hang around as a file or just added to Arctos db table somewhere?

No, I'm using ogr2ogr and shp2pgsql to convert them to geometry and then I convert to geography for my cache, then I (sometimes) copy that to geog_auth_rec which also stores geography. I could make both the cache and the authority available, somehow, but I think that would be somehow necessarily more complicated than 'click for current data.'

@mkoo
Copy link
Member

mkoo commented Jul 26, 2022

I'm also going to use it to build 48-point flashing red error messages (or something) if we can't use it to prevent that in the first place. More and clever-er use cases always appreciated!

I like marching ants: https://codepen.io/stg/pen/YGRpZJ (kidding)
I think we should think more about user interfaces....

BTW are these gpkg or whatever downloadable from Arctos (ie., do they hang around as a file or just added to Arctos db table somewhere?

No, I'm using ogr2ogr and shp2pgsql to convert them to geometry and then I convert to geography for my cache, then I (sometimes) copy that to geog_auth_rec which also stores geography. I could make both the cache and the authority available, somehow, but I think that would be somehow necessarily more complicated than 'click for current data.'

that's fine. no need to have the file hanging around. might want some metadata about source however. but current storing as geometry is what I wanted to know

@dustymc
Copy link
Contributor Author

dustymc commented Jul 26, 2022

ants

As long as they're 48-point and red....

think more about user interfaces.

I'm listening!

We also need to talk more about data, I think we're doing a bunch of things the way we are because that's how its always been done, not because that's the best way to do it with current tools. Seems like it should be one of those 'bigger than Arctos' conversations, but also maybe everyone else is still working with strings??

metadata about source

I keep flipflopping. It'd add some complexity and require some extra knowledge, but also allow for easy 'find all low-quality because I've got better data and want to replace them' sorts of things. No real objection, Issue please.

@dustymc
Copy link
Contributor Author

dustymc commented Jul 28, 2022

serious search features

I shuffled some things around and wrote some unavoidably-linked documentation.

@Jegelewicz
Copy link
Member

Do any of the "map" options need a caveat that stuff without coordinates or appropriately selected geography might not show up (kinda like the "false positive" remark in the "any" search)?

@dustymc
Copy link
Contributor Author

dustymc commented Jul 28, 2022

stuff without coordinates

I make 'em up for some of it, but the expectation should be that stuff without coordinates is entirely invisible to any serious user. (My longstanding offer to magic coordinates in to most everything stands; I'm not sure that would change much functionality, but it would make the invisible problems into obvious problems.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement I think this would make Arctos even awesomer! Help wanted I have a question on how to use Arctos
Projects
None yet
Development

No branches or pull requests

3 participants