Questions tagged [naming-conventions]
The naming-conventions tag has no summary.
29 questions
0 votes
0 answers
45 views
QField form collecting points with more than one photo and setup of naming
I have project in QField and I'm trying to make a form with collecting data. I made a form where a photo is saved with the requested name, according to the selected attributes. That was't a problem. “...
0 votes
1 answer
648 views
QField naming photos with attributes from the same point currently being edited
I have a layer "transects" where a photo is taken within the attribute form for a point. Before taking the photo, the person in the field must input the date, creek name, site ID, and ...
1 vote
1 answer
73 views
Are there any naming conventions for heights (orthometric / above ellipsoid)?
We are used to lat and lon names for describing latitude and longitude on the WGS84 ellipsoid. But I cannot figure out a single convention for naming the ellipsoidal height. The most common way of ...
2 votes
1 answer
776 views
Looking GeoServer layer name specification
I am using GeoServer 2.18.0 along with PostgreSQL database. My most of the data is coming from the database. Certain table name starts with special character like "%", few table names ...
7 votes
1 answer
463 views
Where do I find CRS axis names?
When using the SUBSETTINGCRS argument of a WCS query, one needs to provide the axis labels in the subsetting CRS. This answer to GeoServer does not work WCS parameters "subsettingcrs" and &...
1 vote
1 answer
82 views
Naming Points Along Line
I have a line with several points along it. I am hoping to name these points numerically, from 1 to the last point along the line. I've so far used Network Analyst to find my distance along the line ...
0 votes
1 answer
382 views
How to replace a space with an underscore when initiating image export in Google Earth Engine
I am running several thousand polygons through a Google Earth Engine code and many of them have names with spaces in them and when I try to run the initiate image export I get "Task name may contain ...
2 votes
2 answers
407 views
Which time format does ESA use for Sentinel-3 file names?
regarding the ESA Sentinel-3 file name convention I have got a question; which time zone (GMT, CEST, ...) does ESA use? I could not find anything yet, even it should be a critical point for many users....
4 votes
0 answers
65 views
Avoiding mixed language names in QGIS Cloud
I have a project uploaded into QGIS Cloud. When I load it from the web browser, the German name of "United Kingdom" is displayed but all other places in the UK have their English names: If ...
4 votes
1 answer
4k views
ArcGIS Pro cannot read SQL Server databases with "-" in their name
I am using the latest ArcGIS Pro 2.2.1 and trying to use a geospatial database that is hosted in an Azure SQL Server. The issue is that ArcGIS Pro fails to query databases that have "-" in their name. ...
2 votes
1 answer
758 views
Naming conventions for LiDAR files?
I can't figure out what is specifically being referenced by the names of these .las files: They correspond to a specific quadrangle, but can't figure out quite how.
4 votes
3 answers
897 views
GDAL creation option to set variable name to netCDF
Is there any way to set variable name in netCDF file with GDAL? GDAL always sets the name Band1. I would like to set a different name. Still no success to find some -co (creation option) to overcome ...
0 votes
1 answer
3k views
Kmz features are labeled by global ID. Can I label them differently?
So I have taken a layer from ArcMap and exported it to a kmz. It is a map of electric utilities in a single county. When I look at the kmz in google earth, it is mapped correctly, however, every ...
1 vote
0 answers
372 views
Usage of "160" instead of "156" as the UN M49 or ISO 3166-1 numeric country code for China
I'm guessing the short answer is "Something complicated and political to do with Taiwan", but I'd like to know the detail... I'm matching up some different international data sources and ran into a ...
3 votes
1 answer
227 views
Naming convention for scheduled geoprocessing outputs
I'm planning on implementing several geoprocessing python scripts that are scheduled to run nightly. The scripts will either output new feature classes, or update existing ones. The environment is an ...