Skip to main content

I have a CSV file with Longtitude and Latitude fields (more than 10.000 records) and I want to convert these to point (shapefile). After that I want continue use a polygon to select which points intersect with it? I tried to use VertexCreator and SpatialFilter or PointOnAreaOverlayer but it didn't work like my expect. So who can help me to solve this problem. Thank you so much! CSV2PointCSV2Point_3CSV2Point_2CSV2Point_1

If you connect an inspector to the Reprojector and one to the VertexCreator. Do both geometries show up on the same location?


If you connect an inspector to the Reprojector and one to the VertexCreator. Do both geometries show up on the same location?

Yes, cause CSV has longitude and Latitude that coordinate System is LL84. So I have to reprojector Polygon to same LL84 project.


If you connect an inspector to the Reprojector and one to the VertexCreator. Do both geometries show up on the same location?

After SpatialFilter step, the data be written to POP_Elderly60.shp but it have error "SHAPEFILE writer: Failed to delete the following files: 'mapping_log.ffs'. Please ensure that the files are not in use and that you have sufficient privileges to delete them.".


Reply