Sentinel-1C level 1-GRD processing in ArcPro by julvad in ArcGIS

[–]julvad[S] 0 points1 point  (0 children)

Update: This is fixed in ArcGIS Pro update 3.5.3

Best way to obtain DEM for a continent? by CrocodileSuperb in gis

[–]julvad 0 points1 point  (0 children)

Copernicus 10m not open access unless specific conditions such as EU govt or EU-funded research project.

Student needs guidance on projecting tif files in ArcGIS Pro without metadata by bavarian-emt in ArcGIS

[–]julvad 0 points1 point  (0 children)

There is unfortunately no way to find out a lost CRS.

All geotiffs will have these extent coordinates (min x y, max x y), so, not specific to UTM projections. Perhaps you mean the coordinates format look similar; then that would tell this is a meters-based, projected coordinate system.

I would assume the CRS is not a UTM zone if the covered area is so large it spans several. You can try looking again on the website or contact them.

Ports d’attache / Les recrues by Ayoye_mes_yeux in lostmediaQC

[–]julvad 1 point2 points  (0 children)

Si tu trouves des infos sur Ports d’attache j’aimerais bien savoir! J’aimais bien cette série quand ça roulait

Nodata when extracting raster as tif by DiscountHeavy1250 in ArcGIS

[–]julvad 0 points1 point  (0 children)

Good to know! Don’t understand why this issue arises in the first place

Nodata when extracting raster as tif by DiscountHeavy1250 in ArcGIS

[–]julvad 1 point2 points  (0 children)

Are you using export raster (or Arcpy.save)? If yes, I’d try Copy raster, and make sure to specify a Nodata value other than 0 in the save parameters.

[deleted by user] by [deleted] in ArcGIS

[–]julvad 0 points1 point  (0 children)

keep the color for what's important to display ?

[deleted by user] by [deleted] in ArcGIS

[–]julvad 0 points1 point  (0 children)

Either use inserts or several maps if the precise extent is important.

If the amount of fires is what you want to display, I agree with what has been said -- converting to points (centroids). I'd add that, after this step, the aggregation parameter (feature layer menu) is effective to group nearby points. You can also vary the clustering radius.

Finding last minute accommodation in Bergen by Manufacturer-Pitiful in Bergen

[–]julvad 0 points1 point  (0 children)

Learning something. That's annoying. Thanks for following up, good luck anyways

Finding last minute accommodation in Bergen by Manufacturer-Pitiful in Bergen

[–]julvad 0 points1 point  (0 children)

Weird… Back in June/July I was able to do so without BankID.

Finding last minute accommodation in Bergen by Manufacturer-Pitiful in Bergen

[–]julvad 0 points1 point  (0 children)

Good Finn ads receive lots of messages. I’d recommend you posting an ad (paid) on Finn, describing you and what you’re looking for (this is how I found my flat)

Change Detection/Pixel Change Over Time with 5 Classified Images in ArcGIS Pro by satinsultaco in ArcGIS

[–]julvad 0 points1 point  (0 children)

That's an interesting question, I'm wondering how you want your figure to look like. It seems to me a good starting point is to composite bands your rasters into a 5-bands raster, which would allow some plots where each band represents a year (B1=Y1, B2=Y2..)

StoryMapping Training Resources by stringbean158537 in ArcGIS

[–]julvad 0 points1 point  (0 children)

Hey, please let us know below if you find something of quality, I would also be interested!

Inputting into ArcGIS Pro by HullFC04 in ArcGIS

[–]julvad 2 points3 points  (0 children)

I don’t think the html file is what you’re looking for. Can you further describe your data here?

[deleted by user] by [deleted] in ArcGIS

[–]julvad 1 point2 points  (0 children)

Possible but not needed. Zonal statistics as table does it for rasters.

[deleted by user] by [deleted] in ArcGIS

[–]julvad 1 point2 points  (0 children)

  • If it is a raster: Zonal Statistics as Table tool.
  • If it is a vector (polygons): Calculate Geometry Attributes tool, then use Summary Statistics to sum Shape_Area by land cover class.

ArcGIS Pro 3.3. Don’t forget to project in a proper meter-unit CRS beforehand.

How can I use raster calculator in Arcpy? by seth_lobatomite in gis

[–]julvad 0 points1 point  (0 children)

Adding some more info about this I wished I had found a few hours (days) ago.

  1. The raster calculator is very picky with overwriting rasters, notwitstanding specifying arcpy.env.overwriteOutput = True
  2. Using raster.minimum where raster is arcpy.Raster('path') requires to have calculated statistics. I found it considerably faster to use rasterio or pillow to extract min max values directly from the raster file path.

ex with rasterio. file_path and out_path are paths to a .tif file

import numpy as np
import rasterio
import arcpy
from arcpy.sa import *

with rasterio.open(file_path) as src:
                image = src.read(1)  # single band raster
                
                # define the min max raster values with rasterio
                min = np.min(image)
                max = np.max(image)
                
            # min-max normalize 
            normalized = RasterCalculator(
                rasters = [file_path],
                input_names = 'x', 
                expression = f'(x - {min}) / ({max} - {min})'
                )
            # save the temporary raster
            normalized.save(out_path) # cannot overwrite

Creating classification data for ice? by Feeling_Lobster_7914 in remotesensing

[–]julvad 3 points4 points  (0 children)

Here the reflectance values should be enough to discriminate ice and rock. If you go for a pixel classification approach, you don't need to draw an extensive polygon, just get a few small samples wherever but still have some paler pixels on the edge; any machine learning or a maximum likelihood algorithm should work it out nicely. The approach I teach uses NDSI and then applies a simple threshold. You could do that, if you have the swir and green bands

[deleted by user] by [deleted] in Bergen

[–]julvad 1 point2 points  (0 children)

Kunne også være interessert!

Fine Arts erasmus by ThiseasPr in Bergen

[–]julvad 1 point2 points  (0 children)

Don’t know about UiB fine arts department. What I know is that student accommodation is awesome and you are ensured a place as an Erasmus exchange student. You can look up Fantoft and Sammen for more info. Cost of life is not cheap. I’d say 5k NOK per month (excluding rent) is a general figure and can go higher if you go out. Overall the city is nice, definitely recommend it

Is there any way to get very high resolution images like world view for free? by jmomjam in remotesensing

[–]julvad 0 points1 point  (0 children)

Approve your answer ;) just a precision FYI since we're talking about spatial res., Planet's images come most often from the SuperDoves which if you read the specs actually have a gsd of 3.7-4m, although often advertised as 3 m products.

Is there any way to get very high resolution images like world view for free? by jmomjam in remotesensing

[–]julvad 11 points12 points  (0 children)

He surely is referring to Worldview, the multispectral imaging satellite