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:
- [Solved] R Language Error: Discrete value supplied to continuous scale
- [Solved] GP tool Call Error: ERROR 000824: The tool is not licensed.
- Error: stat_bin() must not be used with a y aesthetic.
- [Solved] TFrecords Create Datas Error: Number of int64 values != expected. Values size: 1 but output shape: [3]
- R: Data frame index error “unexpected token”
- Vue error in render: “typeerror: cannot read property ‘length’ of undefined”
- Error: Discrete value supplied to continuous scale [How to Solve]
- [Solved] Error in inherits(x, “theme”): argument “e2” is missing, with no default
- Scanf_S always reports errors [How to Solve]
- [Solved] ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- TF Error: Error: TF_DENORMALIZED_QUATERNION [How to Solve]
- [Solved] Error reading comm device when writing serial communication with MSComm control
- [Solved] MindSpore Error: “RuntimeError: Unexpected error. Inconsistent batch..
- ValueError: Negative dimension size caused by subtracting 2 from 1 for…
- [Solved] Android x relies on AAR errors: Failed to transform…
- [Solved] ValueError: the indices for endog and exog are not aligned
- [TensorRT] INTERNAL ERROR: Assertion failed: mem = nullpt
- Libtorch Error: Expected object of type Variable but found type CUDALongType for argument #2 ‘index’
- [Solved] Zsh: one of the solutions to parse error near ‘\n’
- Crop the cropper image .toBlob() error: $(“#image”).cropper(‘getCroppedCanvas’).toBlob( function (blob){})