Nous utilisons des cookies pour vous garantir la meilleure expérience sur notre site. Si vous continuez à utiliser ce dernier, nous considèrerons que vous acceptez l'utilisation des cookies. J'ai compris ! ou En savoir plus !.
Un Planet est un site Web dynamique qui agrège le plus souvent sur une seule page, le contenu de notes, d'articles ou de billets publiés sur des blogs ou sites Web afin d'accentuer leur visibilité et de faire ressortir des contenus pertinents aux multiples formats (texte, audio, vidéo, Podcast). C'est un agrégateur de flux RSS. Il s'apparente à un portail web.
Vous pouvez lire le billet sur le blog La Minute pour plus d'informations sur les RSS !
  • Canaux
  • Categories
  • Tags
  • Canaux

    3169 éléments (3 non lus) dans 55 canaux

    Dans la presse Dans la presse

    Géomatique anglophone

     
    • sur The Chain Restaurants of America

      Publié: 20 February 2024, 9:32am CET par Keir Clarke
      Map of McDonald's outlets in the USAThe Georgia Institute of Technology's Friendly Cities Lab has released a new interactive map which reveals which chain restaurants dominate which areas of the United States. The U.S. Chain and Independent Restaurants map shows the locations of over 700,000 restaurants across the country, organized by restaurant chain and by frequency. The map reveals that
    • sur AI Your Home on Street View

      Publié: 19 February 2024, 9:33am CET par Keir Clarke
      Have you ever wanted to radically alter the ambiance of your neighborhood? Perhaps you've always dreamed of turning your sleepy suburban road into a bustling inner-city street. Or maybe you've always wanted to dig up your nearby traffic heavy roads and replace them with green fields and trees. Well now you can - at least virtually.Panoramai is a new fun tool which allows you to grab Google Maps
    • sur The Right-Wing Terrorism Map

      Publié: 17 February 2024, 9:19am CET par Keir Clarke
      The RTV Map Tool is an interactive map showing incidents of right-wing terrorism and violence in Western Europe since 1990. It documents and shows the locations of 1,214 violent right-wing attacks in Europe. This includes acts of violence which led to 32 fatalities.The map was created by the Center for Research on Extremism, at Oslo University, which studies right-wing extremism, hate crime and
    • sur The Best Price Comparison Maps

      Publié: 16 February 2024, 9:43am CET par Keir Clarke
       The Aldi Price Map The Aldi Price Map shows the store price ticket of a range of products in US outlets of the popular budget supermarket (apparently the price data from European Aldi stores is not so readily accessible). The German supermarket chain Aldi is known for its low prices. The company now has over 2,000 stores in the United States, and in a recent poll was ranked the most
    • sur QGIS Blog: QGIS Grants #9: Call for Grant Proposals 2024

      Publié: 15 February 2024, 8:09pm CET

      Dear QGIS Community,

      We are very pleased to announce that this year’s round of grants is now available. The call is open to anybody who wants to make a contribution to QGIS funded by our grant fund, subject to the call conditions outlined in the application form.

      The deadline for this round is in four weeks, on 14 March 2024.

      There are no new procedures in 2024. Please note the following guidelines established in previous years: 

      • The proposal must be submitted as a ‘QEP’ (QGIS Enhancement Proposal) issue in the repo: [https:]] (tagged as Grant-2024). Following this approach will allow people to ask questions and provide public feedback on individual proposals.
      • Proposals must clearly define the expected final result so that we can properly assess if the goal of the proposal has been reached.
      • The project budgets should account for PR reviewing expenses to ensure timely handling of the project-related PRs and avoid delays caused by relying on reviewer volunteer time. 
      • In the week after the QEP discussion period, the proposal authors are expected to write a short summary of the discussion that is suitable for use as a basis on which voting members make their decisions. 

      The PSC of QGIS.ORG will examine the proposals and has veto power in case a proposal does not follow guidelines or is not in line with project priorities.

      For more details, please read the introduction provided in the application form.

      We look forward to seeing all your great ideas for improving QGIS!

    • sur Alien Arrivals Nosedive in 2023!

      Publié: 15 February 2024, 10:43am CET par Keir Clarke
      Where have all the interstellar tourists gone? That's the question gripping the world after a bombshell report revealed a staggering 19% drop in alien visitation in 2023! Is this a sign of a permanent shift in galactic travel? Or can the Earth win back alien vacationers?According to the National UFO Reporting Center sightings of little green tourists were down 19% in 2023 compared to 2022.
    • sur EOX' blog: Open Science Catalog

      Publié: 15 February 2024, 1:00am CET
      Just like the European Space Agency (ESA), we advocate for and actively support Open Science, as we believe in the significance of collaborative efforts in advancing scientific knowledge and addressing global challenges. We acknowledge the transformative power of Open Science in driving interdiscipl ...
    • sur The Sad State of Local News 2023

      Publié: 14 February 2024, 9:34am CET par Keir Clarke
      Northwestern University's The State of Local News Outlook is an interactive map which visualizes the number of surviving local newspapers in every county in the United States. On this local news map individual counties are clored to show whether the county has 0, 1 or 2 or more news outlets. The data shown on the map can also be filtered to show the number of local number of newspapers,
    • sur OpenStreetMap Edits in Real Time

      Publié: 13 February 2024, 8:56am CET par Keir Clarke
      OpenStreetMap (OSM) is a free, editable map of the whole world, built and maintained by a community of volunteers. It is often described as the Wikipedia of maps, to which anyone can contribute and update information. Very importantly all of the map data contributed to OpenStreetMap is open data, which anyone and everyone is free to use.In a way maps have always been produced through
    • sur XYCarto: Projection Grid

      Publié: 13 February 2024, 4:19am CET

      There are times when I need a regular grid for an entire projection extent.  Meaning, for the extent of an entire projection, I need to create a regular grid of uniform tiles across the projection.  In past projects, these grids have been very helpful for data alignment and clipping data into uniform shapes and sizes. This has proved especially helpful in Machine Learning pipelines where I need to ensure pixel to pixel alignments between rasters in a specified location.

      Gridding, tiling, and indexing type work has been around forever in geospatial, so there is not much to say about the method.  Basically, you take an extent and cut it up into a grid. In this case, the extent is for an entire projection.

      I built a repository on Github and a quick method to do this via one command.

      make build-grid epsg="EPSG:2193" width=1000 height=1000

      For this method, the width and height are the desired grid cell size.  The units are the units for the projection.  EPSG:2193 (NZTM) is in metre units, so running the command above will make a grid of the NZTM projection populated with 1000m by 1000m cells.

      The GitHub repository can be run using the Make/Docker method or users can access the python script directly using:

      python3 create-grid.py EPSG:2193 1000 1000

      In order to do so, you will need to have installed:

      • GDAL
      • GeoPandas
      • PyProj
      • Shapely

      Happy mapping!

    • sur GeoSolutions: GeoNode 4.2 is out + Free GeoNode Webinar

      Publié: 13 February 2024, 3:29am CET
      Pièce jointe: [télécharger]

      You must be logged into the site to view this content.

    • sur The Classic Map Arcade

      Publié: 12 February 2024, 9:24am CET par Keir Clarke
      Mapbox Tetris Tetris is an iconic puzzle game that has captivated players for decades. Originally released in 1985 by Alexey Pajitnov, the game challenges you to fit differently shaped blocks, called tetriminos, into a rectangular playing field. By rotating and maneuvering these falling pieces, you aim to complete horizontal lines, which then disappear and earn you points.While Tetris has had
    • sur The Most Controversial Interactive Map

      Publié: 10 February 2024, 11:33am CET par Keir Clarke
      One of the earliest popular uses of the Google Maps API was Gawker Stalker. The now defunct Gawker Stalker interactive map tracked the movements of famous celebrities thanks to the detailed stalking carried out by Gawker and their readers. Now similar concerns are being raised regarding potential privacy infringements related to Jack Sweeney's TheAirTraffic, particularly involving the
    • sur Mappy Races

      Publié: 9 February 2024, 11:22am CET par Keir Clarke
      Every year since the 18th Century the Epsom Derby has attracted thousands of spectators. Like many Londoners I have often taken a trip to Surrey in late May or early June to attend the Derby horse race. These horse racing trips may be what inspired me to create my horse race simulator Mappy Races. Mappy Races is a very simple horse race simulator which uses Leafletjs to animate two colored
    • sur Where to Watch April's Solar Eclipse

      Publié: 8 February 2024, 10:12am CET par Keir Clarke
      On April 8, 2024 people across large parts of the USA will be able to see a total solar eclipse. If it isn't cloudy.In 1999 I traveled to France to experience a total solar eclipse. Unfortunately the experience was ruined slightly by overcast skies. What made it even more galling was to discover that a friend of mine had traveled independently from me and had a cloudless view of the eclipse
    • sur PostGIS Development: PostGIS Patch Releases

      Publié: 8 February 2024, 1:00am CET
      The PostGIS development team is pleased to provide bug fix releases for 3.4.2, 3.3.6, 3.2.7, 3.1.11, 3.0.11, and 2.5.11. Please refer to the links above for more information about the issues resolved by these releases.
    • sur Oslandia: Software quality in QGIS

      Publié: 7 February 2024, 1:55pm CET

      According to the definition of software quality given by french Wikipedia

      An overall assessment of quality takes into account external factors, directly observable by the user, as well as internal factors, observable by engineers during code reviews or maintenance work.

      I have chosen in this article to only talk about the latter. The quality of software and more precisely QGIS is therefore not limited to what is described here. There is still much to say about:

      • Taking user feedback into account,
      • the documentation writing process,
      • translation management,
      • interoperability through the implementation of standards,
      • the extensibility using API,
      • the reversibility and resilience of the open source model…

      These are subjects that we care a lot and deserve their own article.

      I will focus here on the following issue: QGIS is free software and allows anyone with the necessary skills to modify the software. But how can we ensure that the multiple proposals for modifications to the software contribute to its improvement and do not harm its future maintenance?

      Self-discipline

      All developers contributing to QGIS code doesn’t belong to the same organization. They don’t all live in the same country, don’t necessarily have the same culture and don’t necessarily share the same interests or ambitions for the software. However, they share the awareness of modifying a common good and the desire to take care of it.

      This awareness transcends professional awareness, the developer not only has a responsibility towards his employer, but also towards the entire community of users and contributors to the software.

      This self-discipline is the foundation of the quality of the contributions of software like QGIS.

      However, to err is human and it is essential to carry out checks for each modification proposal.

      Automatic checks

      With each modification proposal (called Pull Request or Merge Request), the QGIS GitHub platform automatically launches a set of automatic checks.

      Example of proposed modification

      Result of automatic checks on a modification proposal

      The first of these checks is to build QGIS on the different systems on which it is distributed (Linux, Windows, MacOS) by integrating the proposed modification. It is inconceivable to integrate a modification that would prevent the application from being built on one of these systems.

      The tests

      The first problem posed by a proposed modification is the following “How can we be sure that what is going to be introduced does not break what already exists?”

      To validate this assertion, we rely on automatic tests. This is a set of micro-programs called tests, which only purpose is to validate that part of the application behaves as expected. For example, there is a test which validates that when the user adds an entry in a data layer, then this entry is then present in the data layer. If a modification were to break this behavior, then the test would fail and the proposal would be rejected (or more likely corrected).

      This makes it possible in particular to avoid regressions (they are very often called non-regression tests) and also to qualify the expected behavior.

      There are approximately 1.3 Million lines of code for the QGIS application and 420K lines of test code, a ratio of 1 to 3. The presence of tests is mandatory for adding functionality, therefore the quantity of test code increases with the quantity of application code.

      In blue the number of lines of code in QGIS, in red the number of lines of tests

      There are currently over 900 groups of automatic tests in QGIS, most of which run in less than 2 seconds, for a total execution time of around 30 minutes.

      We also see that certain parts of the QGIS code – the most recent – are better covered by the tests than other older ones. Developers are gradually working to improve this situation to reduce technical debt.

      Code checks

      Analogous to using a spell checker when writing a document, we carry out a set of quality checks on the source code. We check, for example, that the proposed modification does not contain misspelled words or “banned” words, that the API documentation has been correctly written or that the modified code respects certain formal rules of the programming language.

      We recently had the opportunity to add a check based on the clang-tidy tool. The latter relies on the Clang compiler. It is capable of detecting programming errors by carrying out a static analysis of the code.

      Clang-tidy is, for example, capable of detecting “narrowing conversions”.

      Example of detecting “narrowing conversions”

      In the example above, Clang-tidy detects that there has been a “narrowing conversion” and that the value of the port used in the network proxy configuration “may” be corrupted. In this case, this problem was reported on the QGIS issues platform and had to be corrected.

      At that time, clang-tidy was not in place. Its use would have made it possible to avoid this anomaly and all the steps which led to its correction (exhaustive description of the issue, multiple exchanges to be able to reproduce it, investigation, correction, review of the modification), meaning a significant amount of human time which could thus have been avoided.

      Peer review

      A proposed modification that would validate all of the automatic checks described above would not necessarily be integrated into the QGIS code automatically. In fact, its code may be poorly designed or the modification poorly thought out. The relevance of the functionality may be doubtful, or duplicated with another. The integration of the modification would therefore potentially cause a burden for the people in charge of the corrective or evolutionary maintenance of the software.

      It is therefore essential to include a human review in the process of accepting a modification.

      This is more of a rereading of the substance of the proposal than of the form. For the latter, we favor the automatic checks described above in order to simplify the review process.

      Therefore, human proofreading takes time, and this effort is growing with the quantity of modifications proposed in the QGIS code. The question of its funding arises, and discussions are in progress. The QGIS.org association notably dedicates a significant part of its budget to fund code reviews.

      More than 100 modification proposals were reviewed and integrated during the month of December 2023. More than 30 different people contributed. More than 2000 files have been modified.

      Therefore the wait for a proofreading can sometimes be long. It is also often the moment when disagreements are expressed. It is therefore a phase which can prove frustrating for contributors, but it is an important and rich moment in the community life of a free project.

      To be continued !

      As a core QGIS developer, and as a pure player OpenSource company, we believe it is fundamental to be involved in each step of the contribution process.

      We are investing in the review process, improving automatic checks, and in the QGIS quality process in general. And we will continue to invest in these topics in order to help make QGIS a long-lasting and stable software.

      If you would like to contribute or simply learn more about QGIS, do not hesitate to contact us at infos+qgis@oslandia.com and consult our QGIS support proposal.

    • sur A Year of CO2

      Publié: 7 February 2024, 10:04am CET par Keir Clarke
      The Washington Post has visualized how carbon dioxide builds up in the Earth's atmosphere over the course of one year. Using an interactive globe the Post has animated 12 months worth of atmospheric CO2 around the world.The interactive globe in Watch the Earth breathe for one year uses data from NASA satellites and ground measuring stations to show how CO2 accumulated around the world over the
    • sur Paul Ramsey: Building the PgConf.Dev Programme

      Publié: 6 February 2024, 5:00pm CET

      Update: The programme is now public.

      The programme for pgconf.dev in Vancouver (May 28-31) has been selected, the speakers have been notified, and the whole thing should be posted on the web site relatively soon.

      Vancouver, Canada

      I have been on programme committees a number of times, but for regional and international FOSS4G events, never for a PostgreSQL event, and the parameters were notably different.

      The parameter that was most important for selecting a programme this year was the over 180 submissions, versus the 33 available speaking slots. For FOSS4G conferences, it has been normal to have between two- and three-times as many submissions as slots. To have almost six-times as many made the process very difficult indeed.

      Why only 33 speaking slots? Well, that’s a result of two things:

      • Assuming no more than modest growth over the last iteration of PgCon, puts attendence at around 200, which is the size of our plenary room. 200 attendees implies no more than 3 tracks of content.
      • Historically, PostgreSQL events use talks of about 50 minutes in length, within a one hour slot. Over three tracks and two days, that gives us around 33 talks (with slight variations depending on how much time is in plenary, keynotes or lightning talks).

      The content of those 33 talks falls out from being the successor to PgCon. PgCon has historically been the event attended by all major contributors. There is an invitation-only contributors round-table on the pre-event day, specifically for the valuable face-to-face synch-up.

      Seminary Room

      Given only 33 slots, and a unique audience that contains so many contributors, the question of what pgconf.dev should “be” ends up focussed around making the best use of that audience. pgconf.dev should be a place where users, developers, and community organizers come together to focus on Postgres development and community growth.

      That’s why in addition to talks about future development directions there are talks about PostgreSQL coding concepts, and patch review, and extensions. High throughput memory algorithms are good, but so is the best way to write a technical blog entry.

      Getting from 180+ submissions to 33 selections (plus some stand-by talks in case of cancellations) was a process that consumed three calls of over 2 hours each and several hours of reading every submitted abstract.

      The process was shepherded by the inimitable Jonathan Katz.

      • A first phase of just coding talks as either “acceptable” or “not relevant”. Any talks that all the committee members agreed was “not relevant” were dropped from contention.
      • A second phase where each member picked 40 talks from the remaining set into a kind of “personal program”. The talks with just one program member selecting them were then reviewed one at a time, and that member would make the case for them being retained, or let them drop.
      • A winnow looking for duplicate topic talks and selecting the strongest, or encouraging speakers to collaborate.
      • A third “personal program” phase, but this time narrowing the list to 33 talks each.
      • A winnow of the most highly ranked talks, to make sure they really fit the goal of the programme and weren’t just a topic we all happened to find “cool”.
      • A talk by talk review of all the remaining talks, ensuring we were comfortable with all choices, and with the aggregate make up of the programme.

      The programme committee was great to work with, willing to speak up about their opinions, disagree amicably, and come to a consensus.

      SFU

      Since we had to leave 150 talks behind, there’s no doubt lots of speakers who are sad they weren’t selected, and there’s lots of talks that we would have taken if we had more slots.

      If you read all the way to here, you must be serious about coming, so you need to register and book your hotel right away. Spaces are, really, no kidding, very limited.

    • sur Oslandia: (Fr) Rencontres QGIS-fr – Grenoble 27 & 28 mars 2024

      Publié: 6 February 2024, 12:03pm CET

      Sorry, this entry is only available in French.

    • sur Mapping the Spread of War in the Middle East

      Publié: 6 February 2024, 10:04am CET par Keir Clarke
      The Hamas attacks in Israel on 7 October 2023 have led to increasing violence across much of the Middle East. In response to the Hamas attacks Israel launched a devastating and destructive campaign against Gaza. In Yemen the Houthi responded to Israel's attacks on Gaza by targeting ships in the Red Sea. The US & UK replied by targeting Houthi locations in Yemen. Israel and the US have
    • sur SourcePole: Designing QGIS Cloud QWC2 with CSS

      Publié: 6 February 2024, 1:00am CET
      In an earlier post, I showed how it is possible to permanently position a legend in the QGIS Cloud map as part of a QGIS Cloud Pro subscription. To achieve this, the appearance of the map view was changed using CSS. In this post, I will describe exactly what this is and how it works. The appearance of the QGIS Cloud Web Client is controlled via CSS. CSS stands for Cascading Style Sheets.
    • sur Lutra consulting: New point clouds and mesh features in QGIS 3.36

      Publié: 5 February 2024, 9:00am CET

      QGIS 3.36 is round the corner and as usual, there will be several new exciting features with the new release. Below is the list of features our team has added to the new release. This was made possible by generous funding from clients.

      Render point clouds as a surface in 2D map views

      Point clouds are rendered as individual points by default. Depending on the zoom level and density of the points, you might not be able to get a full picture of the map.

      Rendering points as surface enables you to have a better understanding of the data before trying to do any analysis or processing. This has been possible in 3D map views for a couple of QGIS releases, now we have added the functionality also in 2D map views.

      The feature generates a surface using triangulation on-the-fly from the points using the same symbology. Below you can see the difference between a point cloud rendered as individual points and rendered as a surface:

      Point clouds as surface

      Point clouds as individual points vs. as a TIN surface

      The good news is that rendering as a surface also works well with global map shading, allowing users to get a nice hillshade:

      Point clouds as surface with hillshade with hillshade

      Point clouds as surface with hillshade

      To enable this feature, you need to check the option for Render as a Surface (Triangulate) under the Layer Styling panel.

      Point clouds styling panel

      Settings to display point clouds as surface

      Pro-tip: if the on-the-fly rendering as a surface takes too long to render, try increasing the Maximum error: for example 0.6 mm instead of the default 0.3 mm.

      Flexible styling of classes

      Previously, point cloud data visualisation in QGIS was limited to rendering all points with a uniform size and opacity. This made it difficult to differentiate between different point classes and highlight specific features of interest. To address this issue, we have introduced a new feature that allows users to customise the point size and opacity for each point cloud data class. This provides a flexible way for visualising point cloud data, allowing users to highlight specific point classes, e.g. by increasing the point size.

      Assigning size and opacity to each point cloud class

      Assigning size and opacity to each point cloud class

      Point clouds with different sizes and opacity levels

      Point clouds with different sizes and opacity levels Set 3D map view extent in 2D map

      Effectively navigating and visualising large-scale 3D datasets can be challenging on PCs with limited resources. To address this issue, we introduced a new feature that allows users to interactively limit the 3D scene, enabling them to focus on specific areas of interest. This new feature, conveniently accessible from the toolbar, eliminates the need for tedious manual entry of coordinates for bounding boxes. Instead, users can simply drag and draw a box around the desired area, instantly restricting the 3D scene to that specific extent. This interactive approach significantly enhances the user experience and streamlines the process of exploring and analysing 3D data:

      Interactive selection of 3D map scene from 2D map

      Interactive selection of 3D map scene from 2D map Python API for 3D views

      Creating and viewing 3D maps in QGIS with the correct camera location and angle, scene tilt, light, and other parameters can be a time-consuming and error-prone process. This is because it requires users to manually adjust these settings, often through trial and error. However, with the introduction of the new 3D map view API in QGIS, Python plugins can now automate this process, making it much easier, consistent and more efficient to create high-quality 3D maps that are visually appealing and informative.

      # List all open 3D map canvases
      iface.mapCanvases3D()
      # [<qgis._3d.Qgs3DMapCanvas object at 0x7f23491b5e10>]
      canvas = iface.mapCanvases3D()[0]
      

      Now let’s try something more complicated:

      # Let's change some settings!
      ms = canvas.mapSettings()
      ms.setEyeDomeLightingEnabled(True)
      ms.setBackgroundColor(QColor('beige'))
      ms.setTerrainMapTheme('dtm')
      ms.setFieldOfView(110)
      
      # Move the camera to look at specific map coordinates in layer's CRS
      cam = canvas.cameraController()
      mapPoint = QgsVector3D(-498175.92, -1205400.58, 210)
      worldPoint = ms.mapToWorldCoordinates(mapPoint)
      cam.setLookingAtPoint(worldPoint, 60, 45, 100)
      
      # Create four new 3D map views
      c1 = iface.createNewMapCanvas3D('South View')
      c2 = iface.createNewMapCanvas3D('West View')
      c3 = iface.createNewMapCanvas3D('North View')
      c4 = iface.createNewMapCanvas3D('East View')
      
      # Apply settings to all open 3D map views
      for canvas in iface.mapCanvases3D():
      	canvas.mapSettings().setEyeDomeLightingEnabled(True)
      
      # Define a camera pose to update the views' cameras
      pose = QgsCameraPose()
      pose.setCenterPoint(QgsVector3D(0, 210, 0))  # This is in 3D world coordinates
      pose.setDistanceFromCenterPoint(100)
      pose.setPitchAngle(75)  # Tilt the camera by 75 degrees
      pose.setHeadingAngle(0)  # Looking towards North
      c1.cameraController().setCameraPose(pose)
      pose.setHeadingAngle(90)  # Towards East
      c2.cameraController().setCameraPose(pose)
      pose.setHeadingAngle(180)  # Towards South
      c3.cameraController().setCameraPose(pose)
      pose.setHeadingAngle(270)  # Towards West
      c4.cameraController().setCameraPose(pose)
      
      # We can set the 3D map views 2D extent to always match the main 2D canvas one
      # Our 3D views get updated while zooming/panning the main 2D canvas
      canvas = iface.mapCanvas()
      canvas.extentsChanged.connect(lambda :c1.mapSettings().setExtent(canvas.extent()))
      canvas.extentsChanged.connect(lambda :c2.mapSettings().setExtent(canvas.extent()))
      canvas.extentsChanged.connect(lambda :c3.mapSettings().setExtent(canvas.extent()))
      canvas.extentsChanged.connect(lambda :c4.mapSettings().setExtent(canvas.extent()))
      

      Changing 3D view settings through Python

      Changing 3D view settings through Python More point clouds attributes

      LAS/LAZ/COPC point clouds have a classificationFlags attribute that stores four types of information (Synthetic, Keypoint, Withheld, and Overlap) in a single value. This saves space, but it makes it difficult to use the information for styling or filtering, as you need to write complex expressions.

      To make it easier to use, we are following the approach introduced in PDAL 2.6: the classificationFlags attribute gets replaced with four separate attributes: Synthetic, Keypoint, Withheld, and Overlap. This will make it easier to include these attributes in styling and filtering expressions.

      Performance enhancement for rendering

      To improve the performance of point cloud rendering in QGIS, we introduced a new caching system to minimise the need for repeated decompression of LAS node data while panning or zooming. This caching mechanism efficiently stores decompressed points for each unique combination of layer URI, node, requested attributes, filter extent, and filter expression. This enables rapid rendering of previously cached nodes, significantly enhancing the overall rendering performance in 2D and 3D maps.

      Performance can vary depending on actual data, but on a local sample COPC file, it renders 7 times faster with this change.

      Labels for mesh layer

      Viewing mesh data has been possible through styling, plotting or using the Identify tool. But now you can also create labels on mesh surfaces or vertices similar to vector layers.

      To display labels for your mesh data, simply open the styling panel and enable labels for:

      • Labels on Vertices
      • Labels on Surfaces

      Label settings for mesh layers

      Label settings for mesh layers

      Below is an example of mesh Z values at vertices (yellow) and mesh areas at cell centre (purple):

      Example of labels on a mesh layer

      Example of labels on a mesh layer Want more changes in QGIS?

      Do you want to see more improvements and new features in QGIS? Do not hesitate to contact us to discuss your requiremnets.

    • sur The 12 Best Daily Map Games

      Publié: 5 February 2024, 2:13am CET par Keir Clarke
      Ever since Josh Wardle released his very popular daily Wordle game in 2022 there has been a plethora of daily geography challenges which have been unleashed upon us, the geographically challenged public. The latest of these is Unzoomed.Every day Unzoomed presents you with the satellite image of a random city, which could be located anywhere in the world. All you have to do is name the city. You
    • sur Sean Gillies: Preseason running

      Publié: 5 February 2024, 12:09am CET

      My 32 week running season starts on February 19 and ends on September 29, at Bear Lake if everything goes right. My preseason running has been light on running because of various maladies. I strained my back at the end of December and just as I recovered from that I experienced some knee inflammation that was badly aggravated by running. For the past three weeks I've switched to weight training and chugging on the elliptical machines at a nearby gym. I'm doing 5x5s of squats, deadlifts, etc three times a week and 4-5 x 3 minute hard elliptical intervals once or twice a week. In between I've been walking briskly on the bike path or hiking on trails. I'd hoped to be actually running 6 hours a week by now, but am adjusting and getting some good workouts in. By February 19, I think I'll be able to take my interval workouts outside and switch from hiking to running without beating up on my knee.

    • sur Markus Neteler: Celebrating 18 Years of the Open Source Geospatial Foundation (OSGeo)

      Publié: 4 February 2024, 3:42pm CET

      The Open Source Geospatial Foundation (OSGeo) today celebrates its 18th anniversary, underscoring its pivotal role in the development of open source geospatial software and its impact on the world. Founded in 2006, OSGeo’s mission is to support and promote the collaborative development of open geospatial technologies and data. Over the years, it has become a cornerstone of the open geospatial community, fostering innovation, education and adoption of open source geospatial software worldwide.

      The post Celebrating 18 Years of the Open Source Geospatial Foundation (OSGeo) appeared first on Markus Neteler Consulting.

    • sur Adam Steer: Route mapping using Strava, OpenStreetMap and QQIS

      Publié: 4 February 2024, 12:16am CET
      Tools used: QGIS 3.34.3 Prizren; Inkscape 1.2, a web browser Most of this is reasonably standard ‘get data, make maps’ – you can flick straight to cartographic magic for the un-standard parts if you want! The product Brief and design choices The brief for this map was to visualise a bicycle ride route – and… Read More »Route mapping using Strava, OpenStreetMap and QQIS
    • sur Free and Open Source GIS Ramblings: Finding geospatial accounts on Mastodon

      Publié: 3 February 2024, 10:54am CET

      Besides following hashtags, such as #GISChat, #QGIS, #OpenStreetMap, #FOSS4G, and #OSGeo, curating good lists is probably the best way to stay up to date with geospatial developments.

      To get you started (or to potentially enrich your existing lists), I thought I’d share my Geospatial and SpatialDataScience lists with you. And the best thing: you don’t need to go through all the >150 entries manually! Instead, go to your Mastodon account settings and under “Import and export” you’ll find a tool to import and merge my list.csv with your lists:

      And if you are not following the geospatial hashtags yet, you can search or click on the hashtags you’re interested in and start following to get all tagged posts into your timeline:

    • sur Using AI to Detect Oil Spills

      Publié: 3 February 2024, 10:09am CET par Keir Clarke
      SkyTruth's Cerulean is a global monitoring system which uses AI to detect oil slick pollution in satellite imagery. It also identifies nearby vessels which might have been responsible for the pollution. The Cerulean interactive map identifies the locations of possible oil slicks that might go unnoticed by traditional methods, hopefully leading to faster response and cleanup efforts.Cerulean
    • sur Car Commutes are Getting Longer

      Publié: 2 February 2024, 10:13am CET par Keir Clarke
      During the height of the Covid epidemic a number of visualizations were created to show the drop in road traffic and public transit use. As people were forced to quarantine and work from home our roads and transit networks saw an observable fall in traffic.For example Buzzfeed teamed up with Mapbox to create a series of interactive mapped visualizations showing the reduction in road traffic in
    • sur Enhancing capabilities by adopting Standards for emerging technologies

      Publié: 1 February 2024, 3:34pm CET par Simon Chester

      The pace of technological change is increasing as new products are made available, with ground-breaking innovation often resulting in disruptive change. Coupled with this technological change is the explosion of data from new sources relevant to the geospatial domain, including imagery, sensor feeds, and real-time tracking data. Organisations in the public, private, and third sectors must remain agile and resilient to thrive in this emerging landscape.

      Adoption of new technological innovations into large, controlled IT enterprises can be challenging, because of associated costs, integration challenges, and processes. The Open Geospatial Consortium (OGC) is a standards body that, for the last 30 years, has been working to innovate and create community driven Standards in the geospatial domain. These Standards are designed to ensure data and services are Findable, Accessible, Interoperable, and Reusable (FAIR), whilst ensuring that the developed Standards are suited to the target domain and straightforward to adopt. FAIR principles can also be applied to the integration of new technologies into large enterprises, to ensure that interaction patterns with new technologies are known, and the components offering the technology are interchangeable.

      Standardising AI/ML Training Data

      An OGC Standard supporting a decidedly recent phenomenon is the OGC Training Data Markup Language for Artificial Intelligence. Artificial Intelligence (AI), Machine Learning (ML), and associated applications have been the subject of research since the 1990s and earlier. However, it is only recently that the necessary computational power and, importantly, the data to train AI models, have been available. Training data is the lifeblood of AI. As the old axiom goes, “garbage in, garbage out” and AI models are no different. Additionally, AI models and their inner workings can be opaque with the ‘black box’ effect on the inputs and outputs. Therefore, standardising the management of training data is important for scientific endeavours, not least for repeatability but also the FAIR principles.

      In addition to utilising AI to do typical geospatial and imagery work, we are also seeing AI used to create simulated data for training – or even nefarious purposes. Recording information about the input data to ML models in a standardised manner assists with the management and authenticity of outputs. By way of example, the image below is a completely fictional landscape created using some training data of a UK city and a Generational Adversarial Network (GAN). Standardising the training dataset metadata enables others to create their own simulated data with the same feel, whilst understanding the input parameters and likely outcomes.

      Quantum Computing

      While AI/ML is one current technology trend that offers a great example of how the technological landscape can change overnight, like with the 2022 release of ChatGPT, another disruptive technology set that has been on the horizon for the past few decades is Quantum Computing.

      Although not likely to be a complete replacement for classical computing, quantum computing potentially offers an exponential speed-up to solving problems that are difficult for classical computing to manage. This is not necessarily because quantum computers are faster in the super computing sense, it is that their approach to solving problems is fundamentally different to classical computing. Classical computing operates by manipulating bits that are either in a 1 or a 0 position, chaining enough of these operations together enables computing machines to do useful work. Quantum computers are different in that their fundamental building block is the qubit that can exist in a superposition of both 1 and 0. There are also different types of quantum computing, circuit-based quantum computers are those that can do the headline-grabbing factoring of large numbers and therefore will be able to crack RSA encryption (which is built on the principle that factoring large numbers is hard). The second type of quantum computing is quantum annealing or adiabatic quantum computing that lends itself to solving optimisation problems.

      The geospatial domain is full of optimisation problems, a typical example is the Travelling Salesperson Problem where a salesperson is required to visit several geographically dispersed locations with the constraint that they must visit each location once and only once while completing the route with the lowest cost (shortest distance, fastest drivetime). Another optimisation style problem is the Structural Imbalance Problem where an algorithm attempts to split a social network (often with a geospatial element) into friendly groups where, in a balanced graph, all relationships within the groups are friendly, while all the relationships between the groups are hostile. In the real world it is not usually possible to get a perfect result. This highlights relationships that do not fit the model (strained), which can be a predictor of conflict.

      Practical quantum computing is now possible, there are several providers such as Rigetti, D-Wave, and the likes of Amazon, Google, and Microsoft who are starting to make their quantum computing resources available via the cloud. Although none of the quantum computers are sizable enough to provide a quantum advantage in the optimisation space, new quantum computers are planned that will be able to. As a stop gap, there are classical/quantum hybrid approaches that offer advantages of quantum computing but can solve practical problems.

      As with many emerging technologies, the interaction patterns for these new quantum computers and hybrid solvers have not yet been standardised and are bespoke down to the hardware. The D-Wave system with the Ocean SDK for quantum computing has patterns and calls that cover many of the optimisation style calls that one could use a quantum solver for. Perhaps the next move for the OGC is to understand the impact of quantum computing through a Domain Working Group to support geospatial optimisation-style problems through a group dedicated to quantum computing and the opportunities it affords.

      Where next?

      Keeping a close eye on emerging technologies and getting ahead of the curve, in terms of adoption, enables Standards to be created that assist with integration and can provide meaningful change to organisations. The technology is the exciting piece and can offer untold opportunities, and the quicker and smoother these technologies can be adopted into the organisations that make use of them, the better the return for businesses, users, and citizens. Good, domain-driven Standards-definition is key to a FAIRer technology landscape.

      A quantum computing ad-hoc session will be held at 15:30 CET on March 27 , 2024, as part of the 128th OGC Member Meeting in Delft, Netherlands, to discuss the possibility of Standardisation in the Quantum Computing domain. 
      The overall theme of the meeting is “Geo-BIM for the Built Environment” and will additionally include a Geo-BIM Summit, a Land Admin Special Session, an Observational Data Special Session, a Built Environment Joint Session, a meeting of the Europe Forum, as well as the usual SWG & DWG meetings and social & networking events. Learn more and register here.

      Sam Meek is the Chief Technology Officer at Helyx Secure Information Systems Ltd.

      The post Enhancing capabilities by adopting Standards for emerging technologies appeared first on Open Geospatial Consortium.

    • sur Mapping Gaza's Destroyed Buildings

      Publié: 1 February 2024, 2:25pm CET par Keir Clarke
      The Guardian has used satellite imagery and open-source evidence to map the mass destruction of buildings and land in Gaza. A story-map in How war destroyed Gaza’s neighbourhoods guides you through satellite imagery of three neighborhoods in Gaza (Beit Hanoun, al-Zahra and Khan Younis) documenting the destruction of civilian infrastructure by Israel. The destroyed buildings in the
    • sur Mapping Oil and Gas Emissions

      Publié: 1 February 2024, 9:31am CET par Keir Clarke
      The Oil Climate Index plus Gas (OCI?) is an open-source tool that estimates and compares the life-cycle greenhouse gas (GHG) emissions of individual oil and gas resources around the world. In estimating the total emissions of individual oil and gas assets OCI? calculates emissions across the entire life cycle of oil and gas, from production and processing to transportation and end-use. The
    • sur GeoServer Team: A Comprehensive Guide to Publishing a Shapefile in GeoServer

      Publié: 1 February 2024, 1:00am CET

      GeoSpatial Techno is a startup focused on geospatial information that is providing e-learning courses to enhance the knowledge of geospatial information users, students, and other startups. The main approach of this startup is providing quality, valid specialized training in the field of geospatial information.

      ( YouTube | LinkedIn | Facebook | Reddit | X )

      A Comprehensive Guide to publishing a Shapefile in GeoServer

      In this session, we want to talk about “How to Publish Shapefile in GeoServer” comprehensively. If you want to access the complete tutorial, simply click on the link

      Introduction

      The Data section contains configuration options for all the different data-related settings that GeoServer uses to access and publish geospatial information. It also describes how to load, manage, and publish data in the GeoServer web interface. Each section contains the specific pages that provide add, view, edit, and delete capabilities.

      Note. In this blog post, we used GeoServer version 2.20.0.

      Workspaces

      A Workspace serves as a means to group and organize similar layers together. It enables you to associate multiple layers and stores with a single workspace. Each workspace can be managed independently, with its own security policies, data administrator, and web services. Generally, a workspace is created for each project, along with its corresponding stores and layers.

      Add a workspace

      To create a new workspace, navigate to Data > Workspaces page. Click on the Add new workspace, then you have to enter a Workspace Name and Namespace URI.

      • Workspace Name: It is an identifier describing your project. It must not exceed ten characters or contain spaces (due to use as an XML “prefix” when downloading content).
      • Namespace URI: URI stands for Uniform Resource Identifier, is a formal system for uniquely identifying resources, and consists of two types: URL and URN. A Namespace URI does not need to point to an actual location on the web and only needs to be a unique identifier.
      • Default Workspace: This setting is useful when you only have one workspace defined. The setting allows users to communicate with the web service using just the layer name (rather than prefix:layer name required when managing hundreds of workspaces). select the Default Workspace checkbox to assign this as your default workspace.
      • Sometimes the same feature type needs to be published multiple times with a different mapping and with the same name. This can be done in GeoServer using Isolated Workspaces functionality.

      Press the Submit button to save your new workspace.

      Edit a workspace

      To view or edit a workspace, click on the Workspace name, then a workspace configuration page will be displayed.

      • For Settings, select the Enabled checkbox to customize the settings and contact details for the workspace level. This allows you to define an introduction to your workspace, and override the global settings for your workspace.
      • Use the checkbox located next to each service to override the Global Settings for the associated service. Once enabled, clicking on the Services link will open the settings page for the service, allowing default values for the service title, abstract, and other details to be supplied.
      • The Security tab allows to set data access rules at the workspace level. To create/edit the workspace’s data access rules, check/uncheck checkboxes according to the desired role.
      Remove a workspace

      To remove a workspace, select it by clicking the checkbox next to the workspace. Multiple workspaces can be selected, or all can be selected by clicking the checkbox in the header. Click the Remove selected workspace(s) link. Now you will be asked to confirm or cancel the removal.

      Pressing OK removes the selected workspace(s).

      Stores

      The Stores manage the connection parameters between GeoServer and the data sources where your spatial data reside. They provide a mechanism for GeoServer to connect to various data repositories, including file systems, databases, and cloud storage services. Each store represents a unique data source and has its configuration settings.

      Add a store

      To add a Store, navigate to Data > Stores page. Click on Add new store, then you will be prompted to choose a data source. GeoServer supports several different data formats, but they are classified into three types: “Vector data”, “Raster data”, and “Cascaded Services”.

      • Vector data formats include Shapefile, GeoPackage, PostGIS, and Properties. The most common and widely used option is Shapefile.
      • Raster data formats include ArcGrid, GeoPackage, GeoTIFF, ImageMosaic, and WorldImage. The most used and well-known are the GeoTIFF and the WorldImage. GeoTIFF is a spatial extension of the “TIFF” format and tags image files with geographic information. A WorldImage is similar, but georeferencing information is saved in an external text file.
      • Cascaded Services include WFS, WMS, and WMTS. GeoServer can proxy a remote Web Map Service and Web Map Tile Service and load it as a store in GeoServer.

      Other data sources are supplied as GeoServer extensions. Extensions are downloadable modules that add functionality to GeoServer. Click the appropriate data source to configure the store, because the connection parameters vary depending on data format.

      To create a Shapefile data store, follow these steps:

      • Select the desired workspace from the drop-down menu.
      • Enter the Data Source Name. Make sure the “Enabled” checkbox is selected. Otherwise, access to the store along with all the datasets defined, will be disabled for it.
      • In the “Shapefile location”, click on the Browse link to define the location of the shapefile.
      • The DBF file format has a field for character encoding, but it doesn’t always accurately indicate the actual encoding used. As a result, it is important to specify the DBF character set correctly when decoding strings to ensure accurate interpretation of the data.

      When finished, press the Save button. Now it will automatically redirect to the Add New Layer page, which will be completely described in the Layer section. Next, we will explain how to edit and remove the store.

      Edit a store

      To view or edit a store, click on the Store name. A Store configuration page will be displayed. The exact contents of this page depend on the specific format of the Store. After your configuration is modified, press the Save button.

      Remove a store

      To remove a Store, click the checkbox next to the store. Multiple stores can be selected, or all can be selected by clicking the checkbox in the header. Click the Remove selected stores. You will be asked to confirm the removal of the configuration for the store(s) and all resources defined under them.

      Pressing OK removes the selected Store(s), and returns to the Stores page.

      Layers

      From the administration interface, navigate to the Data > Layers page. On this page, you can view and edit existing layers, add a new layer, or remove a layer. It also shows you the type of layers in the Type column, with a different icon for vector and raster layers, according to the geometry shape. The Title, Workspace, and Store values of each layer are shown.

      Add a layer

      Clicking the Add a new layer, brings up a New Layer Chooser panel. The menu displays all currently enabled stores. If you want to add a new layer for a published resource, click on Publish Again. Note that when republishing the name of the new layer may have to be modified to avoid conflict with an existing layer.

      The beginning sections (Basic Resource Info, Keywords, and Metadata link) provide metadata, specifically textual information that makes the layer data easier to understand and work with. The metadata information will appear in the capabilities documents which refer to the layer. These options are:

      • Name: The identifier used to reference the layer in WMS requests that are filled automatically. Note that for a new layer for an already-published resource, the name must be changed to avoid conflict.
      • Enabled: A layer that is not enabled won’t be available to any kind of request, it will just show up in the configuration and in REST config.
      • Advertised: A layer is advertised by default. A non-advertised layer will be available in all data access requests (for example, WMS GetMap, WMS GetFeature) but won’t appear in any capabilities document or the layer preview.
      • Title: The human-readable description to briefly identify the layer to clients that filled automatically. GeoServer provides an item for the title and abstract and describes how to specify metadata in different languages. By default, it’s disabled and can be enabled from the i18n checkbox.
      • Abstract: It describes the layer in detail.
      • Keywords: List of short words associated with the layer to assist catalog searching. To add a new keyword, enter your keyword, then press the Add Keyword button to add it.
      • Metadata & Data Links: It allows linking to external documents that describe the data layer. The Type input provides a few example types, like FGDC or ISO19115, but allows any other type to be declared. Format provides its mime type, while URL points to the actual metadata.

      A Coordinate Reference System (CRS) defines how georeferenced spatial data relates to real locations on the Earth’s surface. GeoServer needs to know the CRS of your data. This information is used for computing the latitude/longitude bounding box and reprojecting the data during both WMS and WFS requests.

      • Native SRS: Specifies the coordinate system the layer is stored in. Clicking the projection link displays a description of the SRS.
      • Declared SRS: Specifies the coordinate system GeoServer publishes to clients.
      • SRS Handling: Determines how GeoServer should handle projection when the two SRSes differ. Possible values are:
        • Force declared: This is the default option and normally the best course of action. Use this option when the source has no native CRS, has a wrong one, or has one matching the EPSG code.
        • Reproject from native: This setting should be used when the native data set has a CRS that does not match any official EPSG. E.g. Lambert Conformal Conic to WGS84.
        • Keep native: This is a setting that should be used in very rare cases. Keeping native means using the declared one in the capabilities documents, but then using the native CRS in all other requests.

      The Bounding Box determines the extent of the data within a layer. It includes two items: “Native Bounding Box” and “Lat/Lon Bounding Box”. Generate the bounds for the layer by pressing the Compute from data and Compute from native bounds button in the Bounding Boxes section.

      Vector layers have a list of the “Feature Type Details”. These include the Property and Type of a data source. Remember that, if you want to change your data by ArcGIS or QGIS, like add or remove features or fields, or edit the attribute table contents, there is no need to create a layer again in the GeoServer, just press the Reload feature type, so your layer will be updated.

      Remember that GeoServer, by default, publishes all the features that are currently available in the layer. However, if you wish to limit the features to a specific subset, you can achieve this by specifying a CQL filter in the configuration. Upon completing the layer configuration, finalize the process by pressing the Save button. This action will create the layer based on the specifications you have provided.

      Edit a layer

      To view or edit a layer, click on the Layer Name from the Layer page. A layer configuration page will be displayed. After your configuration is modified, press the Save button.

      Remove a layer

      To remove a layer, select the checkbox next to the layer. Multiple layers can be selected, or all can be selected by clicking the checkbox in the header. By clicking the Remove selected layers link, you will be asked to confirm the removal of the configuration for the layer(s) and all resources defined under them.

      Press OK removes the selected layer(s), and returns to the Layers page.

    • sur The Five Minute Fantasy Map Maker

      Publié: 31 January 2024, 9:54am CET par Keir Clarke
      This is Middle England an interactive fantasy map which I made in under 5 minutes, using World Anvil. Middle England is a sacred a magical realm steeped in the ancient lores of rune-crafting, dream-weaving and alchemy.World Anvil bills itself as a "Worldbuilding Toolset & RPG Campaign Manager Created for Writers, Gamemasters & Creatives". One of the tools in this tool-set is a map
    • sur gvSIG Team: Manual gvSIG Desktop 2.6

      Publié: 30 January 2024, 11:23am CET

      La última versión de gvSIG Desktop además de considerables mejoras ha traído un cambio en la interfaz del programa, modernizando el aspecto de los iconos utilizados.

      Hoy os compartimos el manual completo en PDF de gvSIG Desktop 2.6, que es una guía estupenda para los nuevos usuarios y a los que lleváis tiempo trabajando con gvSIG Desktop os puede ser útil para familiarizaros con los nuevos iconos.

      Y aunque seréis los menos, para los que queráis seguir utilizando el juego de iconos «clásico» podéis instalarlo desde el Administrador de Complementos.

      El manual de gvSIG Desktop 2.6 se puede descargar en este enlace.

    • sur Using AI to Age OSM Maps

      Publié: 30 January 2024, 9:52am CET par Keir Clarke
      The screenshot above, from the SynthMap Demo, shows a side-by-side view of an Open Street Map and an AI generated map of the same OSM data changed to look like a 19th Century era Ordnance Survey map. This Victorian cosplaying map (on the right) was developed by Zekun Li, of the University of Minnesota, who trained an AI to transform OpenStreetMap data into images that resemble the
    • sur 3liz: Sortie de Lizmap Web Client 3.7

      Publié: 29 January 2024, 12:00pm CET
      Lizmap Web Client 3.7

      Nous sommes heureux d'annoncer la sortie de Lizmap Web Client 3.7, la nouvelle version majeure de l'application.

      Financeurs Avignon Territoire de Belfort Calvados French province Direction Départemental du Territoire et de la Mer de l'Hérault Faunalia Lons-le-Saunier Grand Narbonne urban community Valabre Pré-requis et installation

      Il est désormais requis d'avoir un QGIS serveur minimum 3.22. Cependant, nous recommandons fortement d'utiliser une version LTR plus récente, comme la version 3.28 ou bien même la prochaine version LTR 3.34. Consultez la feuille de route QGIS.

      Pour utiliser pleinement de cette version 3.7, n'oubliez pas de mettre à jour votre extension Lizmap dans QGIS bureautique. Nous avons écrit un article dédié sur cette nouvelle version.

      Fonctionnalités Refonte du thème par défaut

      Un nouveau thème est disponible, apportant une interface utilisateur plus à jour. Il est désormais également plus facile de mettre à jour ces couleurs, car cela a été centralisé en utilisant seulement quelques variables CSS.

      Nouveau thème

      Dataviz

      Dans l'extension, vous pouvez trouver de nouveaux paramètres pour chaque graphique. Par exemple, il est possible de définir deux titres différents, selon l'endroit où le graphique est affiché : soit dans le panneau principal de visualisation de données, soit dans une popup.

      La principale nouvelle fonctionnalité est la mise en page par Glisser&Déposer. Nous nous sommes inspirés de la fonctionnalité native de QGIS concernant la Mise en page du formulaire Glisser-Déposer. Dans Lizmap, lorsque vous avez de nombreux graphiques à afficher, vous pouvez les organiser en onglets ou conteneurs.

      Dans QGIS, voici un exemple de mise en page des graphiques :

      New Drag&Drop layout for Dataviz

      et voici le résultat dans Lizmap Web Client :

      New Drag&Drop layout for Dataviz

      Ces nouvelles fonctionnalités ont été financées par DDTM 34.

      Légende

      C'est l'une des fonctionnalités les plus visibles et attendues de Lizmap, il est possible de cocher/décocher les éléments de la légende individuellement.

      Nous avons également revu la façon dont Lizmap gérait les couches de base dans le projet (fonds de carte). Les utilisateurs sont désormais invités à utiliser le groupe baselayers dans la légende pour définir les couches de base. À l'aide d'une version à jour de l'extension, vous pouvez utiliser l'onglet "Fonds" pour vous aider.

      Nous avons également décidé d'utiliser le même comportement que dans QGIS Bureautique concernant la manière dont les utilisateurs manipulent la légende. Désormais, lors de l'activation d'un groupe, toutes les couches incluses dans ce groupe ne seront pas activées automatiquement.

      New theme

      Pour inclure ces nouvelles fonctionnalités, beaucoup de re-factorisation du code Javascript ont été réalisées sous le capot, financées par le département du Calvados et Le Grand Narbonne.

      Mise en page

      Dans l'extension, un nouveau panneau sur les mises en page a été ajouté. Vous êtes invités à jeter un œil à ces nouveaux paramètres. Il est possible de :

      • définir par mise en page si nous l'activons ou non sur l'interface Web. Avant, il était seulement possible de choisir d'activer ou non l'impression à l'échelle des propriétés du projet
      • définir les groupes Lizmap qui sont autorisés à accéder à chaque mise en page
      • définir une icône personnalisée lorsque la mise en page est basée sur un atlas.
      • réduire le nombre de formats disponibles. Plus besoin de Javascript pour avoir une interface simplifiée
      • ...

      Nouvelles options concernant les mises en page dans l'extension

      Ces nouvelles fonctionnalités ont été financées par DDTM 34.

      Au cours de ce travail, nous avons déprécié l'extension QGIS serveur AtlasPrint. Lizmap utilise désormais la fonctionnalité native de QGIS Serveur pour exporter en PDF un élément de l'atlas.

      Edition WebDAV

      Faunalia a contribué directement au code source de Lizmap en ajoutant le support WebDAV dans le formulaire d'édition lorsque l'outil d'édition a été défini sur stockage WebDAV. Vous pouvez consulter la documentation en ligne. Cela fonctionne également lors de l'affichage de la popup.

      Relations entre les tables

      Le support des relations 1-n entre tables a été amélioré lors de l'édition de ces couches :

      • Ajout d'une nouvelle entité "enfant" depuis la popup d'un parent
      • Affichage du tableau des entités "enfants" depuis le formulaire d'édition d'un parent

      Add a child

      Add a child

      Ces améliorations des relations 1-n ont été financées à la fois par la ville d'Avignon et Valabre.

      Dessin Texte et mesure

      Il est possible d'annoter la carte avec du texte dans l'outil de dessin. Les mesures ont également été améliorées.

      New draw text and measure options

      Ces fonctionnalités ont été financées par le Territoire de Belfort et Lons-le-Saunier.

      Contraintes

      Lors du dessin de certaines géométries sur Lizmap, vous pouvez désormais définir une contrainte de longueur et/ou d'angle.

      Constraints

      Action

      De nouveaux "contextes" ont été ajoutés à la fonctionnalité Actions. Avant, les actions n'étaient disponibles que pour le contexte d'entité. Avec la version 3.7, les actions peuvent être définies dans le contexte couche (similaire à la fonctionnalité native de QGIS) ou même au niveau duprojet.

      Nouveaux contextes pour les actions

      Ces nouveautés ont été financées par Porte du Soleil.

      Javascript

      En raison du travail qui a été effectué lors de la légende ou d'autres fonctionnalités de Lizmap, certains scripts Javascript précédents pourraient ne plus fonctionner et devront être adaptés.

      Bonne nouvelle, certains de ces anciens scripts pourraient ne plus être nécessaires. Par exemple, à propos de la légende, vous êtes invités à passer au thème QGIS natif.

      Téléchargement

      Vous pouvez télécharger le dernier zip sur notre page des sorties.

      Vous pouvez également consulter la liste des modifications complètes ("changelog") de la version 3.7.0, en anglais.

      Modules

      À la date du 29 janvier 2024, voici la liste des modules qui ont été mis à jour pour 3.7 :

      Les autres modules sont en cours.

      Nous espérons que vous allez apprécier cette nouvelle version ?

      L'équipe 3Liz

    • sur 3liz: Release of Lizmap Web Client 3.7

      Publié: 29 January 2024, 12:00pm CET
      Lizmap Web Client 3.7

      3Liz is pleased to announce the release of Lizmap Web Client 3.7, the new major version of the application.

      Funders Avignon Territoire de Belfort Calvados French province Direction Départemental du Territoire et de la Mer de l'Hérault Faunalia Lons-le-Saunier Grand Narbonne urban community Valabre Pre-requirements and installation

      It is now required to have a minimum QGIS server 3.22. However, we highly recommend using the latest LTR version, i.e. version 3.28 or even soon the next LTR version 3.34. Check the QGIS roadmap.

      To take full advantage of this version 3.7, don't forget to update your Lizmap plugin in QGIS desktop. We've written an article dedicated to this new version.

      Features Overhaul of the default theme

      A new theme is available, bringing a more up-to-date UI. It's now also easier to update these colors, because it has been centralized using just a few CSS variables.

      New theme

      Dataviz

      In the plugin, you can find new settings about each plot. For instance, it's possible to set two different titles, depending on where the plot is displayed : either in the main dataviz panel or within a popup.

      The main new feature is the Drag&Drop layout. We have been inspired by the native feature in QGIS about the Drag&Drop form layout. In Lizmap, when you have many plots to display, you can organize them in tabs or containers.

      In QGIS, this is an example of the layout :

      New Drag&Drop layout for Dataviz

      and the result in Lizmap Web Client :

      New Drag&Drop layout for Dataviz

      These new features have been funded by DDTM 34.

      Legend

      This is one of the most visible and expected feature in Lizmap, it's possible to check/uncheck the legend items individually.

      We also reviewed the way Lizmap was managing base layers in the project. Users are now invited to use the baselayers group in the legend to define your base layers. With an updated version of the plugin, use the "Baselayers" tab to help you.

      We also decided to stick to the same behavior as in QGIS Desktop on how users are manipulating the legend. Now, when enabling a group, it will not toggle "ON" all layers included within this group.

      New theme

      To include these new features, a lot of Javascript refactoring has been done under the hood, funded by both Calvados province and Le Grand Narbonne.

      Layouts

      In the plugin, a new panel about layouts landed. You are invited to have a look to these new settings. It's possible to :

      • set per layout if we enable it or not on the web interface. Before, it was only possible to choose to enable or not printing capabilities at the project level.
      • define Lizmap groups which are allowed to access this layout
      • define a custom icon when the layout is based on an atlas.
      • reduce the number of formats available. No more Javascript needed to have a simplified interface
      • ...

      New print options in the plugin

      These new features have been funded by DDTM 34.

      During this work, we deprecated the QGIS server plugin AtlasPrint. Lizmap now uses the native feature from QGIS Server for printing an atlas feature.

      Editing WebDAV

      Faunalia contributed directly on the Lizmap source code by adding WebDAV support in form when the editing widget has been set to WebDAV storage, check the online documentation. It works as well when displaying the popup.

      Relations between tables

      The support of relations 1-n between tables has been improved when editing these layers :

      • Adding new "child" features from the popup of a parent
      • Displaying the table of "child" features from the editing form of a parent

      Add a child

      Add a child

      These improvements about relations 1-n were funded by both Avignon city and Valabre.

      Drawing Text and measures

      It's possible to annotate the map with some text in the drawing tool. Measures have been improved as well.

      New draw text and measure options

      These features were funded by Territoire de Belfort and Lons-le-Saunier.

      Constraints

      When digitizing some geometries on Lizmap, you can now set some length and/or angle constraints.

      Constraints

      Actions

      Some new scopes have been added the Actions feature. Before, it was only the feature scope. With 3.7, Actions can be defined in the layer scope or (similar to QGIS native actions feature) or even in the project scope.

      New contexts for Actions

      These new features have been funded by Porte du Soleil.

      Javascript

      Due to the work which have been done during the legend or other features in Lizmap, some previous Javascript script might not work anymore and need to be adapted.

      Good news, some of these legacy scripts might not be needed anymore. For instance, about the legend, you are invited to switch to the native QGIS theme feature.

      Download

      You can download the latest zip on our releases page.

      You can also check the full changelog of version 3.7.0.

      Modules

      As of January 29rd 2024, this is the list of modules which have been released for 3.7 :

      Other modules are work-in-progress.

      We hope you will enjoy this new version ?

      The 3Liz team

    • sur Free and Open Source GIS Ramblings: Trajectools update: stop detection & trajectory styling

      Publié: 27 January 2024, 2:38pm CET

      The Trajectools toolbox has continued growing:

      I’m continuously testing the algorithms integrated so far to see if they work as GIS users would expect and can to ensure that they can be integrated in Processing model seamlessly.

      Because naming things is tricky, I’m currently struggling with how to best group the toolbox algorithms into meaningful categories. I looked into the categories mentioned in OGC Moving Features Access but honestly found them kind of lacking:

      Andrienko et al.’s book “Visual Analytics of Movement” comes closer to what I’m looking for:

      … but I’m not convinced yet. So take the above listed three categories with a grain of salt. Those may change before the release. (Any inputs / feedback / recommendation welcome!)

      Let me close this quick status update with a screencast showcasing stop detection in AIS data, featuring the recently added trajectory styling using interpolated lines:

      While Trajectools is getting ready for its 2.0 release, you can get the current development version directly from [https:]] .

    • sur GIScussions: Geomob London – a Cracking Night of Maps

      Publié: 26 January 2024, 3:38pm CET

      I must have said this before but I will say it again, if you live anywhere near to London and you are into geotech, maps or location influenced applications then you should give Geomob a try. I’d offer you a money back guarantee but as it’s free that isn’t necesary but more on that later.

      On Wednesday night (24th Jan 2024) we had nearly a hundred people attending what truly was a cracking event, the room was full (almost overfull), the speakers were eclectic, wide ranging and brilliant, the conversation was sparkling and mappy and it was a treat to be able to stand outside the pub drinking in January.

      For a run down on the 5 speakers and their talks have a look at the @Geomob thread on mastodon

      The talks covered a new javascript library, a Welsh language version of OSM, crowd sourcing neighbourhood boundaries in New Zealand, mapping bus routes and stops in India and the audience favourite (and mine) A Map Inside. This was a perfect selection of talks, technical, quirky, passionate and absorbing. As always, the best is saved for the end when we go to the nearby pub and chat, make new friends and discover new opportunities.

      There is something very special about Geomob and that is perhaps evidenced by its expansion from its origins in London to regular events in Barcelona, Berlin, Finland, Lisbon, Munich and Tel Aviv. Geomob would not be possible without the energy and commitment of Ed Freyfogle whose company OpenCage is the principal sponsor of the events (and the podcast) and the generous sponsors – OpenCage, Mappery, Esri UK, Ed Parsons, Geolytix and SplashMaps.

      But here is the rub, the numbers are increasing (which is good) and beer prices are also increasing (which is not so good) so the cost of running the events is increasing faster than sponsorship. We need more sponsors or larger sponsorship to keep Geomob growing and spreading geo-goodness to a wider audience, can you help us? It could be an individual or a company sponsoring events in a city or worldwide or it could be that you would like to sponsor a podcast episode and get a mention of your organisation as a sponsor in our podcast (great if you are hiring or launching a new service). Ed and I have some ideas for novel approaches to sponsorship and would be happy to discuss them with you, just message me through the contact form.

      Geomob always needs speakers at the events and on the podcast so if you fancy presenting or being interviewed get in touch with us.

    • sur Developers invited to the February 2024 OGC API – Coverages Virtual Code Sprint

      Publié: 25 January 2024, 3:00pm CET par Simon Chester

      The Open Geospatial Consortium (OGC) invites developers to the 2024 OGC API – Coverages Virtual Code Sprint, to be held February 13-15, 2024. Registration is free and open to the public.

      The Sprint will focus on refining the OGC API – Coverages – Part 1: Core candidate Standard. OGC API – Coverages enables clients to efficiently retrieve a subset of spatiotemporal data for a given time, area, and resolution of interest through a simple Web API. 

      Typically, this data is returned in a gridded format such as netCDF, GeoTIFF, CoverageJSON, or CIS JSON, although this also extends to other coverage data types, such as point clouds in e.g. LAS/LASZip format, or tiled coverage data. The candidate Standard also supports the listing and retrieving of data and metadata for individual scenes making up a coverage.

      Example types of coverages, sometimes called GeoDataCubes, include weather and climate datasets, Earth Observation time series, static environmental data such as digital elevation models, land cover classification, and point clouds obtained from LiDAR capture or photogrammetry. Furthermore, in recent OGC activities, the development of a proposed GeoDataCube API Standard has leveraged OGC API – Coverages as a Core foundation for data access. 

      An OGC Sprint is a collaborative and inclusive event driven by innovative and rapid programming with minimal process and organization constraints to support the development of candidate standards and applications that implement those standards.

      During the virtual code sprint, there will be an opportunity for joint discussion with all participants on the goals and objectives of the event, as well as the final briefing of findings and opinions of the participants. However, the majority of the time will be spent in collaboration between participants in active coding. 

      To learn more about how the family of OGC API Standards work together to provide modular “building blocks for location” that address both simple and the most complex use-cases, visit ogcapi.org. For more technical information about OGC Standards, including how to get started, links to each Standards’ GitHub page, official Standards documents, compliance, and more, visit developer.ogc.org

      The Sprint will take place on GoToMeeting and Discord platforms from 8:00am to 6:30pm (US Eastern) each day from February 13-15, 2024. 

      For more information on the Sprint, including objectives, agenda, and registration, visit the February 2024 OGC API ? Coverages Virtual Code Sprint wiki page on GitHub. Information on other OGC Sprints or events for developers can be found on the OGC Developer Events wiki on GitHub.

      The post Developers invited to the February 2024 OGC API – Coverages Virtual Code Sprint appeared first on Open Geospatial Consortium.

    • sur GeoSolutions: GeoSolutions at GeoWeek Feb 11-13 (Booth 548): Cesium/3D Tiles Support in MapStore

      Publié: 25 January 2024, 2:08pm CET

      You must be logged into the site to view this content.

    • sur GeoTools Team: GeoTools 30.2 Released

      Publié: 25 January 2024, 7:56am CET
      &nbsp;The GeoTools team is pleased to the release of the latest stable version of&nbsp;GeoTools 30.2: geotools-30.2-bin.zip&nbsp; geotools-30.2-doc.zip&nbsp; geotools-30.2-userguide.zip&nbsp; geotools-30.2-project.zip&nbsp; This release is also available from the&nbsp;OSGeo Maven Repository&nbsp;and is made in conjunction with GeoServer 2.24.1. The release was made by Jody Garnett (GeoCat).
    • sur GeoServer Team: GeoServer 2.24.2 Release

      Publié: 24 January 2024, 1:00am CET

      GeoServer 2.24.2 release is now available with downloads (bin, war, windows), along with docs and extensions.

      This is a stable release of GeoServer recommended for production use. GeoServer 2.24.2 is made in conjunction with GeoTools 30.2, and GeoWebCache 1.24.2.

      Thanks to Jody Garnett (GeoCat) for making this release, everyone who contributed, and to Georg Weickelt and Peter Smythe for preflight testing.

      Security Considerations

      This release addresses security vulnerabilities and is considered an essential upgrade for production systems.

      See project security policy for more information on how security vulnerabilities are managed.

      Release notes

      Improvement:

      • GEOS-11213 Improve REST external upload method unzipping
      • GEOS-11246 Schemaless plugin performance for WFS
      • GEOS-11219 Upgraded mail and activation libraries for SMTP compatibility

      Bug:

      • GEOS-9757 Return a service exception when client provided WMS dimensions are not a match
      • GEOS-11051 Env parametrization does not save correctly in AuthKey extension
      • GEOS-11223 Layer not visible in preview/capabilities if security closes the workspace, but allows access to the layer
      • GEOS-11224 Platform independent binary doesn’t start properly with default data directory
      • GEOS-11235 preauthentication filters - session reuse even after having logout
      • GEOS-11241 ModificationProxy breaks information hidding on CatalogInfo.accept(CatalogVisitor) exposing the proxied object
      • GEOS-11250 WFS GeoJSON encoder fails with an exception if an infinity number is used in the geometry
      • GEOS-11255 Multiple inserts in WPS with different idGen strategies does not work

      Task:

      For the complete list see 2.24.2 release notes.

      Community Updates

      Community module development:

      Community modules are shared as source code to encourage collaboration. If a topic being explored is of interest to you, please contact the module developer to offer assistance.

      About GeoServer 2.24 Series

      Additional information on GeoServer 2.24 series:

      Release notes: ( 2.24.2 | 2.24.1 | 2.24.0 | 2.24-RC )

    • sur GeoSolutions: Partnership with Nordiq Group

      Publié: 23 January 2024, 12:25pm CET

      You must be logged into the site to view this content.

    • sur Stefano Costa: I libri che ho letto nel 2023

      Publié: 20 January 2024, 12:46pm CET

      Fine anno, tempo di elenchi (bilanci, no). Nel 2023 ho letto pochino.

      David Graeber, Debito

      Questo è il libro che mi ha impegnato per più tempo. È un saggio, ed era da tempo che non leggevo un saggio, non sono più abituato allo stile e all’impegno richiesto. È un testo rivoluzionario a livello sociologico e psicologico (smonta il senso di colpa!) ancora più che a livello economico. Ha uno stile abbastanza scorrevole (per me) ma comunque è denso di nozioni, confronti tra fatti e conseguenze scagliate come frecce ad ogni pagina. Non conoscevo David Graeber prima della pubblicazione postuma del libro L’alba di tutto (The dawn of everything), scritto a quattro mani con l’archeologo David Wengrow. Ho pensato che non ci fosse nessuna fretta e fosse invece un bene partire da qui per conoscere il lavoro di Graeber, e sono contento di averlo fatto.

      Enzo Barnabà, Morte agli Italiani!

      Il massacro di Aigues-Mortes, che il 17 agosto 1893 costò la vita a nove operai italiani linciati da una folla inferocita, rappresenta un episodio capitale nella storia dei rapporti tra l’Italia e la Francia.

      Questo libro di Enzo Barnabà è breve, preciso e senza orpelli.

      Racconta la tragedia del massacro di Aigues-Mortes, le premesse che lo hanno reso possibile, le conseguenze che ebbe in Italia capaci di sconvolgere gli assetti politici sia del governo sia delle giovani formazioni socialiste.

      Lucia Tozzi, Dopo il turismo

      Questo libro è stato scritto di getto nei mesi del lockdown. Trafigge come una spada convinzioni e luoghi comuni, in modo anche un po’ crudele. Il turismo è insostenibile. Distrugge le comunità delle persone, i luoghi abitati da queste comunità.

      Sono passati appena 3 anni e sembra la cronaca della rivoluzione mancata di un altro pianeta. Abbiamo già dimenticato tutto quello che è accaduto e quello che avrebbe potuto accadere.

      Il libro può essere “acquistato” gratuitamente in formato ePub dal sito dell’editore nottetempo.

      Luca Mercalli, Salire in montagna

      La cosa che mi fa incazzare di questo libro è che è scritto da una persona di cui avevo una stima incondizionata, frutto di altre letture (non della trasmissione televisiva). Ma questo libro sembra scritto da Paolo Rumiz. Infatti Mercalli ce l’ha con chi abita in montagna, con chi non ci abita più, con chi non ci abita e non ci ha mai abitato. Lo scopo principale del libro è lamentarsi della burocrazia che gli impedisce di costruire la sua seconda casa, dove può trovare riparo dalle zanzare della sua abitazione indipendente di pianura. Salire in montagna sarebbe un antidoto al riscaldamento globale, dice il sottotitolo, ma se va bene dire una fesseria del genere al bar, trovarlo propagandato da un climatologo fa per l’appunto incazzare. Le montagne tutte e in particolare le Alpi sono uno degli ecosistemi più fragili di fronte al cambiamento climatico, e per fortuna questa semplice nozione fa capolino qua e là tra le pagine del libro. Costruire una casa recuperando un edificio storico invece che buttarlo giù è una bella cosa, molto costosa (ma Mercalli alla fine non ci dice quanto) ma ne vale la pena perché potremmo ripopolare la montagna lavorando al computer, secondo la logica deformata di questo libro. Non ne sopporto l’idea di fondo perché è la propaganda di una idea individualista, come se i venti milioni di abitanti della pianura padana potessero trovare spazio per la loro seconda casa sulle montagne e salvarsi così tutti dal riscaldamento globale (che li lascerà comunque a morire di fame). E nelle prime pagine è riportata virgola per virgola una pseudoetimologia sull’idronimo della Dora presa da Wikipedia, che mi ha reso da subito indisposto. E non c’è nemmeno una carta geografica.

      Assia Djebar, Bianco d’Algeria

      Questo libro è sicuramente quello che ho faticato di più a leggere, nonostante non sia molto lungo. Trasuda nella sua componente principale un dolore immenso, il dolore di un popolo intero. Parla dello sradicamento ineludibile di chi deve usare la lingua degli oppressori per esprimersi, anche quando questa espressione raggiunge livelli altissimi e anche quando gli oppressori francesi si manifestano come la più grande sciagura mai accaduta al popolo algerino. Parla di profondissimi legami con le persone che per la libertà hanno messo tutto il proprio corpo e non solo il proprio intelletto, a costo di perdere la vita.

      Chinelo Okparanta, Sotto gli alberi di udala

      Questo libro inizia con una carta geografica della Nigeria, e questo potrebbe essere sufficiente a metterlo vicino al mio cuore (perché mi piacciono molto le carte geografiche). Ritrovo il Biafra devastato e dilaniato dalla ferocia della guerra civile di Metà di un sole giallo, con un pesantissimo supplizio in più. La protagonista è costretta a vivere con crescente angoscia la propria omosessualità, perché in Nigeria è un peccato mortale che viene punito in modo sommario, anche con linciaggi. Ma nella seconda parte si riaccende la speranza. È la stessa Africa dove oggi vacilla un po’ il colonialismo europeo.

      Beata Umubyeyi Mairesse, I tuoi figli ovunque dispersi

      Anche questo libro è un racconto di sradicamento, che attraversa più generazioni. Tra Ruanda e Francia, tra nonna, madre, figlio, la protagonista trova un senso, anche linguistico, al proprio passato e al proprio futuro, nonostante il trauma del genocidio, della fuga dal genocidio e dello sradicamento che ne deriva. Bellissimo, straziante e lucido.

      Gabriela Wiener, Sanguemisto

      Anche questo libro è un racconto di sradicamento, che attraversa più generazioni (non ho sbagliato a fare copia e incolla). È un libro molto forte che si aggancia quasi chimicamente con letture accademiche che sto facendo in questo periodo, su archeologia e colonialismo (in Italia non esiste il postcolonialismo). Ma è anche un tripudio agrodolce di femminilità.

      Inizio il 2024 leggendo L’incendio di Cecilia Sala e Tutta intera di Espérance Hakuzwimana.

    • sur gvSIG Team: IDE del Ayuntamiento de Albacete, optimizando la gestión de la información

      Publié: 18 January 2024, 3:04pm CET

      Os traemos una presentación de la Infraestructura de Datos Espaciales (IDE) de Albacete, proyecto estratégico destinado a proporcionar un marco tecnológico y organizativo para la gestión, acceso y uso de la información geoespacial en el ámbito del municipio de Albacete. Este proyecto ha tenido como objetivo principal mejorar la toma de decisiones, impulsar el desarrollo urbano sostenible y fomentar la colaboración entre los diferentes actores involucrados en la planificación y gestión del territorio.

      La ponencia presenta los trabajos principales y avances de la implantación de la IDE de Albacete. Durante el proyecto se ha llevado a cabo tanto la recopilación, integración y homogeneización de una amplia variedad de datos geoespaciales como el desarrollo de herramientas orientadas a ampliar la funcionalidad de la IDE y a fomentar la participación de los distintos departamentos municipales.

      En cuanto a los avances logrados, se ha implementado una plataforma tecnológica robusta y escalable, con base tecnológica en la Suite gvSIG, que permite la gestión eficiente de la información geoespacial y su difusión a través de un conjunto de geoportales y servicios web interoperables. Además de los geoportales de uso interno,se ha publicado un visor cartográfico principal y un número creciente de geoportales temáticos (turismo, urbanismo, movilidad, etc.).

      Además, se han desarrollado herramientas específicas que facilitan el acceso y uso de los datos geoespaciales por parte de los diferentes usuarios del Ayuntamiento de Albacete, destacando integraciones con otros sistemas informáticos como el gestor de expedientes SEDIPUALBA / SEGEX, el Catastro con acceso a datos protegidos o el Padrón. Integrada con la IDE desarrollada con gvSIG Online, también se cuenta con la app móvil gvSIG Mapps para la toma de datos en campo, tanto en modo online como offline, y un catálogo de metadatos basado en Geonetwork.

      Por último, hay que reseñar que el proyecto también ha implicado un esfuerzo en formación y divulgación entre el personal técnico del Ayuntamiento de Albacete.

      En conclusión, la implantación de la Infraestructura de Datos Espaciales de Albacete representa un paso significativo hacia una gestión territorial más eficiente y sostenible. Un proyecto que puede servir de referencia para otros municipios con necesidades similares.

    • sur OGC forms new GeoZarr Standards Working Group to establish a Zarr encoding for geospatial data

      Publié: 18 January 2024, 3:00pm CET par Simon Chester

      The Open Geospatial Consortium (OGC) is excited to announce the formation of the OGC GeoZarr Standards Working Group (SWG). The new SWG will develop a Zarr encoding for geospatial gridded data in the form of Zarr conventions.

      Zarr is a cloud-native data format for n-dimensional arrays that enables access to data in compressed chunks of the original array. Zarr facilitates portability and interoperability on both object stores and hard disks. 

      As a generic data format, Zarr has increasingly become popular to use for geospatial purposes. As such, in June 2022, OGC endorsed Zarr V2.0 as an OGC Community Standard. The purpose of the GeoZarr SWG is to have an explicitly geospatial Zarr Standard (GeoZarr) adopted by OGC that establishes flexible and inclusive conventions for the Zarr cloud-native format that meet the diverse requirements of the geospatial domain. These conventions aim to provide a clear and standardized framework for organizing and describing data that ensures unambiguous representation.

      The objectives of GeoZarr conventions include:

      1. Compatibility: Ensuring easy compatibility with popular mapping and data analysis tools such as GDAL, Xarray, ArcGIS, QGIS, and other visualization tools, enabling seamless integration into existing workflows.
      2. Dimensions: Supporting multi-dimensional data, such as hyperspectral and altitude information, to address diverse geospatial data requirements.
      3. Data Discovery: Providing metadata for discovering, accessing, and retrieving the data, including composite products made of multiple data arrays.
      4. Mixing Data: Facilitating the combination of different types of geospatial data, including satellite images, elevation maps, and weather models, to create comprehensive and informative datasets.
      5. Flexibility: Allowing scientists and researchers to work with diverse data types and projections in their preferred software and programming languages, promoting flexibility and adaptability in geospatial data processing and analysis.

      In addition to the encoding of geospatial data and metadata, the GeoZarr Standard will provide a multi-dimensional alternative to the two-dimensional Cloud-Optimized GeoTiff format (COG – adopted by OGC in May 2023), which has lately gained popularity due to its serverless capabilities. These capabilities will allow for inherent support of traditionally server-based functions, such as visualization (similar to OGC API – Maps), data subset access (analogous to OGC API – Coverages), and symbology (equivalent to OGC API – Styles). These aspects are planned to be incorporated as optional profiles (e.g. conformance classes).

      OGC Members interested in staying up to date on the progress of this standard, or contributing to its development, are encouraged to join the GeoZarr Standards Working Group via the OGC Portal. Non-OGC members who would like to know more about participating in this SWG are encouraged to contact the OGC Standards Program.

      The post OGC forms new GeoZarr Standards Working Group to establish a Zarr encoding for geospatial data appeared first on Open Geospatial Consortium.

    • sur Insights from Innovation Days 2023

      Publié: 17 January 2024, 11:44am CET par Simon Chester

      At the end of another year of prototyping software, experimenting with data access, and debating how to overcome geospatial technology’s many challenges, teams from OGC member organizations gathered in Washington DC to share 2023’s work and help OGC decide what challenges we should address in 2024.

      Representatives of government agencies and industry – from FEMA and Natural Resources Canada, to Intact, Canada’s largest insurer – highlighted their successes, current needs, and aspirations. Through panel discussions, demos, and conversations over coffee, teams from startups, like FloodMapp and Navteca, to established industry players, like Bentley Systems and GDIT, shared what they could do to meet today’s needs and shape the tools and systems we’ll be using next. 

      Here are three key takeaways learned from listening in:

      • While looking at maps is the obvious way to interact with spatial data, advances in Artificial Intelligence (AI) mean that a conversation with a map may become normal. Though what this change implies is less clear. 
      • Sensors, surveys, and citizens continue to produce data at scale. Different approaches – from indexing and cataloging to tagging and the semantic web – help us navigate this endless sea of data, yet too often unable to find the right data when we need it.
      • If we were to add another ‘A’ to the FAIR Principles, it might stand for ‘Actionable.’ Even when you can find the data you need, access it, and combine it with other data, robust methods for transforming all that data into actionable intelligence remain limited. The push for organizations to report on how their data supports their decisions may, in 2024, drive collaboration on Standards for describing chains of modeling, inference, and reasoning.
      Moderator Eldrich L. Frazier (FGDC and panelists Ryan Ahola (NRCan), Matt Webster (Barbaricum) Tom Landry (Intact Financial Corporation) and Jim Antonisse (WiSC) discuss the transformative power of Geospatial Artificial Intelligence (GeoAI). AI is changing how we interact with maps and spatial data

      Following the late 2022 public launch of ChatGPT, “AI” became mainstream in 2023 – and its applications in geospatial broadened. This was clear at Innovation Days 2023. 

      In the early 2020s, excitement around AI in the geospatial tech community centered around automating the laborious process of identifying the important objects in satellite images and pulling out key data points from large datasets. This transformed the work of many geospatial analysts and developers, as noted by AI Panel chair Rich Frazier (USGS), but had limited impact on how most people interact with maps and spatial data. The panel’s conversation on AI centered on the potential consequences of our newfound ability to speak to an AI tool and ask it to create a map or run a spatial analysis.

      Many of us are already doing this in specific contexts, such as asking your phone for driving directions, but advanced spatial analysis still requires mice and menus. This is why Natural Language Processing (NLP) felt like such a breakthrough in 2023. First, it has the potential to bypass specialized software and technical language and almost remove the barrier to entry for harnessing geospatial data. It’s therefore no surprise that NLP featured in several presentations, including those by Navteca co-founder Shayna Solis and Voyager Search’s founder Brian Goldin. Additionally, it might let developers and analysts operate more efficiently and create better products. As highlighted by Matt Webster of Barbaricum, who paraphrased economist Richard Baldwin from his presentation at the May 2023 World Economic Forum’s Growth Summit, “AI won’t take your job, but someone using AI will.” The specialist using NLP AI technology has another tool to deploy and they’re likely to use it to their advantage.

      Shayna Solis, CEO & Co-founder of Navteca demonstrated using Conversational AI to interact with geospatial data for disaster response.

      The takeaway is that the current stage of AI not only democratizes access to geospatial information but also enhances user experience and engagement – if we can learn to ask the right questions with the right words. This is the sticky part of the problem. If geospatial really is in everything, there’s a diverse set of questions (aka prompt engineering) for us to teach the NLP AIs to understand. The organizations who gathered at Innovation Days 2023 might start building lots of one-task NLP tools, proliferating the “driving directions” application, or aim for more general ways of describing our mapmaking aims when we speak with an AI tool. Either way, this area looks set for a busy 2024. 

      Finding the right data when we need it is still too hard

      “When it comes to asset-scale climate resilience planning, most people don’t want data, they want data-based answers to key questions. Our challenge is helping them extract actionable intelligence from our data in the form of plain-language answers to their questions.”

      David Herring, Communication, Education and Engagement Division Chief – NOAA Climate Program Office.

      A common refrain at Innovation Days 2023 was the ongoing difficulty surfacing the ‘right data’ when it’s needed. Scott Kaplan (USGS, Civil Air Patrol) spoke about the critical need for the ‘right data’ to support crews fighting wildfires. Kasie Richards (American Red Cross) called out the need for the ‘right data’ for planning for future patterns of extreme weather events that will look different from the past. Tom Landry (Intact) pointed to the need to enable public-private partnerships that could make the ‘right data’ held by private entities discoverable and usable for applications that benefit the public.

      Catalogs, indexes, semantic knowledge organization systems, and machine-readable metadata systems have proliferated as organizations attempt to keep pace with the growth in data, but the conversations among panelists suggest that these approaches haven’t solved the problem – and it’s worsening as more data is generated.

      Alan Lediner (NYC GISMO) characterized the inability to ask for and find what we need in all this data as a “communication problem.” This framing links what we’re stuck on (finding the right data) to where we’re moving toward (using natural language prompts) but requires (again) that we figure out how to describe what we mean when we say ‘the right data.’

      Discussions about how to find the right data were threaded throughout the panels at Innovation Days 2023, highlighted by Alan Leidner speaking about data for emergency response.

      There’s another factor that makes addressing the findability problem particularly urgent for 2024: spiraling costs due to duplication. People often make local copies of data they think they’ll need so that they can later access it quickly and reprocess it on their own infrastructure. Dave Borges (CEOS, NASA) pointed to the unintended consequences of this widespread practice: spiraling financial (and environmental) costs, and, perversely, greater difficulty finding the ‘right’ version of a dataset, as multiple organizations make their own versions of datasets cloud-accessible. It’s hard to see us breaking this habit without creating confidence that other organization’s datasets will be findable (and generally FAIR) when they’re needed. Designs that account for people’s behavior and attitudes toward their data sources may push forward Findability as the organizations gathered at Innovation Days 2023 build the next cloud-native geospatial systems.

      Data is actionable when it is accountable

      Responding to emergencies, preparing for future extreme events, and redesigning infrastructures for resilience in a changing climate are all high-stakes uses of geospatial data and technologies that impact lives and communities. Craig Fugate (FEMA), in his keynote at Innovation Days 2023, emphasized these impacts. 

      Craig Fugate, Former Administrator, Federal Emergency Management Agency (FEMA), during his keynote address.

      Craig encouraged us to think differently about our challenges, suggesting specific changes like taking a “maximum of maximums approach” when formulating an emergency response plan that can quickly scale up the response as an emergency is unfolding. Equally important, in his judgment, were proposed changes to longer term planning and response, such as explicitly considering equity and equality when planning how to deploy resources to prevent disasters or rebuild after they occur. This push for innovation, many years in the making and challenging in its own right, is facing new complications as it intersects with a growing drive for accountability. 

      Accountability, and the ability to demonstrate that decisions were backed by sound data and reasoning, is emerging as an essential part of decision-making processes – particularly for government and public sector organizations. It’s also supporting new, effective practices because it can allow people and organizations to confidently back the changes made. Synthesizing comments from Shanna McClain (NASA), Norman Speicher (DHS), and Ryan Ahola (NRCan), this in practice means the geospatial community needs to develop methods and systems that allow audits of the complex chains of data, models, tools, and people that inform decisions.

      Building these methods and systems will require organizations to grapple with how we express uncertainty, which is only compounded by the growing use of AI tools. One example of how this challenge may play out came from the AI Panel’s discussion on visually representing results in ways that won’t impart false confidence. Juliette Murphy’s (FloodMapp) presentation provided another, highlighting the challenges of getting people to think in terms of probabilities when buying a home in a flood-prone area. Looking to 2024, expect to see considerations of uncertainty and accountability continue to intersect as new geospatial approaches to climate & disaster resilience are developed.

      Juliette Murphy (FloodMapp) discusses the challenges of conveying uncertainty, probability and risk. What comes next?

      The tendency for geospatial organizations to operate as “Silos of Excellence” was a common theme brought up by several speakers at Innovation Days 2023. The collaborative, consensus-driven approach that underpins all activities at OGC is a proven method for overcoming this challenge. Progress in 2024 will require more collaboration across the community, including between those who use geospatial tools and those affected by the decisions they’re informing. Indeed, how we interact with location data, how we find the geospatial information we need, and how we make data-driven decisions accountable are all issues being tackled by our community through OGC COSI Initiatives, Working Groups, and events. A few to look out for in 2024:

      • The OGC Artificial Intelligence in Geoinformatics Domain Working Group (GeoAI DWG) is exploring the implications of natural language processing (NLP) integration with GIS. This public group is broadly focused on fostering collaboration among diverse stakeholders to address gaps and impacts of AI on OGC standards, and is launching a monthly speaker series in early 2024.
      • SpatioTemporal Asset Catalog (STAC) is a proposed OGC Community Standard that conforms to OGC APIs and provides an interoperable metadata framework that simplifies the process of finding and using geospatial assets from different providers.  In 2024, multiple OGC Code Sprints will continue to give our community a platform to collaborate on emerging OGC and Community Standards and implementations.
      • Trust is an essential component of producing actionable geospatial intelligence. As the push continues towards interoperable tool chains for modeling, inference, and reasoning, Standards such as OGC Training Data Markup Language for Artificial Intelligence (TrainingDML-AI) can improve trustworthiness by formalizing how modeling training data is prepared, including data provenance and quality. The Training Data Markup Language for AI Standards Working Group will continue this important work in 2024.
      • The Climate and Disaster Resilience Pilot will kick off in Spring 2024, continuing to prototype new Standards-based tools, models, and methods for critical applications – from building warning systems that support natural disaster response to integrating Climate models into emergency management planning. There’s still time to apply to participate and receive funding to address these critical challenges.

      By necessity, this blog is only able to cover a small snapshot of the many discussions, insights, and conversations resulting from OGC Innovation Days 2023. A big thank you goes out to all the presenters, panelists, attendees, and other OGC community members that helped make it such a success.

      We look forward to seeing many of our community members at the 128th OGC Member Meeting in Delft, Netherlands, March 25-29, and later at OGC Innovation Days 2024.

      Want to join the conversation around collaboration and innovation across geospatial data and technologies? Contact OGC or sign up to the OGC Newsletter to hear about upcoming events, funding opportunities, and the latest geospatial Standards.

      The post Insights from Innovation Days 2023 appeared first on Open Geospatial Consortium.

    • sur Announcing the 2024 Joint OGC ASF OSGeo Code Sprint

      Publié: 12 January 2024, 3:00pm CET par Simon Chester

      The Open Geospatial Consortium (OGC), Apache Software Foundation (ASF), and Open Source Geospatial Foundation (OSGeo) are pleased to announce the date of the 4th annual Joint OGC ASF OSGeo Code Sprint as February 26-28, 2024.

      As a hybrid event, the face-to-face component will be held in Casa Cordovil-Universidade de Évora (Évora, Portugal), while the virtual component will be held via the OGC Events Discord server. Registration for the code sprint is free and open to the general public here.

      The code sprint will be hosted by Universidade de Évora, NaturalGIS and Geobeyond. Catering will be sponsored by NaturalGIS, Geobeyond and the European Union-funded GEOE3 project. Further sponsorship opportunities remain available: see below for more information.

      The code sprint will engage with multiple ASF and OSGeo projects, supported by OGC Standards – including OGC API Standards, the building blocks for location on the web. All OGC, Apache, and OSGeo projects, working groups, and members, as well as the wider public, are encouraged to participate. In addition to developers, technical writers are also encouraged to participate to help the various projects and working groups with their documentation.

      A code sprint is a collaborative and inclusive event driven by innovative and rapid programming with minimal process and organization constraints to support the development of new applications and candidate Standards.

      The goal of the 2024 Joint OGC ASF OSGeo Code Sprint is to advance support of open geospatial Standards within the developer community, while also advancing the Standards themselves. The code sprint will provide software developers a period of three days in which to focus on projects that implement open geospatial Standards.

      There will be an opportunity for joint discussion with other participants, as well as daily briefings from each project and working group. However, the majority of the time will be spent in collaboration between participants in active coding and related activities such as testing, reporting issues, and working on documentation. 

      The sprint will also provide a mentor stream that’s aimed at developers who are not yet familiar with the software projects and Standards. Through tutorials and 1:1 mentoring, the mentor stream aims to support developers in taking the first steps in their journey toward mastery of open geospatial Standards and projects.

      For more information on the code sprint, including registration, the projects and Standards involved, and FAQ, visit the 2024 Joint OGC-ASF-OSGeo Code Sprint website. Registration for in-person participation closes at 9:00am WET on the 19th of February, 2024. Registration for remote participation will remain open throughout the code sprint.

      To set the context of the code sprint, and to help participants prepare, there will be a one-hour pre-event webinar on Discord at 14:00 WET/UTC/GMT, on February 20.

      The agenda and other logistical information about the code sprint can be found on the 2024 Joint OGC – OSGeo – ASF Code Sprint GitHub Wiki. Information on other OGC Sprints or events for developers can be found on the OGC Developer Events wiki on GitHub.

      Event Sponsorship

      Opportunities to sponsor the code sprint remain available. A range of packages are available that offer different opportunities for organizations to support the geospatial development community while promoting their products or services. Visit the OGC Code Sprint sponsorship page for more information. Organizations interested in sponsoring the Code Sprint should contact the OGC Standards Program and OSGeo point of contact

      About OSGeo
      OSGeo is a not-for-profit organization whose mission is to foster global adoption of open geospatial technology by being an inclusive software foundation devoted to an open philosophy and participatory community driven development.

      About the Apache Software Foundation
      Since 1999, The Apache Software Foundation has been shepherding, developing, and incubating Open Source innovations “The Apache Way”. The ASF’s all-volunteer community comprising 816 individual Members and 8,500 Committers on six continents steward 227M+ lines of code, oversee 350+ Apache projects and their communities, and provide $22B+ worth of software to the public at 100% no cost.

      The post Announcing the 2024 Joint OGC ASF OSGeo Code Sprint appeared first on Open Geospatial Consortium.

    • sur Ghost Tubebusters

      Publié: 2 January 2024, 9:55am CET par Keir Clarke
      Beneath the bustling streets of London lies a hidden network of forgotten tunnels and abandoned platforms. These are the ghost stations of the London Underground, silent remnants of a bygone era, whispered tales of lost journeys and urban legends. Your job as London's first ever official Tubebuster is to find all of London's ghost stations. In this fun game you need to read the
    • sur The True Size of Australia

      Publié: 1 January 2024, 10:12am CET par Keir Clarke
      The first thing I saw in 2024 was this Tweet by Darren Wiens:Cartographers have long known about the area distortion of the North due to the Mercator projection commonly used on web maps (e.g. Greenland vs. Africa), but weird no one talks about New Zealand being larger than Australia? See for yourself here:True Size of Australia — Darren Wiens (@dkwiens) December 31, 2023 I can assure you that
    • sur Sean Gillies: 2024 running goals

      Publié: 1 January 2024, 12:00am CET

      I've registered for the Never Summer 100K (my 3rd) at the end of July, the Black Squirrel Trail Half-Marathon (my 4th) in early September, and the Bear 100 Mile at the end of September (my 2nd try). All are events that I've run before, but never as a set. I ran Never Summer and Black Squirrel together in 2021. I did the shorter 60K version of Never Summer last year along with the Bear.

      I intend to do Never Summer as part of my build up for the Bear 100. I'll give it a good go, but stay composed, and be mindful that it will be just the first week of my peak training block. I registered for Black Squirrel because I've missed running it, could be really fit that week, and some faster running might be a fun break from the long slogs of late summer.

      Finishing the Bear 100 is my number one goal. I'd like to finish and do well at Never Summer and Black Squirrel, too, but am ready to sacrifice these goals if I must.

      Along the way to finishing the Bear I'm going to try to add 250 miles at 220 feet per mile to last year's numbers, so 1850 miles running and 275,000 feet of climbing. This is feasible if things go well. I ran 2000 miles in 2021.

      I aim to lose at least 15 pounds in the next 9 months so I don't have to drag them for 30 hours through the mountains of Utah and Idaho. I'll have to omit junk food and DIPAs to do it. In their place, I can work on training my stomach to handle Spring Energy gels.

      My last goal is to increase the flexibility and durability of my ankles so that I have a better chance of weathering the trails of the Bear in 2024. I'm planning to get some physical therapy help on this early this next spring.

      Good luck in reaching your own goals for next year, whether they are on or off trail!

    • sur Tom Kralidis: Cheers to 2023

      Publié: 31 December 2023, 8:53pm CET
      2023 was a memorable year and quite the ride! Eventful and full swing on so many fronts. Here’s the annual rundown: pygeoapi: two releases, lots of development at code sprints and continuous improvement for the project. Dutch API rules, CRS and increased support for the various standards as they evolve. As well, numerous valuable discussions […]
    • sur Sean Gillies: Running in 2023

      Publié: 31 December 2023, 2:34am CET

      2023 was a pretty good running year. I was both ambitious and conservative, overcame some adversity and learned a lot. The numbers for 2023:

      • 363 hours

      • 1610 miles

      • 220,128 feet D+

      • 3 ultra finishes

      • 1 DNF

      Coming off a down year, I signed up for my first 100 mile run, and tried to do it on fairly minimal training relative to the big miles I ran in 2021. I got my third Quad Rock 50 mile finish in May, did the Kettle Moraine 60K fun run in June, and the Never Summer 60K in July.

      I had to manage and run through an episode of intense back pain in July, but recovered in time for the Bear 100 in September. At that race I was on track to finish in less than 36 hours, but wrecked my left ankle and dropped out at 61 miles. I'm going to try it again.

      I ran fewer miles than in 2019-2021 years, but did a lot of climbing (including a new weekly total high), and started 4 ultra-marathons. That's a new high for me.

      In 2024, I'll be trying a different mix of events. And I'll be back here at Kelly Lake.

      https://live.staticflickr.com/65535/53093994225_d7e5b0e5db_b.jpg

      Kelly Lake at Never Summer 2023

    • sur From GIS to Remote Sensing: Remotior Sensus Update: Version 0.3

      Publié: 30 December 2023, 1:38pm CET
      I'm glad to announce the update of Remotior Sensus to version 0.3.The main new feature is a new module for displaying an interface similar to the Semi-Automatic Classification Plugin (which is based on Remotior Sensus) in Jupyter notebooks.Jupyter notebooks are interactive documents that can be edited in a web browser, which allow for coding in Python and interact with widgets.
      The Jupyter interface is still in development and only a few tools are available. For the moment, the available tools are:
      • search and download of remote sensing images;
      • creation and management of Band Sets;
      • the dock for creating a training input and saving ROIs created interactively through polygons or region growing;
      • the import of vectors in training input;
      • the plot of spectral signatures;
      • the classification of the Band Sets;
      • a file browser for selecting files or directories.
      For example the following command displays the interface for downloading products.
      import remotior_sensus
      rs = remotior_sensus.Session(n_processes=2, available_ram=1000)
      rs.jupyter().download_interface()



      Of course this is a proof of concept, considering that this interface doesn't have all the functions of the Semi-Automatic Classification Plugin, and there are a few differences in the look and feel because of the characteristics of Jupyter notebooks.A tutorial describing this new feature will be released soon.
      For any comment or question, join the Facebook group or GitHub discussions about the Semi-Automatic Classification Plugin.

    • sur Real-Time 3D Mapping

      Publié: 30 December 2023, 10:24am CET par Keir Clarke
      Kaiwen Song and Juyong Zhang of the University of Science and Technology of China claim to be "the first to achieve real-time rendering of large-scale scenes" through the use of neural rendering. They have presented their findings to the world in their paper City-on-Web: Real-time Neural Rendering of Large-scale Scenes on the Web (the website of which includes three live demos). Neural Radiance
    • sur Andrea Antonello: SMASH 1.8 is out!

      Publié: 29 December 2023, 4:58pm CET

      Dear all, it has been a while, but some stuff has been going on in the SMASH community. And we now have a new release. So let's have a look at what is new.


      We farewell the play store

      It is a while we have additional work to do and are loosing usability in SMASH due to the restrictions imposed by the google store. The most impacting has sure been the fact to not be able to access the phone memory freely. And asking google permission to do so didn't work out, since it seems that only file browsers applications and antivirus need to access the memory freely.

      With the help of the F-Droid community (special thanks to IzzySoft, Linsu and Licaon-kter) we have been able to make our second appearance on the f-Droid store. And that is now enough to completely migrate there. So we made a last release of SMASH for the store today, but it will be the last one. Please from now on come and get SMASH from the F-Droid store, where the real open source apps live.

      Flutter map

      We finally made an upgrade of flutter_map, the map widget library used. This took so long, because the architecture of the library had changed and took some rework inside SMASH.

      And now on to the new features:

      Geometries inside forms

      One nice addition that we have to thank Luca Delucchi and the Digiagriapp for is the possibility to insert inside of complex notes.

       

      URL based forms combos

      It is now possible to insert in forms URLs to substitute long item lists in comboboxes (dropdown lists). This allows forms to be smaller in case of large amounts of items and also to be more dynamic.

      Gejson layer support

      Geojson is now one of the supported formats in read and write mode (together with geopackage and postgis). It can be used in combination with sld styling as for the other vector formats.

      More efficient toolbar

      The toolbar has been redone with more usability in mind.

      Editing is done on a sidebar now:

      and in the settings it is possible to remove unused buttons:

      leads to:

       

       Other tiny things that might be worth telling
      • now the default behavior of tile maps is to zoom beyond the max zoom level by scaling (no more white emptiness)
      • the current log panel has now 3 sizes for better overlay on map
      • the info tool is now a box selection tool and as such way more usable
      • online sources have been reworked to have the possibility to add and remove from the default. Also the default maps have been reviewed to ensure they are working
      • feature info now also presents the length and area of the geometry as derived value
      • we did many many bugfixes

      One last thing to add. SMASH 1.8 already presents the possibility to import layers from the new GSS server. This is still in testing mode and ongoing work with the Region Piemonte and not yet disseminated as such. Just to give an idea, it will be possible to generate database tables on the server based on form definitions and download the tables as layers from the GSS and sync them two-ways. Also it will allow for point, line and polygon geometries. All in all it will be an alternative way to take notes, still using the form system and having a way to synchronize data to teh central server instance. But well, this will probably be the next story to tell, once testing is done.

      Enjoy!!
       

      	
    • sur GeoTimeGuessr

      Publié: 29 December 2023, 10:53am CET par Keir Clarke
      Today we have a huge treat for fans of the popular GeoGuessr game. GeoGuessr is a geography game that takes you on a virtual trip around the world, blindfolded! It uses Google Street View to drop you in a random location somewhere on the planet, and your task is to figure out where you are based on the visual clues that you see around you.TimeGuessr is a very similar game to GeoGuessr - except
    • sur Subway Specs - Part III

      Publié: 28 December 2023, 10:20am CET par Keir Clarke
      Tokyo's Shinjuku Station is the world's busiest train station. Its is used by over 3.5 million passengers every day. To cope with that amount of traffic the station has to be very big. It has 35 platforms, while another 17 platforms can be accessed through hallways to 5 directly connected stations without traveling outside. With over 35 platforms and over 200 station exits it can be easy to
    • sur gvSIG Batoví: Repaso a los proyectos premiados (IV) en el Curso–Concurso Geoalfabetización mediante la utilización de Tecnologías de la Información Geográfica

      Publié: 27 December 2023, 3:29pm CET

      Dedicamos este post muy especialmente a los proyectos participantes desde Colombia, ya que es la primera vez que esta iniciativa cuenta con concursantes extranjeros.

      equipo del proyecto 6 Turismo, Desarrollo y Medio Ambiente en Choachí presentando mediante video-conferencia su trabajo frente a los demás equipos concursantes

      Para ello contamos con la colaboración de la Gobernación de Cundinamarca, a través de su Secretaría de Educación, que nos permitió extender la iniciativa del curso-concurso a todas la IED (instituciones educativas departamentales) de ese departamento colombiano.

      defensa final del proyecto 8 Conectando con el Agua: Georreferenciando El «Páramo de Guerrero» en Subachoque y su Importancia Hídrica frente a integrantes del jurado, y acompañados por su tutor

      Todos los equipos han hecho un excelente trabajo, a pesar de las dificultades que el traslado de la experiencia naturalmente implicaba: trabajo 100 % desde la virtualidad, aprendizaje de tecnologías desconocidas hasta el momento, diferencias culturales, dificultades en cuanto a la conectividad, etc. Al respecto cabe destacar la actitud de todos los equipos, siempre con la mejor disposición para capacitarse y para comprender los inconvenientes que pudieran surgir, así como para compartir conocimientos y aprendizajes.

      el equipo del proyecto 11 Mapeando nuestro territorio: Tabio compartiendo su trabajo con los demás participantes

      Queremos agradecer muy especialmente a quienes colaboraron desde la Secretaría de Educación de la Gobernación de Cundinamarca (Colombia), en particular a Efraín Castro; también a los equipos que se animaron a participar de la iniciativa y que han realizado impresionantes trabajos, además de demostrar una enorme paciencia hacia nosotros, organizadores de la propuesta; por último pero no menos importante, a Luis Vilches por haber logrado que esta participación desde Colombia finalmente se pudiera concretar. De nuestra parte, nos sentimos muy privilegiados de haber compartido un año más este proyecto con todos ustedes, e inmensamente agradecidos pues -una vez más- hemos aprendido mucho todos nosotros de esta hermosa experiencia.

      logo proyecto 6 logo proyecto 8 logo proyecto 11

      Por decisión del jurado resultó ganador el proyecto 6. El mismo fue desarrollado por estudiantes de décimo y undécimo grado de la IED Ignacio Pescador de la localidad de Choachí, siendo su docente de referencia la profesora Astrid Corredor. Asistió como tutor Neftalí Sillero, de la Faculdade de Ciências da Universidade do Porto (Portugal)

      Pueden acceder a los demás proyectos en los siguientes enlaces:

      proyecto 8: Conectando con el Agua: Georreferenciando El «Páramo de Guerrero» en Subachoque y su Importancia Hídrica, de estudiantes de séptimo, octavo y décimo de la IED La Pradera de la localidad de Subachoque. Docente de referencia: Sandra Milena Diaz Vargas; tutor: Antoni Pérez Navarro,  profesor de los Estudios de Informática, Multimedia y Telecomunicación, Universitat Oberta de Catalunya (España);

      proyecto 11: Recurso hídrico del municipio de Tabio: cuidado y preservación de la subcuenca del Río Chicú, de estudiantes de noveno y décimo de la IED Instituto Tecnico Comercial José de San Martín de la localidad de Tabio. Docente de referencia: John Castrillón; Tutora: Nadia Chaer, de la Comunidad gvSIG Uruguay (Uruguay);

    • sur QGIS España: Participación en la GeoCamp 2023

      Publié: 27 December 2023, 3:00pm CET
      GeoCamp ES

      GeoCamp es un congreso nacional sin ánimo de lucro, que nació en 2013 y que organiza anualmente el colectivo internacional de Geoinquietos. Esta Comunidad está formada por grupos informales que se reúnen para hablar y aprender sobre cualquier tema relacionado con las ciencias de la tierra y que siente una especial afinidad por los servicios de geodatos abiertos, proyectos comunitarios, software libre y aplicaciones SIG (Sistemas de Información Geográfica), especialmente los desarrollados en torno a la comunidad OSGeo (Open Source Geospatial).

      Este año Geocamp ha celebrado su 10ª Edición en septiembre en la isla de la Illa de San Simón en la ría de Vigo (Galicia - España) y ha tenido un formato Open Space, donde todos los participantes tienen un papel activo en la realización del evento para aumentar la interacción entre los asistentes para poder, con agilidad e improvisación, satisfacer espontáneamente las inquietudes de los participantes.

      Empezó el evento con un maravilloso día soleado y con la isla de San Simón recibiendo a los más de 40 participantes que llegamos en barco desde el puerto de Vigo atravesando la ría, en un viaje muy interesante, amenizado con la información histórica y cultura local de mano de los tripulantes. La pequeña isla con sus históricos edificios donde se podían configurar varios espacios, permitió la realización de numerosas actividades y reuniones, tanto dentro como en el exterior.

      A lo largo de la jornada se pudieron realizar seis espacios abiertos donde se habló y debatió sobre los temas que se eligieron por la propia iniciativa, interés y propuestas de los asistentes, y que fueron votados y aceptados por todos y cuyos puntos a destacar se pueden consultar aquí, documento resumen elaborado de forma conjunta por los participantes: OSM, Las Calles de las Mujeres, Geoportales participativos, JS y Web GL, Inteligencia Artificial y mapas, Teledetección, estado de las Comunidades, Estándares OGC y Blockchain.

      La charla plenaria que ofreció Carmen Torrecillas de la organización Civio nos mostró cómo hacer mapas y visualizaciones increíbles, gracias al gran trabajo que hacen por la transparencia y la vigilancia de los poderes públicos.

      Por supuesto, además, se comentaron todo tipo de inquietudes, experiencias, proyectos y objetivos (cómo la forma de manipular un pixel en la GPU, monitoreo de cetáceos, cooperativas, Joomla, montañismo, conjuros, etc.) a lo largo de todos los momentos en los que se pudo charlar mientras se disfrutaba de los ricos manjares gallegos, con los que se amenizaron los desayunos, comida y cena en un ambiente amable y creativo. Incluso pudimos disfrutar de fantásticas experiencias de la mano de nuestros organizadores fuera de programa como un concierto de rock ( @fpsampayo) o una queimada ( @michogar) cómo no podía ser de otra manera en esta maravillosa ciudad gallega.

      La organización local reservó una cena para aquellos que querían seguir compartiendo charlas y espacio. Aunque no es algo estrictamente necesario en un evento participativo como este, siempre ayuda a crear contactos y sinergias. De hecho, muchos de los asistentes, sobre todo si han tenido que venir de otras partes de la península y tienen que hacer noche en la ciudad, lo agradecieron y acudieron para cerrar de una manera festiva el encuentro.

      Como conclusiones, señalar que el formato de Open Space funcionó muy bien, contando con un amplio espacio disponible lo que facilitó la organización e incluso la gente se podría haber repartido en más grupos si hubiera sido necesario. De hecho, con grupos algo más reducidos se puede trabajar mejor la participación, aunque fue en éxito con grupos de unas 20 personas. Fue de agradecer haber previsto, mediante un formulario que se hizo llegar a los asistentes, una serie previa de temas a tratar agilizando la organización de los grupos. Realmente es un formato único para crear comunidad, aprender cosas nuevas y llevarse a casa un buen número de conocimientos e ideas. Muy gratificante haber podido conocer gente que no sabía lo que era este tipo de evento y que se encuentran con una experiencia realmente satisfactoria, donde se han podido compartir conocimientos en un ambiente participativo y distendido, que ayuda realmente a contactar a personas que ya tienen experiencia con otras que pueden estar empezando.

      Habrá que esperar al año que viene para volver a disfrutar de nuevo de un encuentro tan especial como este.

      Agradecimientos

      Felicitaciones a la organización:

      Micho ( @michogar), Paco ( @fpsampayo), Pablo ( @psanxiao), Carmen ( @carmen10maica) y Jorge ( @xurxosanz) por montar el evento, así como a Xeoinquedos y Ghandalf por la cobertura.

      También por supuesto a los que han confiado y apoyado económicamente el evento, ya que sin ellos no hubiera sido posible llevarlo a tan buen término (por orden cronológico de participación):

      Elastic; QGIS España; B’GEO; PSIG; solucions geografiques; GeoInnova; icarto.es/; Master SIG, UNIGIS Girona; geomatico; conterra; OSGeo; asefor; abtemas; Xunta de Galicia

      Enlaces de interés

      [https:]] ; [https:]]

    • sur SIG Libre Uruguay: ¡UTU presente!

      Publié: 26 December 2023, 8:34pm CET
    • sur SIG Libre Uruguay: sucu67

      Publié: 26 December 2023, 8:33pm CET
    • sur SIG Libre Uruguay: Vale la pena echarle un vistazo…

      Publié: 26 December 2023, 8:32pm CET
    • sur gvSIG Batoví: Repaso a los proyectos premiados (III) en el Curso–Concurso Geoalfabetización mediante la utilización de Tecnologías de la Información Geográfica

      Publié: 26 December 2023, 3:20pm CET

      Finalizando este repaso a los proyectos uruguayos premiados, toca el turno al proyecto N°3 denominado Geo 7°F.

      el equipo presentando su proyecto frente a los demás equipos concursantes

      El proyecto fue desarrollado por estudiantes (de 12 y 13 años) de la Escuela Técnica N°2 CME de la ciudad de Salto. La docente de referencia fue la profesora Daiana Olivera y el tutor del proyecto fue Romel Vázquez de la Universidad Central «Marta Abreu» de Las Villas (Cuba). El tema elegido fue el de las crecidas del río Uruguay y su influencia en la población de la ciudad de Salto.

      logo del proyecto

      Todos los proyectos han tenido sus particularidades; en este caso se trata del primer proyecto premiado perteneciente a una Escuela Técnica, siendo éste el primer año en que participan. La evolución que ha tenido este proyecto -en los escasos 3 meses de desarrollo- ha sido fantástica.

      el equipo recibiendo su merecido diploma, junto a autoridades de la enseñanza

      Es emocionante ver cómo cada equipo se entusiasma con sus proyectos, lo que se percibe en la jornada de cierre, a la que concurren con remeras, gorros y banderas con el logo que ellos mismos elaboraron (y algún souvenir más, como el caso de este equipo):

      Pueden acceder al proyecto aquí

      Queremos felicitar a todos los integrantes de equipo del Proyecto Nº3 Geo 7°F por su increíble trabajo

    • sur Santa Tracker Maps

      Publié: 24 December 2023, 10:00am CET par Keir Clarke
      Santa has begun work on his busiest day of the year. This year you can follow Santa's journey around the world, as he delivers presents to all the world's children, on both the Google Santa Tracker and the NORAD Santa Tracker. You can also follow Santa this year on the new Mapbox powered Santa Tracker.The Mapbox Santa Tracker consists of a 3D map encased in a 3D snow-globe (shake the globe to
    • sur QGIS Blog: QGIS Annual General Meeting – 2023

      Publié: 23 December 2023, 11:00pm CET

      Dear QGIS Community,

      We recently held our 2023 QGIS Annual General Meeting. The minutes of this meeting are available for all to view.

      This year, we did not have PSC elections. Anita Graser will continue as Vice-Chair, I will continue to serve on the PSC as chair, and our longstanding treasurer, Andreas Neumann, will complete the board. Furthermore, Jürgen Fischer, Alessandro Pasotti, and Régis Haubourg will continue on the PSC. Last but certainly not least, the PSC is completed by our project founder, Gary Sherman, and long-term PSC member Tim Sutton, who serve on the PSC as honorary PSC members. They both set the standard for our excellent project culture, and it is great to have his continued presence.

      QGIS has been growing from strength to strength, backed by a fantastic community of kind and collaborative users, developers, contributors and funders. This year, we reached another important milestone for the project’s sustainability by welcoming our first flagship sustaining member – Felt. I look forward to seeing how it continues to grow and flourish.

      Rock on QGIS!

      Cheers

      Marco Bernasocchi (QGIS.ORG Chair)

    • sur Where Might I Live?

      Publié: 23 December 2023, 10:31am CET par Keir Clarke
      There are 3,143 counties in the USA. One of them is probably perfect for you. But which one?What makes a perfect home can depend on a number of factors. Those factors are likely to be different for every single person. Where Might I Live can find your perfect US home based on your own personal criteria. Tell Where Might I Live what factors are important to you in choosing a home and it will
    • sur gvSIG Batoví: Repaso a los proyectos premiados (II) en el Curso–Concurso Geoalfabetización mediante la utilización de Tecnologías de la Información Geográfica

      Publié: 22 December 2023, 4:29pm CET

      Hoy nos toca comentar el proyecto N°5 denominado Mentes en crecimiento: Estudio de la leishmaniasis en el contexto del liceo N°2 de Salto: amenazas, debilidades, fortalezas y oportunidades en la actualidad. Este proyecto merece un destaque especial pues es continuación de otro que concursó en la edición anterior (de 2022) y que también resultó premiado.

      el equipo presentando su proyecto frente a los demás equipos concursantes

      El proyecto fue elaborado por estudiantes del Liceo Nº2 Dr. Antonio M. Grompone de la ciudad de Salto, siendo su docente de referencia la profesora María Patricia Leal, y su tutor Carlos Lara de la Facultad de Ciencias de la Universidad Católica de la Santísima Concepción (Chile). El tema del proyecto fue realizar un estudio descriptivo sobre las condiciones ambientales que favorecen la proliferación del vector Ludzomia Longipalpis, para promover acciones de salud tales como la promoción y prevención de la Leishmaniasis Visceral, que impacten positivamente a nivel comunitario.

      logo del proyecto

      Y debemos decir que los estudiantes integrantes del equipo (de 14 y 15 años de edad) hicieron algo que parecía difícil de conseguir: mejorar lo hecho el año anterior. Se trata de un gran trabajo que destaca tanto por la cantidad como por la calidad del material producido, que trascendió ampliamente los objetivos del concurso (por ejemplo, en la invención de un repelente natural contra el flebótomo (vector de trasmisión de la leishmaniasis) y de una trampa de luz para su captura)

      trampa de luz

      El equipo también realizó una página web del proyecto, algo que no era exigencia del concurso. Como en el caso anterior, recomendamos muy especialmente darle una hojeada: enlace aquí. Podrán apreciar por ustedes mismos todo lo que ha trabajado este equipo (especial atención a la sección Territorialización)

      proyecto

      Se estarán imaginando lo difícil que lo tuvo el jurado para emitir su fallo pues el nivel ha sido muy alto, y se desarrollaron varios proyectos excelentes, los que no tienen nada que envidiar a un trabajo académico o a un estudio de una consultora.

      los estudiantes en plena tarea el equipo, junto a integrantes del Equipo Coordinador

      Nuestras más sinceras felicitaciones al equipo del proyecto N°5 Mentes en crecimiento. Impresionante trabajo.

    • sur KAN T&IT Blog: Balance de Fin de Año

      Publié: 22 December 2023, 1:30pm CET

      Este es el momento perfecto para reflexionar sobre los logros alcanzados y los desafíos superados en este 2023. Kan Territory & IT, líder en el ámbito de las Geosoluciones para empresas, ha vivido un año excepcional, marcado por innovaciones, participaciones inspiradoras y un compromiso continuo con la excelencia.

      Este año no solo hemos mantenido la posición en la vanguardia de las tecnologías geoespaciales, sino que también hemos lanzado productos revolucionarios. Desde soluciones de mapeo más intuitivas hasta plataformas de análisis predictivo, nuestra gama de productos se ha expandido para satisfacer las crecientes demandas del mercado. Estamos emocionados por los éxitos logrados con estas nuevas herramientas, que han permitido a nuestros clientes optimizar sus operaciones y tomar decisiones más informadas.

      Consideramos que establecer vínculos sólidos con la comunidad empresarial y tecnológica es fundamental para garantizar un crecimiento sostenible. En consecuencia, durante el transcurso de este año, nos involucramos de manera activa en diversas instancias de intercambio y aprendizaje, tanto a nivel nacional, como fue el caso de las Jornadas de IDERA en La Pampa, como a nivel internacional, participando en eventos destacados como la Foss4G en Kosovo y Baltimore, Big Data for Space en Austria, y el UN-GGIM América en Chile y UN-GGIM Internacional en Nueva York. En todas estas instancias, nuestro compromiso fue compartir valiosos conocimientos, experiencias y perspectivas relacionadas con las últimas tendencias en geosoluciones. Desde conferencias magistrales hasta talleres prácticos, nuestro equipo desempeñó un papel activo en fomentar un diálogo enriquecedor que ha contribuido significativamente al progreso de la industria.

      Al mirar hacia atrás, estamos agradecidos por el apoyo continuo de nuestros clientes, socios y colaboradores. Cada logro de Kan Territory & IT es el resultado de un esfuerzo colectivo y de la confianza depositada en nosotros. Miramos hacia el futuro con optimismo, comprometidos a seguir innovando y ofreciendo soluciones que transformen positivamente la manera en que las empresas gestionan sus datos geoespaciales.

      Queremos expresar nuestro agradecimiento a todos los que han sido parte de nuestro viaje. Que el próximo año esté lleno de nuevos horizontes, oportunidades emocionantes y éxitos compartidos. Que el 2024 sea un año de crecimiento, innovación y colaboración continua. 

      El equipo Kan & It

    • sur Destroying People's Homes in Gaza

      Publié: 22 December 2023, 10:56am CET par Keir Clarke
      The International Committee of the Red Cross (ICRC) has begun creating interactive 3D models of destroyed homes, hospitals and businesses in order to help convey the devastation that ongoing military conflicts can have on ordinary people's lives. Using photogrammetry the ICRC has managed to create harrowing 3D models of an apartment block in Gaza destroyed by an Israeli airstrike in 2021, a
    • sur GeoTools Team: GeoTools 29.4 released

      Publié: 21 December 2023, 10:52am CET
      &nbsp; GeoTools 29.4 released The GeoTools team is pleased to announce the release of the latest maintenance version of&nbsp;GeoTools 29.4: geotools-29.4-bin.zip geotools-29.4-doc.zip geotools-29.4-userguide.zip geotools-29.4-project.zip This release is also available from the&nbsp;OSGeo Maven Repository&nbsp;and is made in conjunction with GeoServer
    • sur The Battle of Hong Kong

      Publié: 21 December 2023, 10:48am CET par Keir Clarke
      On the same morning that the Japanese attacked Pearl Harbor (Sunday, December 7, 19411) they also attacked the British Crown colony of Hong Kong. The Hong Kong garrison (consisting of British, Indian and Canadian units, the Auxiliary Defence Units and Hong Kong Volunteer Defence Corps) managed to hold out for over two weeks. However on Christmas Day 1941 the colony finally surrendered to the
    • sur gvSIG Batoví: Repaso a los proyectos premiados (I) en el Curso–Concurso Geoalfabetización mediante la utilización de Tecnologías de la Información Geográfica

      Publié: 20 December 2023, 8:23pm CET

      Habiendo culminado una nueva edición del Curso–Concurso Geoalfabetización mediante la utilización de Tecnologías de la Información Geográfica no queríamos despedir el año sin antes comentar brevemente algunos de los proyectos que han resultado seleccionados por el jurado como finalistas del concurso.

      el equipo presentando su proyecto frente a los demás equipos concursantes

      Comenzaremos por el que resultó ganador por Uruguay, denominado Urbapay (Proyecto N°12). Se trata de un proyecto elaborado por estudiantes de 12 y 13 años del Liceo N°4 Manuel Oribe de la ciudad de Paysandú. El profesor referente es Maximiliano Olivera y la tutoría del proyecto estuvo a cargo de Marino Carhuapoma (de IdeasG, de Perú). El proyecto trata del crecimiento urbano en parte de la ciudad, enfocado desde el punto de vista de los ODS N° 11 y 15, incluyendo propuestas de infraestructura y equipamiento urbano para la zona de estudio

      Recomendamos muy especialmente pegarle un repaso a los materiales entregados, donde uno puede apreciar el nivel y la calidad obtenidos en apenas 3 meses de trabajo (échenle un vistazo, por ejemplo, a los mapas elaborados):

      video

      documento

      presentación

      Como organizadores de la iniciativa no podemos quedar más que satisfechos por los resultados logrados, que nos demuestran que la idea del curso-concurso no sólo fue (y es) una excelente idea para enseñar de modo ameno, entretenido y profundo, sino que también contribuye en la formación de ciudadanía, al elaborase propuestas que no estaban en la idea inicial del proyecto, y tener éstas un impacto directo en el entorno (muchas de las propuestas que se incluyen en la entrega final terminan materializándose)

      el equipo recibiendo el reconocimiento de las autoridades de la enseñanza de Uruguay

      ¡Felicitaciones a todos los integrantes del equipo del proyecto N°12 Urbapay!

      Continuaremos en siguientes entradas con los demás proyectos.

    • sur Mapping the Alien Invasion

      Publié: 20 December 2023, 10:47am CET par Keir Clarke
      The National UFO Reporting Center has released a new interactive map which allows the human resistance movement, Networked UFO Tracking Squad (NUTS), to track and organize resistance against the ongoing extraterrestrial invasion of Earth.Thanks to this new global map NUTS has been able to identify hot-spots of alien invasion activity. It is believed that these hot-spots provide a clue as to the
    • sur Paul Ramsey: Data Science is Getting Ducky

      Publié: 19 December 2023, 5:00pm CET

      For a long time, a big constituency of users of PostGIS has been people with large data analytics problems that crush their desktop GIS systems. Or people who similarly find that their geospatial problems are too large to run in R. Or Python.

      These are data scientists or adjacent people. And when they ran into those problems, the first course of action would be to move the data and parts of the workload to a “real database server”.

      This all made sense to me.

      But recently, something transformative happened – Crunchy Data upgraded my work laptop to a MacBook Pro.

      Suddenly a GEOS compile that previously took 20 minutes, took 45 seconds.

      I now have processing power on my local laptop that previously was only available on a server. The MacBook Pro may be a leading indicator of this amount of power, but the trend is clear.

      What does that mean for default architectures and tooling?

      Well, for data science, it means that a program like DuckDB goes from being a bit of a curiosity, to being the default tool for handling large data processing workloads.

      What is DuckDB? According to the web site, it is “an in-process SQL OLAP database management system”. That doesn’t sound like a revolution in data science (it sounds really confusing).

      But consider what DuckDB rolls together:

      • A column-oriented processing engine that makes the most efficient possible use of the processors in modern computers. Parallelism to ensure all CPUs are made use of, and low-level optimizations to ensure each tick of those processors pushes as much data through the pipe as possible.
      • Wide ranging support for different data formats, so that integration can take place on-the-fly without requiring translation or sometimes even data download steps.

      Having those things together makes it a data science power tool, and removes a lot of the prior incentive that data scientists had to move their data into “real” databases.

      When they run into the limits of in-memory analysis in R or Python, they will instead serialize their data to local disk and use DuckDB to slam through the joins and filters that were blowing out their RAM before.

      They will also take advantage of DuckDB’s ability to stream remote data from data lake object stores.

      What, stream multi-gigabyte JSON files? Well, yes that’s possible, but it’s not where the action is.

      The CPU is not the only laptop component that has been getting ridiculously powerful over the past few years. The network pipe that connects that laptop to the internet has also been getting both wider and lower latency with every passing year.

      As the propect of streaming data for analysis has come into view, the formats for remote data have also evolved. Instead of JSON, which is relatively fluffy, and hard to efficiently filter, the Parquet format is becoming a new standard for data lakes.

      Parquet is a binary format, that organizes the data into blocks for efficient subsetting and processing. A DuckDB query to a properly organized Parquet time series file might easily pull only records for 2 of 20 columns, and 1 day of 365, reducing a multi-gigabyte download to a handful of megabytes.

      The huge rise in available local computation, and network connectivity is going to spawn some new standard architectures.

      Imagine a “two tier” architecture where tier one is an HTTP object store and tier two is a Javascript single page app? The COG Explorer has already been around for a few years, and it’s just such a two tier application.

      (For fun, recognize that an architecture where the data are stored in an access-optimized format, and access is via primitive file-system requests, while all the smarts are in the client-side visualization software is… the old workstation GIS model. Everything old is new again.)

      The technology is fresh, but the trendline is pretty clear. See Kyle Barrron’s talk about GeoParquet and DeckGL for a taste of where we are going.

      Meanwhile, I expect that a lot of the growth in PostGIS / PostgreSQL we have seen in the data science field will level out for a while, as the convenience of DuckDB takes over a lot of workloads.

      The limitations of Parquet (efficient remote access limited to a handful of filter variables being the primary one, as will cojoint spatial/non-spatial filter and joins) will still leave use cases that require a “real” database, but a lot of people who used to reach for PostGIS will be reaching for Duck, and that is going to change a lot of architectures, some for the better, and some for the worse.

    • sur Coin Hoards from the Roman Empire

      Publié: 19 December 2023, 11:24am CET par Keir Clarke
      Ancient Rome had significant trade links with India, particularly during the Roman Empire under the rule of Augustus and onwards. The Silk Road and Indian Ocean trade routes facilitated the exchange of goods to Rome from India, including textiles, spices, gems, and other luxury items. You can find evidence of this trade between the Roman Empire and India on this interactive map of
    • sur GRASS GIS: Annual Report 2023

      Publié: 19 December 2023, 9:12am CET
      2023 has been an amazing year in the advancement of the GRASS GIS project, which celebrated its 40th birthday! As the year draws to a close, let’s look back at some of the achievements of the GRASS community. Community Meeting The GRASS GIS Community Meeting held at the Faculty of Civil Engineering of the Czech Technical University in Prague during the first days of June brought together users, supporters, contributors, power users and developers to celebrate, collaborate and chart the future of GRASS GIS.
    • sur Jackie Ng: Minor change of plans

      Publié: 18 December 2023, 12:14pm CET

      There will be a slight change of plans in the MapGuide Open Source 4.0 release timeline.

      Namely, the next release will not be the Release Candidate, but rather a 2nd beta release.

      The main driver behind this decision is because of my intention to remove the recently introduced support for Mapbox Vector Tiles. While I initially had high hopes with this implementation, additional testing with data outside of the example Sheboygan dataset has revealed rendering issues I do not have the capability to address. Rather than ship a half-baked implementation that may never bake fully, I'd rather bow out while we still can, remove this immature implementation, and leave MVT tile generation to dedicated external tools.

      A 2nd beta release will also mean that the other changes I want to get in will also have some time to bake before the Release Candidate stage.

      I am hoping the 2nd beta release will be out late January in the new year.

    • sur The Global Birdspotting Map

      Publié: 18 December 2023, 10:34am CET par Keir Clarke
      BirdWeather uses machine learning to detect and map different species of birds around the world. The platform continuously collects sound from active audio stations distributed across the globe and provides what is effectively an automated AI bird spotting map of the world. Thousands of crowd-sourced audio stations around the world contribute audio data to BirdWeather. Using the BirdNET
    • sur How Well Do You Know New York's Subway?

      Publié: 16 December 2023, 10:56am CET par Keir Clarke
      Following the huge success of his London Tube Memory Game Benjamin Tran Dinh released a New York subway version of the game, called the New York City Subway Memory Game.Benjamin's game requires you to name all 472 New York City subway stations. The game is therefore more of a marathon than a sprint and I suspect will take you at least a few hours to complete. If you don't have that much time to
    • sur Free and Open Source GIS Ramblings: Offline Vector Tile Package .vtpk in QGIS

      Publié: 15 December 2023, 9:59pm CET

      Starting from 3.26, QGIS now supports .vtpk (Vector Tile Package) files out of the box! From the changelog:

      ESRI vector tile packages (VTPK files) can now be opened directly as vector tile layers via drag and drop, including support for style translation.

      This is great news, particularly for users from Austria, since this makes it possible to use the open government basemap.at vector tiles directly, without any fuss:

      1. Download the 2GB offline vector basemap from [https:]]


      2. Add the .vtpk as a layer using the Data Source Manager or via drag-and-drop from the file explorer


      3. All done and ready, including the basemap styling and labeling — which we can customize as well:

      Kudos to [https:]] for bringing this new feature to my attention.

      PS: And interesting tidbit from the developer of this feature, Nyall Dawson:

    • sur 3liz: Sortie extension Lizmap 4.0.0 pour QGIS

      Publié: 15 December 2023, 5:00pm CET
      Nouvelles fonctionnalités sur la validation des projets

      Lors de la publication d'un projet avec le serveur QGIS, il existe quelques problèmes connus lorsque le serveur doit charger le projet :

      • Une couche est visible dans QGIS bureautique, mais malheureusement absente dans QGIS serveur.
      • Le temps de chargement par QGIS serveur du projet est trop long.

      Ces problèmes peuvent avoir différentes sources :

      • Une couche invisible dans QGIS serveur :

        • Est-ce que le service PostgreSQL est bien configuré côté serveur ?
        • Est-ce que le fichier utilisé pour la couche (FlatGeobuf, Geotiff…) est bien accessible par le serveur avec le même chemin ?
      • Concernant le temps de chargement d'un projet, les sources sont vraiment multiples et peuvent être complexes. Certaines peuvent être simples, comme dire à QGIS d'utiliser les "métadonnées estimées" pour les couches PostgreSQL ou alors de forcer la simplification des géométries côté fournisseur de données.

      Ces problèmes sont très courants, c'est pourquoi nous avons décidé d'inclure des règles dans l'extension.

      Avec la dernière version de l'extension, vous pouvez commencer à avoir de nouvelles vérifications lors de l'enregistrement de votre fichier de configuration Lizmap. Vous pouvez également remarquer quelques mesures de protection, qui sont conçus pour vous aider à publier votre projet (en évitant certaines erreurs possibles du côté du serveur plus tard).

      Vérifications dans l'extension Lizmap

      Jetons un coup d'œil rapide à ces deux nouvelles fonctionnalités.

      Vérifications

      Avec la dernière version de l'extension Lizmap, vous pouvez remarquer un nouveau tableau lors de l'enregistrement de votre fichier de configuration.

      Checks

      Ce tableau présente les contrôles qui ont échoué lors de la sauvegarde de la configuration.

      • Toutes les vérifications sont documentées : source de l'erreur, son nom, comment corriger l'erreur et sa gravité.
      • Certaines vérifications sont bloquantes. À l'heure actuelle, seules les vérifications qui prennent au maximum une minute à corriger sont bloquantes. Aujourd'hui, la plupart des règles bloquantes ont des outils pour auto-corriger l'ensemble du projet.

      Vous devriez quand même vous pencher sur les autres problèmes non bloquants, car certains d'entre eux réduisent les performances du serveur QGIS. Mais comme ce n'est pas une correction "clé en main", nous n'avons pas rendu ces règles bloquantes.

      Pour savoir comment résoudre le problème, passez votre souris sur la dernière colonne du tableau, une description complète apparaîtra. Ou visitez l'onglet suivant qui récapitule l'ensemble des erreurs avec les moyens pour corriger.

      Nous ajouterons également de nouvelles vérifications dans les semaines à venir.

      Mesure de protection

      Par défaut, lors de l'installation de l'extension Lizmap sur un ordinateur, vous serez considéré comme "Débutant". Ce mode est très strict sur ce que vous pouvez faire dans votre projet QGIS. Il a été principalement conçu pour une formation à Lizmap.

      Nous pensons que les utilisateurs passeront rapidement en mode "Normal", mais vous pouvez toujours modifier des paramètres dans le dernier panneau.

      Ces protections sont conçues pour vous aider. Elles permettent d'éviter que certaines couches ne puissent pas s'afficher sur Lizmap Web Client.

      Mesure de protection

      Par exemple, si vous savez que votre serveur ne supporte pas le raster ECW, vous pouvez laisser cette case cochée.

      Notez que si vous êtes hébergé sur notre solution Lizmap Cloud, certaines protections sont configurées avec des valeurs par défaut. Par exemple, sur notre solution d'hébergement, le nombre maximum de dossiers parents autorisés lorsque vous ajoutez une couche basée sur un fichier est de deux dossiers.

      Lorsque vous êtes en mode "normal", décochez avec précaution ces cases. Certaines d'entre elles nécessitent des étapes de configuration du côté du serveur.

      Bonne mise à jour ?

      Etienne Trimaille

    • sur 3liz: Lizmap plugin 4.0.0 for QGIS Desktop

      Publié: 15 December 2023, 5:00pm CET
      New features about project validation

      When publishing a project with QGIS server, there are some known issues when the server needs to load the projet :

      • A layer can be visible in QGIS desktop, but unfortunately not visible in QGIS server.
      • The loading time of the project can be too long.

      These issues can have different sources :

      • A layer invisible in QGIS server :

        • Is the PostgreSQL service well configured on the server side ?
        • Does the file used for the layer (FlatGeobuf, Geotiff…) is readable by QGIS server with the same path ?
      • About project loading time, the source of the problem can be very different and complex. In some situations, it can be easy, like asking QGIS to use "estimated metadata" for PostgreSQL layers or also to force geometry simplification on the data provider side.

      These issues are very common, so we decided to include some rules in the plugin.

      With the latest release of the plugin, you could start seeing some new checks when saving your Lizmap configuration file. You could also notice some safeguards, which are designed to help you to publish your project (prevent some possible errors on the server side).

      Vérifications dans l'extension Lizmap

      Let's have a quick look to these two new features.

      Checks

      With the latest version of the QGIS Lizmap plugin, you could notice a new table when saving your configuration file.

      Checks

      This table is a list of checks which have failed when saving the configuration.

      • All checks are documented : source of error, how to fix the error and its severity
      • Some checks are blocking. For now, only checks which take one minute maximum are blocking. Today, most of the blocking rules have a button to auto-fix the whole project.

      You should still have a look to other non-blocking issues, as some of them might decrease QGIS server performance. But as it's not straightforward to fix, we didn't make these rules blocking.

      To know how to fix, either put your mouse over the last column, a complete description will appear. Or visit the next tab "Help about checks", it's presenting all rules with some explanations how to fix them.

      We will add new checks in the coming weeks.

      Safeguards

      By default, when installing the Lizmap plugin on a computer, you will be considered as "Beginner". This mode is very strict about what you can do in your QGIS project. It was mainly designed for a Lizmap training.

      We guess users will quickly switch to "Normal", but you can still tweak these settings in the last panel.

      These safeguards are designed to help you. It will prevent some layers to maybe not be visible on Lizmap Web Client.

      Safe guards

      If you know your server doesn't support ECW raster, you can keep this checkbox ticked.

      Note, if you are hosted on our Lizmap Cloud infrastructure, some safeguards are configured with some default values. For instance, on our hosting solution, the maximum of parent folder allowed when you add a file based layer is two folders.

      When you are in "normal" mode, please uncheck these checkbox carefully. Some of them requires some configuration steps on the server side.

      We hope you will enjoy this new version ?

      Etienne Trimaille

    • sur In Memory of Jeff Burnett

      Publié: 15 December 2023, 2:27pm CET par Simon Chester

      With great sadness, OGC announces the passing of our cherished colleague, Mr. Jeffrey Burnett of Littleton, Mass, on 28 November 2023, from cancer.

      Jeff joined OGC as Vice President for Operations and Finance in April, 2000, serving as OGC’s Chief Financial Officer and member of the Board of Directors until his retirement in 2020.  In the 20 years prior to joining OGC, Jeff held product management positions in the emerging imaging and high-performance computing market with Digital Equipment Corporation and the Massachusetts Computer Corporation (MASSCOMP). It was during this time that he first met and worked with the founders of OGC, who would later call upon Jeff to lead the Consortium’s senior staff to support OGC’s continued expansion.

      Jeff was deeply committed to OGC and proved to be incredibly talented as the Consortium’s finance lead. Jeff constantly sought ways to improve the Consortium’s approach to the fiscal and operational intricacies of OGC‘s global mission. He approached his work with professionalism, tremendously sharp wit, and a delightfully wry sense of humor – qualities appreciated by OGC Directors, Staff, and the many Member representatives he worked with.

      Jeff Burnett was a talented student and manager from the beginning of his career. Having grown up a sailor on the shores of Massachusetts Bay, Jeff was also an avid reader. He earned a bachelor’s degree in English Literature from Dartmouth College where he graduated also as a commissioned Naval officer. Upon graduation, Jeff served with honor in the U.S. Navy. A student at heart, upon returning as a reserve officer Jeff then attended Harvard University Business School where he earned his MBA. He was a patriot, a storyteller, and an avid amateur genealogist – discovering and creating lasting relationships with extended family and relatives around the world. Most importantly, Jeff was a deeply caring family man to his wife Janine, son Evan, and daughter Sarah.  

      This remarkable colleague and friend of OGC will be deeply missed.

      A formal obituary for Jeff Burnett is online here.

      The post In Memory of Jeff Burnett appeared first on Open Geospatial Consortium.

    • sur The Mapped History of the London Tube

      Publié: 15 December 2023, 10:42am CET par Keir Clarke
      In the 19th century, London was a city grappling with rapid population growth. The idea of an underground railway was conceived as a solution to the city's ever-growing traffic congestion. and to help improve travel efficiency. In 1863, the world's first underground railway, the Metropolitan Railway, opened its doors. Powered by steam locomotives, the Metropolitan Railway connected Paddington