Skip to main content

Questions tagged [precision]

The number of significant digits used to store numbers, particularly coordinate values.

0 votes
0 answers
35 views

I'm working with a map of the world from GADM dataset stored as JSON. The precision of the map is way too small for serving a web application so I would like to simplify it to 0.01° and thus reduce ...
Pierrick Rambaud's user avatar
0 votes
0 answers
124 views

I would like to calculate with Python the precise area (considering precision of 7 decimal places for coordinates) for area calculation for a MultPolygon layer using CRS EPSG:4326, without the need to ...
CorcovadoCowboy's user avatar
1 vote
1 answer
145 views

Using QGIS, I am looking to convert a raster to a vector so I can acquire the data at a polygon level to merge to another shapefile. The raster is an ESRI FileGDB format raster. The first problem I ...
Daniel's user avatar
  • 11
3 votes
2 answers
444 views

I need to provide the description of a field to the EUDR reporting system. In the description of the regulation the rules specify "6 digits precision" on geospatial coordinates. As we are ...
Pierrick Rambaud's user avatar
2 votes
2 answers
548 views

When I digitize a polygon and snap to existing features, sometimes the coordinates end up very slightly away from where I want them to be for example 15.000000099, rather than 16. Is there a way to ...
Leigh Bettenay's user avatar
3 votes
4 answers
668 views

I have polygon vector data, some of the polygons are imported from another 3D program (Agisoft Metashape). The imported polygons have up to 12 decimal places in the displayed coordinates (attribute ...
chrissi's user avatar
  • 111
0 votes
0 answers
76 views

I am due to install some monitoring points for a field experiment. I have a GNSS receiver (Arrow 100) and so can record the location of my monitoring points with a high degree of accuracy. I am ...
lauralizzy's user avatar
0 votes
1 answer
113 views

After interpolation with r.resamp.interp with bilinear method DCELL cell type is set for raster. When I export it with r.out.gdal I get a precision loss error, as I export it as Float32 (PCRaster ...
Nikolay Yasinskiy's user avatar
5 votes
4 answers
743 views

I have a GeoDataFrame (gdf) of several thousand point locations. I want to drop duplicate records from the gdf - that is, records with the same attribute information and the same location. However, ...
neirbom9's user avatar
  • 176
3 votes
2 answers
507 views

I am trying to use ST_ReducePrecision to reduce the number of characters, because of the character limit in power bi cells. ST_AsText(ST_ReducePrecision(ST_Transform(geom, 4326), 0.000001)) The result ...
Matheus Clarkson's user avatar
1 vote
0 answers
84 views

In QGIS 3.28 on Windows, there is a shapefile originally created in QGIS that was imported and worked on in ArcGIS. Now, when I reopen the file in QGIS, the real numbers have a width of 18 instead of ...
i.i.k.'s user avatar
  • 1,933
2 votes
0 answers
83 views

Is there a tool in ArcGIS Pro to reduce the precision of a geometry in a dataset, similar to https://postgis.net/docs/manual-dev/ST_ReducePrecision.html? I want to use it on a file geodatabase dataset ...
joosthoek's user avatar
  • 317
3 votes
1 answer
281 views

I imported a point geometry layer into QGIS using a delimited text file (CSV) that contained the latitude and longitude values projected in CRS WGS84-EPSG:4326 with 6 decimal places (e.g. 38.145695). ...
guls's user avatar
  • 33
1 vote
2 answers
271 views

I have a GeoDataFrame gdf. I write its contents to a GeoJSON: gdf.to_file("example.geojson") which works. However, each geometry is specified to 16 significant figures, which is an overkill ...
zabop's user avatar
  • 3,360
1 vote
1 answer
99 views

I'd like to copy a featureclass from an Esri Geodatabase into PostGIS and have it retain the Domain, XY Resolution and XY Tolerance values associated with it. I don't see a table in PostGIS (or in the ...
Kirk Kuykendall's user avatar

15 30 50 per page
1
2 3 4 5
7