jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
393 stars 31 forks source link

how can I replace get_shape_details for shape file? #15

Closed msdakot closed 6 years ago

msdakot commented 6 years ago

I have a shape file and not a json file. So, when I do st_read, it doesn't read get_shape_details (since it is associated with read_polygons but read_polygons doesn't read shp files). What command should I use to get the details ?

Thank you in advance!

msdakot commented 6 years ago

Also it keeps showing too few polygons (I am dealing with US county level data

sassalley commented 6 years ago

Hi @msdakot, Thanks for trying the package!

Have you tried using read_polygons on your shapefile? read_polygons uses st_read which I believe is capable of reading shapefiles.

jbaileyh commented 6 years ago

Hi @msdakot is this still proving an issue? If not I will close. Thanks.

msdakot commented 6 years ago

@jbaileyh Thank you very much for responding to my queries! No, it running perfectly now.

Thank you once again for creating this package.