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

Exported Shapefile Data Types #4

Open
riggsd opened this issue Nov 8, 2023 · 0 comments
Open

Exported Shapefile Data Types #4

riggsd opened this issue Nov 8, 2023 · 0 comments
Assignees

Comments

@riggsd
Copy link
Collaborator

riggsd commented Nov 8, 2023

We currently export our karst features as Shapefile with all String fields, which makes it difficult to filter/sort GIS data on numeric fields, for example. I propose changing datatypes as annotated:

OGRFeature(karst_feature_locations):10
  internal_i (String) = 9173               -> Integer
  locid (String) = 9114                    -> Integer
  survey_id (String) = GBR0310
  name (String) = Cow Pasture Cave
  alternate_ (String) = (null)
  type (String) = Cave
  coord_acqu (String) = (null)
  wgs84_lon (String) = -80.123456789012345 -> Real
  wgs84_lat (String) = 37.123456789012345  -> Real
  nad83_utmz (String) = 17N
  nad83_utme (String) = 512345.4830204895  -> Real
  nad83_utmn (String) = 4123456.6519877245 -> Real
  elevation (String) = 1517                -> Real
  region (String) = Muddy Creek Basin
  county (String) = Greenbrier
  quad (String) = Asbury
  length (String) = 150                    -> Real
  depth (String) = 0                       -> Real
  length_bas (String) = estimate
  significan (String) = False
  access enu (String) = (null)
  access des (String) = (null)
  todo enum (String) = (null)
  todo descr (String) = (null)
  source (String) = (null)
  gislbl_pri (String) = 8                  -> Integer
  POINT (-80.1234567890123 37.1234567890123)
@riggsd riggsd self-assigned this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant