Problem analysis
Search on ESRI community
submit to ArcGIS ideas
error: the number of points is less than required for feature
the amount of data is not small. According to the solution on the official website: https://support.esri.com/en/technical-article/000009633
Failed to resolve.
This error led to the unsuccessful release of the map service. Finally, an article was searched, which is suspected of accuracy.
Solution
Here, my data type is line data, so I check the accuracy problem by calculating the length of line segments. Finally, I finally found this data:
select resid, St_length(st_transform(geom,4326)) from m_pip_le_1 where st_length(st_transform(geom,4326))< 0.0001
this data led to the following problem
finally, thank you for this article
link address: http://www.timmons.com/news/blog/identify-shapes-which-are-considered-valid-by-sql-server-but-invalid-by-arc#: ~:text=Some%20of%20the%20shapes%20are%20considered%20valid%20in,required%20for%20feature%E2%80%9D%20when%20it%20renders%20such%20shapes.
Incidentally, record some common GIS functions
select resid, resname, (st_xmax (st_transform (geom, 4326)) – st_xmin (st_transform (geom, 4326))) as DX, (st_ymax (st_transform (geom, 4326)) – st_ymin (st_transform (geom, 4326))) as dy from_pip_le_one
Read More:
- [Android] method of removing title bar and using request window feature (Window.FEATURE_ NO_ Title); why does it fail
- [Solved] Maven Error: parent.relativePath points at wrong local POM
- How to Fix “Microsoft Visual C ++ 14.0 is required” Error
- [Solved] ArcGIS Error: Packaging succeeded, but publishing failed
- How to Solve Maven Error: Return code is: 501 , ReasonPhrase:HTTPS Required.
- Solution to java.lang.IllegalArgumentException: Property’dataSource’ is required
- ElementUI Error in callback for watcher “data”: “Error: [ElTable] prop row-key is required”
- [Solved] ArcGIS Error: Failed to create the site. One or more server machines could not be stopped
- ArcGIS error 999999: error executing function, table not found.
- The pip installation package under Windows reports an error: Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat
- [Solved] MySQL workbench Error: SSL connection error: SSL is required but the server doesn‘t support it.
- [Solved] throw new Error(“‘output.filename’ is required, either in config file or as –output-filename”);
- [Solved] AgilePLM error: Ora-00904: “A”.”ITEM_NUMBER”: invalid identifier
- [Solved] Arcgis Pro2.8 Error: kernel error, failed open to kernel
- [Solved] error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools“
- IdentityServer4 Error: well-known/openid-configuration: HTTPS required
- [Solved] TFrecords Create Datas Error: Number of int64 values != expected. Values size: 1 but output shape: [3]
- SAP: How to Solve error Message Number SO322
- ERROR ITMS-90022: “Missing required icon file. [How to Solve]
- [Solved] ORA-21525: attribute number or (collection element at index) string violated its constraints