Hamish wrote: > Tim wrote: >> I need to make some graphics showing WDPA protected areas. >> I am trying to import each IUCN type as a separate layer, from shapefile >> format. >> have only done 3 of the 8, and each is taking between 24 and 48 hours. >> I am running out of time. Does anyone already have these in GRASS format >> and would be willing to share? Thanks! > > you are probably running into the old "Florida Coastline" problem. > M.Metz: did you do something to improve this in trunk?
No, I tried to optimize the cleaning functions in general. > > > in a pinch you might try the v.in.ogr -c flag, > > -c Do not clean polygons (not recommended) > > but as it says, it's really not recommended to work with uncleaned data. In this particular case, it might be ok not to clean polygons because most protected areas are isolated, i.e. not bordering other protected areas. OTOH, this dataset is also not really clean, I found that protected areas that are supposed to be adjacent are overlapping each other. You can try importing with the -c flag (also try the -r flag or spatial=W,S,E,N), but you should validate the delineation of the protected areas of interest. Markus M _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
